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.38
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.40
Choose a head ref
  • 13 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 30, 2022

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

Commits on Dec 31, 2022

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

Commits on Feb 11, 2023

  1. Ignore extra_unused_type_parameters clippy lint in test

        error: type parameter goes unused in function definition
          --> tests/test_from.rs:51:15
           |
        51 | fn assert_impl<T: From<io::Error>>() {}
           |               ^^^^^^^^^^^^^^^^^^^^
           |
           = help: consider removing the parameter
           = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters
           = note: `-D clippy::extra-unused-type-parameters` implied by `-D clippy::all`
    dtolnay committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    920ad73 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Configuration menu
    Copy the full SHA
    0010b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aaa03d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2d1ed1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Set html_root_url

    dtolnay committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    391ec2b View commit details
    Browse the repository at this point in the history
  2. Release 1.0.39

    dtolnay committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    f729af9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    490dc01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #226 from dtolnay/tokenspan

    Eliminate unneeded use of Spanned trait on single tokens
    dtolnay authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    0e45dde View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Update to syn 2

    dtolnay committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    fb8b81f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #227 from dtolnay/syn

    Update to syn 2
    dtolnay authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    2c65cea View commit details
    Browse the repository at this point in the history
  3. Release 1.0.40

    dtolnay committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    3cec8c4 View commit details
    Browse the repository at this point in the history
Loading