8000 Comparing 1.0.65...1.0.66 · dtolnay/thiserror · 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/thiserror
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.65
Choose a base ref
...
head repository: dtolnay/thiserror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.66
Choose a head ref
  • 11 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    010c2d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #326 from dtolnay/sealed

    Seal the private AsDisplay trait
    dtolnay authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    003a89f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

    Improve error on malformed format attribute
    dtolnay authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bb30f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e2bef9 View commit details
    Browse the repository at this point in the history
  4. Resolve uninlined_format_args pedantic clippy lint in build script

        warning: variables can be used directly in the `format!` string
           --> build.rs:140:9
            |
        140 | /         eprintln!(
        141 | |             "Environment variable ${} is not set during execution of build script",
        142 | |             key,
        143 | |         );
            | |_________^
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
            = note: `-W clippy::uninlined-format-args` implied by `-W clippy::pedantic`
            = help: to override `-W clippy::pedantic` add `#[allow(clippy::uninlined_format_args)]`
    dtolnay committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    8fb92ff View commit details
    Browse the repository at this point in the history
  5. 10000

    Raise minimum compiler for test suite to rust 1.70

    With 1.61:
    
        error: package `indexmap v2.6.0` cannot be built because it requires
        rustc 1.63 or newer, while the currently active rustc version is 1.61.0
    
    With 1.63:
    
        error: package `toml_datetime v0.6.8` cannot be built because it requires
        rustc 1.65 or newer, while the currently active rustc version is 1.63.0
    
    With 1.65:
    
        error: package `trybuild v1.0.101` cannot be built because it requires
        rustc 1.70 or newer, while the currently active rustc version is 1.65.0
        Either upgrade to rustc 1.70 or newer, or use
        cargo update -p trybuild@1.0.101 --precise ver
        where `ver` is the latest version of `trybuild` supporting rustc 1.65.0
    dtolnay committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    51a5e4c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #329 from dtolnay/up

    Raise required compiler to rust 1.61
    dtolnay authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a9a6c98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d79a90 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #328 from dtolnay/peekend

    Use peek2(End) instead of fork/advance_to
    dtolnay authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e2e9da3 View commit details
    Browse the repository at this point in the history
  9. Release 1.0.66

    dtolnay committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d1a8254 View commit details
    Browse the repository at this point in the history
Loading
0