8000 Comparing 1.0.72...1.0.75 · dtolnay/anyhow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.72
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.75
Choose a head ref
  • 12 commits
  • 9 files changed
  • 2 contributors

Commits on Jul 22, 2023

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

Commits on Jul 23, 2023

  1. Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"

    Fixed in nightly-2023-07-23.
    
    This reverts commit a1f510e.
    dtolnay committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    7fc0c07 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Ignore ignored_unit_patterns pedantic clippy lint in test suite

        warning: matching over `()` is more explicit
           --> tests/test_ensure.rs:710:34
            |
        710 |     let test = || Ok(ensure!(for _ in iter::once(()) {} != ()));
            |                                  ^ help: use `()` instead of `_`: `()`
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ignored_unit_patterns
            = note: `-W clippy::ignored-unit-patterns` implied by `-W clippy::pedantic`
    dtolnay committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    496b958 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    31c8dff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #319 from dtolnay/errorprovide

    Update to nightly's new Error::provide API
    dtolnay authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8cf1d15 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.73

    dtolnay committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e471b2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    663c663 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #320 from RalfJung/bootstrap

    don't run build probes in rustc bootstrap
    dtolnay authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    61d8676 View commit details
    Browse the repository at this point in the history
  6. Reword bootstrap comment

    dtolnay committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0798a9a View commit details
    Browse the repository at this point in the history
  7. Release 1.0.74

    dtolnay committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cbade7d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Work around ridiculous rust-analyzer behavior

    As far as I can tell there is still no way to keep it from autoimporting
    the private macros and enum variants here: anyhow::__private::format,
    anyhow::__private::Err.
    dtolnay committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    238223a View commit details
    Browse the repository at this point in the history
  2. Release 1.0.75

    dtolnay committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6485cae View commit details
    Browse the repository at this point in the history
Loading
0