8000 Comparing 1.0.63...1.0.64 · 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.63
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.64
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 31, 2024

  1. Work around new dead code warning in test

        warning: struct `StructTransparentGeneric` is never constructed
           --> tests/test_generics.rs:161:12
            |
        161 | pub struct StructTransparentGeneric<E>(E);
            |            ^^^^^^^^^^^^^^^^^^^^^^^^
            |
            = note: `#[warn(dead_code)]` on by default
    dtolnay committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    00b3c14 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    ae1f47e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #322 from oxalica/feat/mark-auto-derived

    Mark `#[automatically_derived]` for generated impls
    dtolnay authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    023f036 View commit details
    Browse the repository at this point in the history
  3. Release 1.0.64

    dtolnay committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    84484bc View commit details
    Browse the repository at this point in the history
Loading
0