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

Commits on Oct 5, 2022

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

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    4b06a3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #200 from dtolnay/displayattr

    Add test of Display impl nested inside display attribute
    dtolnay authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    464e2e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Time out workflows after 45 minutes

    GitHub's default timeout is 6 hours. Recently some of my GitHub Actions
    jobs have started randomly stalling for that long, which is inconvenient
    because it ties up a chunk of my runner quota. It apepars to be very
    rare for a job to recover after stalling. It's better to time out
    quicker and retry on a different runner.
    dtolnay committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    c25a710 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

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

Commits on Dec 16, 2022

  1. Update build status badge

    dtolnay committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cfc7d8c View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Release 1.0.38

    dtolnay committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    74bfe75 View commit details
    Browse the repository at this point in the history
Loading