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.4
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.5
Choose a head ref
  • 9 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 7, 2024

  1. Configuration menu
    Copy the full SHA
    2096b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b1460 View commit details
    Browse the repository at this point in the history
  3. Add tests of deprecated error types

        error: use of deprecated struct `test_deprecated::DeprecatedStruct`
          --> tests/test_lints.rs:44:16
           |
        44 |     pub struct DeprecatedStruct;
           |                ^^^^^^^^^^^^^^^^
           |
        note: the lint level is defined here
          --> tests/test_lints.rs:39:13
           |
        39 |     #![deny(deprecated)]
           |             ^^^^^^^^^^
    
        error: use of deprecated struct `test_deprecated::DeprecatedStruct`
          --> tests/test_lints.rs:44:16
           |
        44 |     pub struct DeprecatedStruct;
           |                ^^^^^^^^^^^^^^^^
    
        error: use of deprecated enum `test_deprecated::DeprecatedEnum`
          --> tests/test_lints.rs:55:14
           |
        55 |     pub enum DeprecatedEnum {
           |              ^^^^^^^^^^^^^^
    dtolnay committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    0ba7d01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    714229d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07e7d99 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #394 from dtolnay/deprecated

    Prevent deprecation warning on generated impl for deprecated type
    dtolnay authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    6712f8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88a4603 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #395 from dtolnay/fallback

    Move fallback expansion to separate module
    dtolnay authored Dec 7, 2024
    Configuration menu
    Copy the full SHA
    366a7b2 View commit details
    Browse the repository at this point in the history
  9. Release 2.0.5

    dtolnay committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    f1f159d View commit details
    Browse the repository at this point in the history
Loading