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.48
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.49
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 5, 2023

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

Commits on Sep 7, 2023

  1. Prefer core crate in macro expansions

    Prefer using core crate over std in macro expansions wherever a symbol has
    a stable equivalent in core.  This makes it easier to eventually support
    no_std in the future once error_in_core stabilises.
    mina86 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f0f303a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

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

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    79704ad View commit details
    Browse the repository at this point in the history
  2. Release 1.0.49

    dtolnay committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    54465b7 View commit details
    Browse the repository at this point in the history
Loading