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

Commits on Aug 12, 2022

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

    Add link to Cargo RUSTC_WRAPPER PR
    dtolnay authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    180b96c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Resolve renamed_and_removed_lints warning on logic_bug

        warning: lint `clippy::logic_bug` has been renamed to `clippy::overly_complex_bool_expr`
         --> tests/test_ensure.rs:8:5
          |
        8 |     clippy::logic_bug,
          |     ^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::overly_complex_bool_expr`
          |
          = note: `#[warn(renamed_and_removed_lints)]` on by default
    dtolnay committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    a752fd9 View commit details
    Browse the repository at this point in the history
  2. Bump clippy.toml msrv to match rust-version in Cargo.toml

        warning: the MSRV in `clippy.toml` and `Cargo.toml` differ; using `1.34.0` from `clippy.toml`
    dtolnay committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    6be2da9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b88a699 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Revert "Work around RA's RUSTC_WRAPPER poisoning all subsequent comma…

    …nd-line builds"
    
    This reverts commit 77317b5.
    
    Closes #261.
    dtolnay committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b916fa9 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.62

    dtolnay committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b73a04a View commit details
    Browse the repository at this point in the history
Loading