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.86
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.87
Choose a head ref
  • 16 commits
  • 15 files changed
  • 1 contributor

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    004e701 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #374 from dtolnay/docsrs

    Rely on docs.rs to define --cfg=docsrs by default
    dtolnay authored May 19, 2024
    Configuration menu
    Copy the full SHA
    e6c730e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    5ca01c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #377 from dtolnay/debugtest

    Enable {:?} test regardless of backtrace support
    dtolnay authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    a3f7436 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a88bc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

    Update test suite to nightly-2024-06-12
    dtolnay authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    eb976a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Raise rustc required for backtrace feature to 1.67

    Required by recent versions of the cc crate.
    
        error: package `cc v1.0.106` cannot be built because it requires rustc 1.67 or newer, while the currently active rustc version is 1.65.0
        Either upgrade to rustc 1.67 or newer, or use
        cargo update -p [email protected] --precise ver
        where `ver` is the latest version of `cc` supporting rustc 1.65.0
    dtolnay committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e38edc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    3e70139 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #382 from dtolnay/corerequest

    Access generic_member_access APIs through core
    dtolnay authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1eabf69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bee814a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #383 from dtolnay/nostd

    Support error sources in no-std on Rust 1.81+
    dtolnay authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8ecfcdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c18d807 View commit details
    Browse the repository at this point in the history
  6. Fix outdated html_root_url

    dtolnay committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    d58fa4b View commit details
    Browse the repository at this point in the history
  7. Release 1.0.87

    dtolnay committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    afe93e7 View commit details
    Browse the repository at this point in the history
Loading