-
-
Notifications
You must be signed in to change notification settings - Fork 356
Comparing changes
Open a pull request
base repository: dtolnay/syn
base: 1.0.60
head repository: dtolnay/syn
compare: 1.0.61
- 18 commits
- 10 files changed
- 2 contributors
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 133a053 - Browse repository at this point
Copy the full SHA 133a053View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5c10cfd - Browse repository at this point
Copy the full SHA 5c10cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7beb3d - Browse repository at this point
Copy the full SHA a7beb3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd32a88 - Browse repository at this point
Copy the full SHA dd32a88View commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 146965a - Browse repository at this point
Copy the full SHA 146965aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c92202 - Browse repository at this point
Copy the full SHA 8c92202View commit details
Commits on Feb 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a54fb00 - Browse repository at this point
Copy the full SHA a54fb00View commit details
Commits on Feb 23, 2021
-
Replace assertions in Puctuated with more helpful panic messages
Debugging proc macros is very difficult as we can't easily get backtraces into the proc macro code. Improved error messages will hopefully give some hint to the user on what the problem is.
Configuration menu - View commit details
-
Copy full SHA for 8a75e45 - Browse repository at this point
Copy the full SHA 8a75e45View commit details
Commits on Feb 26, 2021
-
Resolve inconsistent_struct_constructor style lint
error: inconsistent struct constructor --> src/item.rs:1497:16 | 1497 | Ok(Signature { | ________________^ 1498 | | constness, 1499 | | asyncness, 1500 | | unsafety, ... | 1508 | | generics, 1509 | | }) | |_____________^ help: try: `Signature { constness, asyncness, unsafety, abi, fn_token, ident, generics, paren_token, inputs, variadic, output }` | = note: `-D clippy::inconsistent-struct-constructor` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#inconsistent_struct_constructorConfiguration menu - View commit details
-
Copy full SHA for 799c21b - Browse repository at this point
Copy the full SHA 799c21bView commit details -
Ignore incorrect suggestion from manual_map lint
rust-lang/rust-clippy#6795 error: manual implementation of `Option::map` --> src/item.rs:1194:22 | 1194 | let ty = if let Some(eq_token) = input.parse()? { | ______________________^ 1195 | | Some((eq_token, input.parse::<Type>()?)) 1196 | | } else { 1197 | | None 1198 | | }; | |_____________^ help: try this: `input.parse()?.map(|eq_token| (eq_token, input.parse::<Type>()?))` | = note: `-D clippy::manual-map` implied by `-D clippy::all` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_map
Configuration menu - View commit details
-
Copy full SHA for 0bd6d57 - Browse repository at this point
Copy the full SHA 0bd6d57View commit details
Commits on Mar 5, 2021
-
Merge pull request #970 from osa1/helpful_asserts
Replace assertions in Puctuated with more helpful panic messages
Configuration menu - View commit details
-
Copy full SHA for a782687 - Browse repository at this point
Copy the full SHA a782687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b0c9bd - Browse repository at this point
Copy the full SHA 2b0c9bdView commit details -
Eliminate line break in middle of panic message from PR 970
This makes the complete error message more easily greppable.
Configuration menu - View commit details
-
Copy full SHA for f6460f4 - Browse repository at this point
Copy the full SHA f6460f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38d99a7 - Browse repository at this point
Copy the full SHA 38d99a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9001d9f - Browse repository at this point
Copy the full SHA 9001d9fView commit details -
Merge pull request #971 from dtolnay/lifetime-span
Add Lifetime span getter and setter
Configuration menu - View commit details
-
Copy full SHA for de1a51d - Browse repository at this point
Copy the full SHA de1a51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2f1da2 - Browse repository at this point
Copy the full SHA b2f1da2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d131635 - Browse repository at this point
Copy the full SHA d131635View 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.60...1.0.61