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.68
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.69
Choose a head ref
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 30, 2022

  1. Ignore redundant_clone lint on test testing clone

        error: redundant clone
          --> tests/test_chain.rs:61:30
           |
        61 |     let mut chain = e.chain().clone();
           |                              ^^^^^^^^ help: remove this
           |
        note: this value is dropped without further use
          --> tests/test_chain.rs:61:21
           |
        61 |     let mut chain = e.chain().clone();
           |                     ^^^^^^^^^
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
           = note: `-D clippy::redundant-clone` implied by `-D clippy::all`
    dtolnay committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    ed1327f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d91f13 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

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

Commits on Feb 2, 2023

  1. Raise minimum toolchain for the backtrace feature to 1.60

        error[E0658]: use of unstable library feature 'int_abs_diff'
           --> github.com-1ecc6299db9ec823/miniz_oxide-0.6.4/src/inflate/core.rs:824:54
            |
        824 |     if out_buf_size_mask == usize::MAX && source_pos.abs_diff(out_pos) == 1 && out_pos > source_pos {
            |                                                      ^^^^^^^^
    
        error[E0658]: use of unstable library feature 'int_abs_diff'
           --> github.com-1ecc6299db9ec823/miniz_oxide-0.6.4/src/inflate/core.rs:833:61
            |
        833 |     } else if out_buf_size_mask == usize::MAX && source_pos.abs_diff(out_pos) >= 4 && out_pos > source_pos {
            |                                                             ^^^^^^^^
    dtolnay committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    cf2adb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Configuration menu
    Copy the full SHA
    10370e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #295 from dtolnay/docrepr

    Hide repr attribute from documentation
    dtolnay authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    f65b087 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.69

    dtolnay committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    58377ab View commit details
    Browse the repository at this point in the history
Loading