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.81
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.83
Choose a head ref
  • 12 commits
  • 9 files changed
  • 1 contributor

Commits on Jul 20, 2024

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

Commits on Jul 25, 2024

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

Commits on Aug 11, 2024

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

Commits on Aug 17, 2024

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

Commits on Aug 25, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    6fa246a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #276 from dtolnay/elidednamed

    Ignore nightly's new elided_named_lifetimes lint in generated code
    dtolnay authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8fbf118 View commit details
    Browse the repository at this point in the history
  3. Release 0.1.82

    dtolnay committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f8e5bb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add regression test for issue 277

        warning: the type of the `self` parameter does not need to be arbitrary
            --> tests/test.rs:1656:24
             |
        1656 |         async fn f(mut self: &Self) {
             |                        ^^^^^^^^^^^ help: consider to change this parameter to: `&'life0 self`
             |
             = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_arbitrary_self_type
             = note: `#[warn(clippy::needless_arbitrary_self_type)]` on by default
    dtolnay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b53b4e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd974b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #278 from dtolnay/arbself

    Ignore needless_arbitrary_self_type clippy lint in generated code
    dtolnay authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bfe8d61 View commit details
    Browse the repository at this point in the history
  4. Release 0.1.83

    dtolnay committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e6b4d47 View commit details
    Browse the repository at this point in the history
Loading