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.101
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.102
Choose a head ref
  • 15 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 12, 2026

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

Commits on Feb 16, 2026

  1. Unpin CI miri toolchain

    Fixed in nightly-2026-02-13.
    dtolnay committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    d5bb36e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Remove backtrace dependency, always unused

    Since #436 rust older than 1.65 is no longer supported
    DanielEScherzer authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    d00c682 View commit details
    Browse the repository at this point in the history
  2. Add feature

    DanielEScherzer authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    a597188 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #438 from DanielEScherzer/patch-1

    Remove backtrace dependency, always unused
    dtolnay authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    51a48bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a2a3ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a42fc2c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #439 from dtolnay/backtrace

    Remove `feature = "backtrace"` conditional code
    dtolnay authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    b8a9a70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efdb11a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #440 from dtolnay/backtrace

    Simplify `std_backtrace` conditional code
    dtolnay authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    9b67e5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de27df7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #441 from dtolnay/backtrace

    Delete CI use of --features=backtrace
    dtolnay authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    c8cb5ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7fe62b5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #442 from dtolnay/backtrace

    Further simply backtrace conditional compilation
    dtolnay authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    e737fb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Release 1.0.102

    dtolnay committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    5c657b3 View commit details
    Browse the repository at this point in the history
Loading