-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve code clarity #64935
Merged
bors
merged 23 commits into
rust-lang:master
from
AnthonyMikh:librustc_errors/emmiter__code-clarity
Oct 1, 2019
Merged
Improve code clarity #64935
bors
merged 23 commits into
rust-lang:master
from
AnthonyMikh:librustc_errors/emmiter__code-clarity
Oct 1, 2019
Commits on Sep 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2cb460e - Browse repository at this point
Copy the full SHA 2cb460eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9a93be - Browse repository at this point
Copy the full SHA e9a93beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc5650 - Browse repository at this point
Copy the full SHA 4fc5650View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6327e8 - Browse repository at this point
Copy the full SHA d6327e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef169b - Browse repository at this point
Copy the full SHA aef169bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b447e2 - Browse repository at this point
Copy the full SHA 9b447e2View commit details -
Simplify
Emitter::fix_multispan_in_std_macros
1. Rewrite `if let` into `match` to return earl and avoid indenting giant block 2. Assign `spans_updated` only once
Configuration menu - View commit details
-
Copy full SHA for f93827f - Browse repository at this point
Copy the full SHA f93827fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea32862 - Browse repository at this point
Copy the full SHA ea32862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0725f - Browse repository at this point
Copy the full SHA 7a0725fView commit details
Commits on Sep 26, 2019
-
Revert "Simplify Unicode-aware trimming"
`taken` is actually used afterwards
Configuration menu - View commit details
-
Copy full SHA for 75a7c27 - Browse repository at this point
Copy the full SHA 75a7c27View commit details
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7dc953b - Browse repository at this point
Copy the full SHA 7dc953bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b6a79b - Browse repository at this point
Copy the full SHA 6b6a79bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b4c5c6 - Browse repository at this point
Copy the full SHA 7b4c5c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21724ed - Browse repository at this point
Copy the full SHA 21724edView commit details -
Simplify
EmitterWriter::emit_suggestion_default
Make function return early if source map is not present
Configuration menu - View commit details
-
Copy full SHA for 7a807c5 - Browse repository at this point
Copy the full SHA 7a807c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d73176 - Browse repository at this point
Copy the full SHA 9d73176View commit details -
Simplify a conditional in
collect_annotations
Also avoid excessive cloning
Configuration menu - View commit details
-
Copy full SHA for 55b5428 - Browse repository at this point
Copy the full SHA 55b5428View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb44288 - Browse repository at this point
Copy the full SHA bb44288View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5db5b3 - Browse repository at this point
Copy the full SHA e5db5b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bc38e - Browse repository at this point
Copy the full SHA 61bc38eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 515262c - Browse repository at this point
Copy the full SHA 515262cView commit details
Commits on Oct 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fdce416 - Browse repository at this point
Copy the full SHA fdce416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50c2a58 - Browse repository at this point
Copy the full SHA 50c2a58View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.