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.61
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.63
Choose a head ref
  • 10 commits
  • 9 files changed
  • 1 contributor

Commits on Jun 2, 2024

  1. Copy the full SHA
    f2824ae View commit details

Commits on Jun 8, 2024

  1. Ignore warning on unused struct in test

        warning: struct `OptSourceNoBacktrace` is never constructed
          --> tests/test_option.rs:10:16
           |
        10 |     pub struct OptSourceNoBacktrace {
           |                ^^^^^^^^^^^^^^^^^^^^
           |
           = note: `#[warn(dead_code)]` on by default
    
        warning: struct `OptSourceAlwaysBacktrace` is never constructed
          --> tests/test_option.rs:17:16
           |
        17 |     pub struct OptSourceAlwaysBacktrace {
           |                ^^^^^^^^^^^^^^^^^^^^^^^^
    
        warning: struct `NoSourceOptBacktrace` is never constructed
          --> tests/test_option.rs:25:16
           |
        25 |     pub struct NoSourceOptBacktrace {
           |                ^^^^^^^^^^^^^^^^^^^^
    
        warning: struct `AlwaysSourceOptBacktrace` is never constructed
          --> tests/test_option.rs:32:16
           |
        32 |     pub struct AlwaysSourceOptBacktrace {
           |                ^^^^^^^^^^^^^^^^^^^^^^^^
    
        warning: struct `OptSourceOptBacktrace` is never constructed
          --> tests/test_option.rs:40:16
           |
        40 |     pub struct OptSourceOptBacktrace {
           |                ^^^^^^^^^^^^^^^^^^^^^
    dtolnay committed Jun 8, 2024
    Copy the full SHA
    4db08b1 View commit details
  2. Copy the full SHA
    479744e View commit details

Commits on Jul 11, 2024

  1. Copy the full SHA
    f1ca210 View commit details
  2. Copy the full SHA
    40a7779 View commit details
  3. Merge pull request #310 from dtolnay/nestedtuple

    Support `.0.0` nested tuple index
    dtolnay authored Jul 11, 2024
    Copy the full SHA
    4977932 View commit details
  4. Release 1.0.62

    dtolnay committed Jul 11, 2024
    Copy the full SHA
    0bf6e3d View commit details

Commits on Jul 17, 2024

  1. Copy the full SHA
    de8a1e5 View commit details
  2. Merge pull request #312 from dtolnay/backtracedoc

    Update documentation of #[from] and #[backtrace] attributes
    dtolnay authored Jul 17, 2024
    Copy the full SHA
    3d5ec25 View commit details
  3. Release 1.0.63

    dtolnay committed Jul 17, 2024
    Copy the full SHA
    915c75e View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 1.0.61...1.0.63