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.81
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.82
Choose a head ref
  • 17 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 17, 2024

  1. Raise minimum tested compiler to 1.70

    Required by the `toml` crate.
    dtolnay committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    8ad81c2 View commit details
    Browse the repository at this point in the history
  2. Retire 1.42.0 build from CI

    This formerly used to be the oldest version supported by the backtrace
    crate, but is no longer significant.
    dtolnay committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    2b7d969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5fb2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7dbd53 View commit details
    Browse the repository at this point in the history
  5. Avoid 1.60 through 1.64 in CI

    These don't build unless you use a specially crafted lockfile.
    
        error: package `memchr v2.7.1` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.60.0
        error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.61.0
        error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.62.1
        error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.63.0
        error: package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0
    dtolnay committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e18826b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    7676a69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #357 from dtolnay/transparent

    Remove conditional on repr(transparent)
    dtolnay authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b3ceb70 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Ignore dead code lint in test

        warning: fields `x` and `y` are never read
           --> tests/test_ensure.rs:467:13
            |
        466 |     pub struct Point {
            |                ----- fields in this struct
        467 |         pub x: i32,
            |             ^
        468 |         pub y: i32,
            |             ^
            |
            = note: `Point` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
            = note: `#[warn(dead_code)]` on by default
    dtolnay committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    45e5a58 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Apply RUSTC_WORKSPACE_WRAPPER

    dtolnay committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    939db01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #358 from dtolnay/workspacewrapper

    Apply RUSTC_WORKSPACE_WRAPPER
    dtolnay authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7a4cac5 View commit details
    Browse the repository at this point in the history
  3. Explicitly install a Rust toolchain for cargo-outdated job

    Debugging a recent cargo-outdated bug, it would have been nice not to
    wonder whether a rustc version change in GitHub's runner image was a
    contributing factor.
    dtolnay committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    028cbee View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

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

Commits on Apr 8, 2024

  1. Revert "Temporarily disable miri on doctests"

    This reverts commit 9f84a37.
    dtolnay committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    bebc7a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

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

    Make ensure's doc comment apply to the cfg(not(doc)) macro too
    dtolnay authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    47a4fbf View commit details
    Browse the repository at this point in the history
  3. Release 1.0.82

    dtolnay committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    074bdea View commit details
    Browse the repository at this point in the history
Loading