-
-
Notifications
You must be signed in to change notification settings - Fork 315
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: 8d4eb4c
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: a0f0bb3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 22 files changed
- 1 contributor
Commits on Mar 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5796d98 - Browse repository at this point
Copy the full SHA 5796d98View commit details
Commits on Mar 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a9759cf - Browse repository at this point
Copy the full SHA a9759cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ed0d3 - Browse repository at this point
Copy the full SHA a0ed0d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d72c80 - Browse repository at this point
Copy the full SHA 3d72c80View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a63c4 - Browse repository at this point
Copy the full SHA c1a63c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d545093 - Browse repository at this point
Copy the full SHA d545093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 390e0c1 - Browse repository at this point
Copy the full SHA 390e0c1View commit details -
Switch non exhaustive syntax tree enums to use #[non_exhaustive]
This follows through on the comments on the __TestExhaustive variants promising that their purpose will be substituted with a deny(reachable) rustc lint once one is available. That lint is now landing as non_exhaustive_omitted_patterns in Rust 1.57. The correct way to use it for checking exhaustivity of a match is: match expr { Expr::Array(e) => {...} Expr::Assign(e) => {...} ... Expr::Yield(e) => {...} #[cfg_attr(test, deny(non_exhaustive_omitted_patterns))] _ => { /* some sane fallback */ } }
Configuration menu - View commit details
-
Copy full SHA for c6ce512 - Browse repository at this point
Copy the full SHA c6ce512View commit details -
Merge pull request #1067 from dtolnay/nonexhaustive
Switch non exhaustive syntax tree enums to use #[non_exhaustive]
Configuration menu - View commit details
-
Copy full SHA for be520c1 - Browse repository at this point
Copy the full SHA be520c1View commit details
Commits on Mar 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a0f0bb3 - Browse repository at this point
Copy the full SHA a0f0bb3View 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 8d4eb4c...a0f0bb3