-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: async-rs/async-attributes
base: remove-tag
head repository: async-rs/async-attributes
compare: master
- 13 commits
- 3 files changed
- 8 contributors
Commits on Nov 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 14b5954 - Browse repository at this point
Copy the full SHA 14b5954View commit details -
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 014a453 - Browse repository at this point
Copy the full SHA 014a453View commit details
Commits on Nov 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cfbfdb1 - Browse repository at this point
Copy the full SHA cfbfdb1View commit details -
Fix error message to no longer mention
runtime
butasync_std
(#13)Fix error message to no longer mention `runtime` but `async_std`
Stjepan Glavina authoredNov 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 1e4ada9 - Browse repository at this point
Copy the full SHA 1e4ada9View commit details
Commits on Jul 31, 2020
-
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`. ```
Configuration menu - View commit details
-
Copy full SHA for ee3b07e - Browse repository at this point
Copy the full SHA ee3b07eView commit details
Commits on Aug 4, 2020
-
Merge pull request #16 from kazuk/master
fix compile error with rustc 1.45.0
Configuration menu - View commit details
-
Copy full SHA for c1cebc8 - Browse repository at this point
Copy the full SHA c1cebc8View commit details
Commits on Aug 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b2c4f4b - Browse repository at this point
Copy the full SHA b2c4f4bView commit details
Commits on Aug 7, 2020
-
Merge pull request #18 from shakyShane/master
fix: include visibility modifiers in macro output - fixes https://git…
Configuration menu - View commit details
-
Copy full SHA for 02b9637 - Browse repository at this point
Copy the full SHA 02b9637View commit details
Commits on Nov 25, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2b01133 - Browse repository at this point
Copy the full SHA 2b01133View commit details
Commits on Jan 20, 2021
-
Merge pull request #20 from goto-bus-stop/fqn
Fix possible name collision in attribute output
Configuration menu - View commit details
-
Copy full SHA for fbf6ecd - Browse repository at this point
Copy the full SHA fbf6ecdView commit details
Commits on Jan 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5fa64e0 - Browse repository at this point
Copy the full SHA 5fa64e0View commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d07920f - Browse repository at this point
Copy the full SHA d07920fView commit details -
Merge pull request #25 from Fishrock123/async-std-dev-dep
dev-deps: async-std @ 1.x
Configuration menu - View commit details
-
Copy full SHA for 5996160 - Browse repository at this point
Copy the full SHA 5996160View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff remove-tag...master