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/async-trait
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.88
Choose a base ref
...
head repository: dtolnay/async-trait
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.89
Choose a head ref
  • 11 commits
  • 15 files changed
  • 2 contributors

Commits on May 17, 2025

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

Commits on May 28, 2025

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

Commits on Jul 4, 2025

  1. Ignore unused_parens warning in test

        warning: unnecessary parentheses around type
           --> tests/test.rs:904:20
            |
        904 |     impl Trait for (dyn Fn(u8) + Send + Sync) {
            |                    ^                        ^
            |
            = note: `#[warn(unused_parens)]` on by default
        help: remove these parentheses
            |
        904 -     impl Trait for (dyn Fn(u8) + Send + Sync) {
        904 +     impl Trait for dyn Fn(u8) + Send + Sync {
            |
    dtolnay committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    7ca751d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

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

Commits on Aug 3, 2025

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

Commits on Aug 8, 2025

  1. Revert "Pin nightly toolchain used for miri job"

    This reverts commit f9b2b21.
    dtolnay committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    6d12b44 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Add type-mismatch ui test

    Veykril committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    a5093fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd93990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbcfcac View commit details
    Browse the repository at this point in the history
  4. Release 0.1.89

    dtolnay committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    a7e91e9 View commit details
    Browse the repository at this point in the history
Loading