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.52
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.53
Choose a head ref
  • 12 commits
  • 5 files changed
  • 1 contributor

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    72bee68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #272 from dtolnay/probe

    Move probe.rs out of build script string literal into file
    dtolnay authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    facaaf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b7356f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #273 from dtolnay/cargoenvvar

    Require cargo promised environment variables to be present
    dtolnay authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c1c003f View commit details
    Browse the repository at this point in the history
  5. Remove needless_raw_string_hashes clippy pedantic suppression from bu…

    …ild script
    
    No longer needed since #272.
    dtolnay committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0f349a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b1585 View commit details
    Browse the repository at this point in the history
  7. Update crate name used for build script probe

    This will make it correctly respect RUSTC_BOOTSTRAP=thiserror.
    dtolnay committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    5fd9537 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f334cfc View commit details
    Browse the repository at this point in the history
  9. Merge pull request #274 from dtolnay/bootstrap

    Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
    dtolnay authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0e280fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8722399 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #275 from dtolnay/probers

    Rerun build script on changes to probe.rs
    dtolnay authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    c22822c View commit details
    Browse the repository at this point in the history
  12. Release 1.0.53

    dtolnay committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    af28d9c View commit details
    Browse the repository at this point in the history
Loading