Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dtolnay/prettyplease
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.25
Choose a base ref
...
head repository: dtolnay/prettyplease
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.27
Choose a head ref
  • 18 commits
  • 18 files changed
  • 1 contributor

Commits on Nov 9, 2024

  1. Prevent upload-artifact step from causing CI failure

    This step has been failing way more than reasonable across my various repos.
    
        With the provided path, there will be 1 file uploaded
        Artifact name is valid!
        Root directory input is valid!
        Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 3000 ms...
        Attempt 2 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 6029 ms...
        Attempt 3 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 8270 ms...
        Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 12577 ms...
        Error: Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact
    dtolnay committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    02584e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    a947562 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Configuration menu
    Copy the full SHA
    bf0ca95 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87 from dtolnay/exprinpath

    Share logic for wrapping const expression in braces in path
    dtolnay authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    8c7a11c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e5ae67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3b30db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba264e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d24e92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6623df0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b359ab0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ea1499 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3dd7a23 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5b476df View commit details
    Browse the repository at this point in the history
  12. Merge pull request #88 from dtolnay/precedence

    Synthesize parentheses for precedence
    dtolnay authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    1dd1aae View commit details
    Browse the repository at this point in the history
  13. Release 0.2.26

    dtolnay committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    5478bcf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    988425d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #89 from dtolnay/floatdot

    Avoid trailing '.' on non-macro float literals
    dtolnay authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    0ddbeab View commit details
    Browse the repository at this point in the history
  16. Release 0.2.27

    dtolnay committed Jan 5, 2025
    Configuration menu
    Copy the full SHA
    882f0ed View commit details
    Browse the repository at this point in the history
Loading