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

Commits on Sep 14, 2022

  1. Remove default package.readme metadata from Cargo.toml

    Since cargo 1.46.0, README.md is recognized by default.
    dtolnay committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    31dfd4c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Raise minimum tested toolchain to rust 1.56

    Required by the transitive dev-dependency on once_cell.
    
        error: failed to parse manifest at github.com-1ecc6299db9ec823/once_cell-1.15.0/Cargo.toml
    
        Caused by:
          feature `edition2021` is required
    
          The package requires the Cargo feature called `edition2021`, but that feature is not stabilized in this version of Cargo (1.55.0 (32da73ab1 2021-08-23)).
          Consider trying a newer version of Cargo (this may require the nightly release).
          See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2021 for more information about the status of this feature.
    dtolnay committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b37dc36 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

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

Commits on Sep 25, 2022

  1. Configuration menu
    Copy the full SHA
    c79b023 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from matklad/error-transparent

    document that `error(transparent)` works with structs
    dtolnay authored Sep 25, 2022
    Configuration menu
    Copy the full SHA
    8e8e41d View commit details
    Browse the repository at this point in the history
  3. Touch up PR 195

    dtolnay committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    5271eb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f062061 View commit details
    Browse the repository at this point in the history
  5. Release 1.0.36

    dtolnay committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    7b226e3 View commit details
    Browse the repository at this point in the history
Loading