-
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
Rollup of 6 pull requests #70288
Rollup of 6 pull requests #70288
Commits on Mar 20, 2020
-
Store idents for
DefPathData
into crate metadataPreviously, we threw away the `Span` associated with a definition's identifier when we encoded crate metadata, causing us to lose location and hygiene information. We now store the identifier's `Span` in the crate metadata. When we decode items from the metadata, we combine the name and span back into an `Ident`. This improves the output of several tests, which previously had messages suppressed due to dummy spans. This is a prerequisite for rust-lang#68686, since throwing away a `Span` means that we lose hygiene information.
Configuration menu - View commit details
-
Copy full SHA for 1f13a4f - Browse repository at this point
Copy the full SHA 1f13a4fView commit details
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e991df8 - Browse repository at this point
Copy the full SHA e991df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7a2c1 - Browse repository at this point
Copy the full SHA cb7a2c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18ed20 - Browse repository at this point
Copy the full SHA d18ed20View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa0ae5 - Browse repository at this point
Copy the full SHA eaa0ae5View commit details
Commits on Mar 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0c5c3bb - Browse repository at this point
Copy the full SHA 0c5c3bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed48853 - Browse repository at this point
Copy the full SHA ed48853View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8533778 - Browse repository at this point
Copy the full SHA 8533778View commit details -
Configuration menu - View commit details
-
Copy full SHA for 263cbd1 - Browse repository at this point
Copy the full SHA 263cbd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52fbd3e - Browse repository at this point
Copy the full SHA 52fbd3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94bbd46 - Browse repository at this point
Copy the full SHA 94bbd46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 854b78f - Browse repository at this point
Copy the full SHA 854b78fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9175940 - Browse repository at this point
Copy the full SHA 9175940View commit details -
Rollup merge of rust-lang#69942 - estebank:sized-verbose-sugg, r=matt…
…hewjasper Increase verbosity when suggesting subtle code changes Do not suggest changes that are actually quite small inline, to minimize the likelihood of confusion. Fix rust-lang#69243.
Configuration menu - View commit details
-
Copy full SHA for 09d71fd - Browse repository at this point
Copy the full SHA 09d71fdView commit details -
Rollup merge of rust-lang#70077 - Aaron1011:feature/new-def-path-iden…
…t, r=petrochenkov Store idents for `DefPathData` into crate metadata Previously, we threw away the `Span` associated with a definition's identifier when we encoded crate metadata, causing us to lose location and hygiene information. We now store the identifier's `Span` in a side table, which gets encoded into the crate metadata. When we decode items from the metadata, we combine the name and span back into an `Ident`. This improves the output of several tests, which previously had messages suppressed due to dummy spans. This is a prerequisite for rust-lang#68686, since throwing away a `Span` means that we lose hygiene information.
Configuration menu - View commit details
-
Copy full SHA for 8ac0d71 - Browse repository at this point
Copy the full SHA 8ac0d71View commit details -
Rollup merge of rust-lang#70227 - LeSeulArtichaut:typo-def, r=Centril
Only display definition when suggesting a typo Closes rust-lang#70206 r? @Centril
Configuration menu - View commit details
-
Copy full SHA for b6a8a41 - Browse repository at this point
Copy the full SHA b6a8a41View commit details -
Rollup merge of rust-lang#70248 - Centril:unroot, r=petrochenkov
parser: simplify & remove unused field r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for 8d61584 - Browse repository at this point
Copy the full SHA 8d61584View commit details -
Rollup merge of rust-lang#70249 - lcnr:issue70125, r=eddyb
handle ConstKind::Unresolved after monomorphizing fixes rust-lang#70125 r? @bjorn3
Configuration menu - View commit details
-
Copy full SHA for 390088c - Browse repository at this point
Copy the full SHA 390088cView commit details -
Rollup merge of rust-lang#70269 - matthiaskrgr:clippy_closures, r=Dyl…
…an-DPC remove redundant closures (clippy::redundant_closure)
Configuration menu - View commit details
-
Copy full SHA for f063531 - Browse repository at this point
Copy the full SHA f063531View commit details