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/thiserror
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: dtolnay/thiserror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.2
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 8, 2024

  1. Clean up unneeded var

    dtolnay committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a17d956 View commit details
    Browse the repository at this point in the history

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
    1048a35 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    5b36e37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591a44d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #382 from dtolnay/hang

    Fix fallback fmt expression parser hang
    dtolnay authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    9d6506e View commit details
    Browse the repository at this point in the history
  4. Release 1.0.69

    dtolnay committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    41938bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e43d26 View commit details
    Browse the repository at this point in the history
  6. Release 2.0.2

    dtolnay committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    49be39d View commit details
    Browse the repository at this point in the history
Loading