-
-
Notifications
You must be signed in to change notification settings - Fork 122
Comparing changes
Open a pull request
base repository: dtolnay/proc-macro2
base: 1.0.51
head repository: dtolnay/proc-macro2
compare: 1.0.52
- 16 commits
- 9 files changed
- 1 contributor
Commits on Feb 11, 2023
-
Ignore extra_unused_type_parameters clippy lint in test
error: type parameter goes unused in function definition --> tests/marker.rs:10:34 | 10 | fn assert_implemented<T: $($marker +)+>() {} | ^^^^^^^^^^^^^^^^^^ ... 42 | assert_impl!(Delimiter is Send and Sync); | ---------------------------------------- in this macro invocation | = help: consider removing the parameter = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters = note: `-D clippy::extra-unused-type-parameters` implied by `-D clippy::all` = note: this error originates in the macro `assert_impl` (in Nightly builds, run with -Z macro-backtrace for more info) error: type parameter goes unused in function definition --> tests/marker.rs:10:34 | 10 | fn assert_implemented<T: $($marker +)+>() {} | ^^^^^^^^^^^^^^^^^^ ... 43 | assert_impl!(Spacing is Send and Sync); | -------------------------------------- in this macro invocation | = help: consider removing the parameter = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters = note: this error originates in the macro `assert_impl` (in Nightly builds, run with -Z macro-backtrace for more info) error: type parameter goes unused in function definition --> tests/marker.rs:10:34 | 10 | fn assert_implemented<T: $($marker +)+>() {} | ^^^^^^^^^^^^^^^^^^ ... 80 | / assert_unwind_safe! { 81 | | Delimiter 82 | | Group 83 | | Ident ... | 90 | | TokenTree 91 | | } | |_____- in this macro invocation | = help: consider removing the parameter = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_type_parameters = note: this error originates in the macro `assert_impl` which comes from the expansion of the macro `assert_unwind_safe` (in Nightly builds, run with -Z macro-backtrace for more info)
Configuration menu - View commit details
-
Copy full SHA for 4822d05 - Browse repository at this point
Copy the full SHA 4822d05View commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82eb726 - Browse repository at this point
Copy the full SHA 82eb726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9635ed9 - Browse repository at this point
Copy the full SHA 9635ed9View commit details
Commits on Feb 27, 2023
-
Ignore let_underscore_untyped pedantic clippy lint
error: non-binding `let` without a type annotation --> src/fallback.rs:433:9 | 433 | let _ = name; | ^^^^^^^^^^^^^ | = help: consider adding a type annotation or removing the `let` keyword = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_untyped = note: `-D clippy::let-underscore-untyped` implied by `-D clippy::pedantic` error: non-binding `let` without a type annotation --> src/fallback.rs:940:21 | 940 | let _ = write!(escaped, "\\x{:02X}", b); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: consider adding a type annotation or removing the `let` keyword = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_underscore_untyped
Configuration menu - View commit details
-
Copy full SHA for a3fbb7d - Browse repository at this point
Copy the full SHA a3fbb7dView commit details
Commits on Mar 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31c0f43 - Browse repository at this point
Copy the full SHA 31c0f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74443a6 - Browse repository at this point
Copy the full SHA 74443a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6083bef - Browse repository at this point
Copy the full SHA 6083befView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1fa732 - Browse repository at this point
Copy the full SHA e1fa732View commit details -
Fix warning on duplicate test ignore attribute
warning: unused attribute --> tests/test_size.rs:27:60 | 27 | #[cfg_attr(not(all(wrap_proc_macro, not(span_locations))), ignore)] | ^^^^^^ | = note: #[warn(unused_attributes)] on by default
Configuration menu - View commit details
-
Copy full SHA for 23d5478 - Browse repository at this point
Copy the full SHA 23d5478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68bfd52 - Browse repository at this point
Copy the full SHA 68bfd52View commit details
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e7fc7b - Browse repository at this point
Copy the full SHA 1e7fc7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc8736 - Browse repository at this point
Copy the full SHA 0dc8736View commit details -
Merge pull request #366 from dtolnay-contrib/delim
Add DelimSpan to hold the 3 different spans of a delimiter
Configuration menu - View commit details
-
Copy full SHA for 65699c4 - Browse repository at this point
Copy the full SHA 65699c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96da1a2 - Browse repository at this point
Copy the full SHA 96da1a2View commit details -
Merge pull request #367 from dtolnay/fallback
Rename 'stable' terminology to 'fallback'
Configuration menu - View commit details
-
Copy full SHA for 006d135 - Browse repository at this point
Copy the full SHA 006d135View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab25487 - Browse repository at this point
Copy the full SHA ab25487View 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 1.0.51...1.0.52