-
-
Notifications
You must be signed in to change notification settings - Fork 362
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/syn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dtolnay/syn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 9 files changed
- 1 contributor
Commits on Apr 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7ef652f - Browse repository at this point
Copy the full SHA 7ef652fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5812a - Browse repository at this point
Copy the full SHA 3f5812aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2546432 - Browse repository at this point
Copy the full SHA 2546432View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced12d4 - Browse repository at this point
Copy the full SHA ced12d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b4ef3 - Browse repository at this point
Copy the full SHA f7b4ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c001c26 - Browse repository at this point
Copy the full SHA c001c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d4248 - Browse repository at this point
Copy the full SHA 80d4248View commit details -
Configuration menu - View commit details
-
Copy full SHA for b80c69a - Browse repository at this point
Copy the full SHA b80c69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7c555 - Browse repository at this point
Copy the full SHA 3b7c555View commit details -
Ignore range_plus_one pedantic clippy lint
error: an inclusive range would be more readable --> src/expr.rs:2743:26 | 2743 | .subspan(part_end..part_end + 1) | ^^^^^^^^^^^^^^^^^^^^^^ help: use: `part_end..=part_end` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#range_plus_one = note: `-D clippy::range-plus-one` implied by `-D clippy::pedantic`Configuration menu - View commit details
-
Copy full SHA for b0861b9 - Browse repository at this point
Copy the full SHA b0861b9View commit details -
Merge pull request #1436 from dtolnay/floatsubspan
Improve spans of Expr::Field parsed from a float Literal
Configuration menu - View commit details
-
Copy full SHA for 9aae2b4 - Browse repository at this point
Copy the full SHA 9aae2b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 856c5dd - Browse repository at this point
Copy the full SHA 856c5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac5f15d - Browse repository at this point
Copy the full SHA ac5f15dView 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 2.0.12...2.0.13