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: 2.0.10
Choose a base ref
...
head repository: dtolnay/thiserror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.11
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jan 10, 2025

  1. Configuration menu
    Copy the full SHA
    693a6cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #409 from Maytha8/std-tests

    Add feature gate to tests that use std
    dtolnay authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    8f2a76b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eecd247 View commit details
    Browse the repository at this point in the history
  4. Fix unused import in test when built without std

        warning: unused import: `std::path::PathBuf`
         --> tests/test_expr.rs:4:5
          |
        4 | use std::path::PathBuf;
          |     ^^^^^^^^^^^^^^^^^^
          |
          = note: `#[warn(unused_imports)]` on by default
    dtolnay committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    8b5f2d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a226ae View commit details
    Browse the repository at this point in the history
  6. Merge pull request #410 from dtolnay/testnostd

    Add CI step to test with "std" disabled
    dtolnay authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    3d15543 View commit details
    Browse the repository at this point in the history
  7. Release 2.0.11

    dtolnay committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    0f532e3 View commit details
    Browse the repository at this point in the history
Loading