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: async-rs/async-attributes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cd999c4
Choose a base ref
...
head repository: async-rs/async-attributes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5996160
Choose a head ref
  • 13 commits
  • 3 files changed
  • 8 contributors

Commits on Nov 7, 2019

  1. Merge pull request #12 from async-rs/remove-tag

    remove extra tag
    yoshuawuyts authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    14b5954 View commit details
    Browse the repository at this point in the history
  2. (cargo-release) version 1.1.1

    Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
    yoshuawuyts committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    014a453 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    cfbfdb1 View commit details
    Browse the repository at this point in the history
  2. Fix error message to no longer mention runtime but async_std (#13)

    Fix error message to no longer mention `runtime` but `async_std`
    Stjepan Glavina authored Nov 9, 2019
    Configuration menu
    Copy the full SHA
    1e4ada9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. fix compile error with rustc 1.45.0

    ```
    ~/async-attributes$ cargo build
        Blocking waiting for file lock on build directory
       Compiling async-attributes v1.1.1 (/home/kazuk/async-attributes)
    error: unused extern crate
      --> src/lib.rs:30:1
       |
    30 | extern crate proc_macro;
       | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
       |
    note: the lint level is defined here
      --> src/lib.rs:26:45
       |
    26 | #![forbid(unsafe_code, future_incompatible, rust_2018_idioms)]
       |                                             ^^^^^^^^^^^^^^^^
       = note: `#[forbid(unused_extern_crates)]` implied by `#[forbid(rust_2018_idioms)]`
    
    error: aborting due to previous error
    
    error: could not compile `async-attributes`.
    ```
    kazuk committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ee3b07e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge pull request #16 from kazuk/master

    fix compile error with rustc 1.45.0
    yoshuawuyts authored Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c1cebc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

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

Commits on Aug 7, 2020

  1. Merge pull request #18 from shakyShane/master

    fix: include visibility modifiers in macro output - fixes https://git…
    yoshuawuyts authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    02b9637 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Fix possible name collision in attribute output

    If another `test` or `bench` proc macro is in scope, the `#[test]` in
    the output may not refer to Rust's own `#[test]` macro, but some other
    macro.
    goto-bus-stop committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    2b01133 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Merge pull request #20 from goto-bus-stop/fqn

    Fix possible name collision in attribute output
    yoshuawuyts authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    fbf6ecd View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. v1.1.2

    yoshuawuyts committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    5fa64e0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. dev-deps: async-std @ 1.x

    Fishrock123 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    d07920f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from Fishrock123/async-std-dev-dep

    dev-deps: async-std @ 1.x
    Fishrock123 authored May 31, 2021
    Configuration menu
    Copy the full SHA
    5996160 View commit details
    Browse the repository at this point in the history
Loading