-
-
Notifications
You must be signed in to change notification settings - Fork 127
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: dtolnay/proc-macro2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.63
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/proc-macro2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.64
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 1 contributor
Commits on Jul 3, 2023
-
Resolve needless_rwa_string_hashes clippy lint in test suite
error: unnecessary hashes around raw string literal --> tests/test.rs:683:17 | 683 | check_spans(r###"r#"abc"#"###, &[(1, 0, 1, 8)]); | ^^^^^^^^^^^^^^^^^ help: try: `r##"r#"abc"#"##` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes = note: `-D clippy::needless-raw-string-hashes` implied by `-D clippy::all` error: unnecessary hashes around raw string literal --> tests/test.rs:684:17 | 684 | check_spans(r###"r#"ábc"#"###, &[(1, 0, 1, 8)]); | ^^^^^^^^^^^^^^^^^ help: try: `r##"r#"ábc"#"##` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes
Configuration menu - View commit details
-
Copy full SHA for 51ed1bb - Browse repository at this point
Copy the full SHA 51ed1bbView commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bdfb5c1 - Browse repository at this point
Copy the full SHA bdfb5c1View commit details
Commits on Jul 9, 2023
-
Revert "Require \r whitespace to be followed by \n"
This reverts commit 0c550b2.
Configuration menu - View commit details
-
Copy full SHA for d10651c - Browse repository at this point
Copy the full SHA d10651cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 261ad4d - Browse repository at this point
Copy the full SHA 261ad4dView commit details -
Merge pull request #399 from dtolnay/carriagereturn
Revert "Require \r whitespace to be followed by \n"
Configuration menu - View commit details
-
Copy full SHA for 9c812bc - Browse repository at this point
Copy the full SHA 9c812bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab053d3 - Browse repository at this point
Copy the full SHA ab053d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 075af34 - Browse repository at this point
Copy the full SHA 075af34View commit details
Loading
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.63...1.0.64