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.51
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.52
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 17, 2023

  1. Update name of blocks_in_if_conditions clippy lint

        warning: lint `clippy::blocks_in_if_conditions` has been renamed to `clippy::blocks_in_conditions`
         --> impl/src/lib.rs:2:5
          |
        2 |     clippy::blocks_in_if_conditions,
          |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::blocks_in_conditions`
          |
          = note: `#[warn(renamed_and_removed_lints)]` on by default
    dtolnay committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    87466d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Add a funding file

    dtolnay committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c3838bd View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    6b00235 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #267 from dtolnay/useunderscore

    Leave private traits' name out of scope
    dtolnay authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d160dd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af16652 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #269 from dtolnay/bootstrap

    Rerun build script on RUSTC_BOOTSTRAP change
    dtolnay authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c89ee6c View commit details
    Browse the repository at this point in the history
  5. Release 1.0.52

    dtolnay committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    be83323 View commit details
    Browse the repository at this point in the history
Loading