-
-
Notifications
You must be signed in to change notification settings - Fork 102
Comparing changes
Open a pull request
base repository: dtolnay/quote
base: 1.0.2
head repository: dtolnay/quote
compare: 1.0.3
- 20 commits
- 14 files changed
- 3 contributors
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 55f5793 - Browse repository at this point
Copy the full SHA 55f5793View commit details
Commits on Oct 5, 2019
-
Remove unneeded lib name from Cargo.toml
This is left over from the quote-next preview releases.
Configuration menu - View commit details
-
Copy full SHA for ed61aae - Browse repository at this point
Copy the full SHA ed61aaeView commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8d155b0 - Browse repository at this point
Copy the full SHA 8d155b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8407b03 - Browse repository at this point
Copy the full SHA 8407b03View commit details
Commits on Oct 14, 2019
-
Merge pull request #135 from dtolnay/opt
Recognize ident tokens instead of doing is_ident at runtime
Configuration menu - View commit details
-
Copy full SHA for 86f9985 - Browse repository at this point
Copy the full SHA 86f9985View commit details
Commits on Oct 29, 2019
-
Raise minimum tested version to rustc 1.36
Our dev-dependency on trybuild no longer supports 1.31 - 1.35.
Configuration menu - View commit details
-
Copy full SHA for a346d2c - Browse repository at this point
Copy the full SHA a346d2cView commit details
Commits on Nov 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d760e4f - Browse repository at this point
Copy the full SHA d760e4fView commit details
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1d90e23 - Browse repository at this point
Copy the full SHA 1d90e23View commit details
Commits on Nov 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5c55eb7 - Browse repository at this point
Copy the full SHA 5c55eb7View commit details
Commits on Dec 23, 2019
-
Avoid panic when using quote! on raw identifiers
The `quote!` optimization added in 8d155b0 calls `Ident::new`, which does not handle identifiers containing the `r#` raw prefix, panicing if they are passed in. As `Ident::new_raw` is not stable, raw identifiers are parsed using the existing `parse` codepath, with only non-raw identifiers being passed to `Ident::new`. This mimics the logic from the `mk_ident` method created for `format_ident!`, with some small optimizations due to relaxed requirements. The previous `is_ident` optimization within `__rt::parse` has also been removed, as it is now redundant.
Configuration menu - View commit details
-
Copy full SHA for 8daa9a8 - Browse repository at this point
Copy the full SHA 8daa9a8View commit details -
Merge pull request #140 from mystor/quote_raw_id
Avoid panic when using quote! on raw identifiers
Configuration menu - View commit details
-
Copy full SHA for 2a803f7 - Browse repository at this point
Copy the full SHA 2a803f7View commit details
Commits on Dec 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0cee3d2 - Browse repository at this point
Copy the full SHA 0cee3d2View commit details
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0791596 - Browse repository at this point
Copy the full SHA 0791596View commit details
Commits on Jan 15, 2020
-
Adds an unsafe_code linting rule
This marks the use of unsafe code within the library as an error.
Configuration menu - View commit details
-
Copy full SHA for 6d65b99 - Browse repository at this point
Copy the full SHA 6d65b99View commit details -
Merge pull request #141 from chills42/master
Adds an unsafe_code linting rule
Configuration menu - View commit details
-
Copy full SHA for bf6f5f6 - Browse repository at this point
Copy the full SHA bf6f5f6View commit details
Commits on Feb 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f6753b8 - Browse repository at this point
Copy the full SHA f6753b8View commit details
Commits on Feb 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 44f1436 - Browse repository at this point
Copy the full SHA 44f1436View commit details
Commits on Mar 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6214797 - Browse repository at this point
Copy the full SHA 6214797View commit details
Commits on Mar 4, 2020
-
Make it clearer that __rt isn't public
This was doc(hidden) and commented "Not public API" but occasionally people still decide they should refer to it.
Configuration menu - View commit details
-
Copy full SHA for 4154389 - Browse repository at this point
Copy the full SHA 4154389View commit details -
Configuration menu - View commit details
-
Copy full SHA for e030093 - Browse repository at this point
Copy the full SHA e030093View 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.2...1.0.3