-
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 8 pull requests #65396
Rollup of 8 pull requests #65396
Commits on Oct 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a185061 - Browse repository at this point
Copy the full SHA a185061View commit details -
Configuration menu - View commit details
-
Copy full SHA for 019fba8 - Browse repository at this point
Copy the full SHA 019fba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a02b5 - Browse repository at this point
Copy the full SHA 06a02b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ef776 - Browse repository at this point
Copy the full SHA e0ef776View commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2ae5e34 - Browse repository at this point
Copy the full SHA 2ae5e34View commit details
Commits on Oct 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c6cc29d - Browse repository at this point
Copy the full SHA c6cc29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d131abe - Browse repository at this point
Copy the full SHA d131abeView commit details -
ast: remove implicit pprust dependency via Display.
Instead just use `pprust::path_to_string(..)` where needed. This has two benefits: a) The AST definition is now independent of printing it. (Therefore we get closer to extracting a data-crate.) b) Debugging should be easier as program flow is clearer.
Configuration menu - View commit details
-
Copy full SHA for 742ec4b - Browse repository at this point
Copy the full SHA 742ec4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8105e - Browse repository at this point
Copy the full SHA ab8105eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0c487 - Browse repository at this point
Copy the full SHA 4a0c487View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d766ed - Browse repository at this point
Copy the full SHA 9d766edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f32f0 - Browse repository at this point
Copy the full SHA 42f32f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1899432 - Browse repository at this point
Copy the full SHA 1899432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e946c - Browse repository at this point
Copy the full SHA 07e946cView commit details
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5c8fdc1 - Browse repository at this point
Copy the full SHA 5c8fdc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6323180 - Browse repository at this point
Copy the full SHA 6323180View commit details -
Configuration menu - View commit details
-
Copy full SHA for f653db9 - Browse repository at this point
Copy the full SHA f653db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a495c - Browse repository at this point
Copy the full SHA 88a495cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e01e8 - Browse repository at this point
Copy the full SHA f6e01e8View commit details -
Rollup merge of rust-lang#65215 - JohnTitor:long-explanation-e0697, r…
…=GuillaumeGomez Add long error explanation for E0697 Part of rust-lang#61137 r? @GuillaumeGomez
Configuration menu - View commit details
-
Copy full SHA for da1cddd - Browse repository at this point
Copy the full SHA da1cdddView commit details -
Rollup merge of rust-lang#65265 - GuillaumeGomez:cleanup-librustc_mir…
…-err-codes, r=Mark-Simulacrum Cleanup librustc mir err codes Three things are done in this PR: * Sort error codes * Uncomment an error code long error explanation (they should **never** be commented) * Unify explanations
Configuration menu - View commit details
-
Copy full SHA for 28b6bb8 - Browse repository at this point
Copy the full SHA 28b6bb8View commit details -
Rollup merge of rust-lang#65292 - JohnTitor:add-backticks, r=varkor,C…
…entril Print lifetimes with backticks Fixes rust-lang#65287 r? @varkor
Configuration menu - View commit details
-
Copy full SHA for 562e78e - Browse repository at this point
Copy the full SHA 562e78eView commit details -
Rollup merge of rust-lang#65362 - Centril:extract_fun, r=petrochenkov
syntax: consolidate function parsing in item.rs Extracted from rust-lang#65324. r? @estebank
Configuration menu - View commit details
-
Copy full SHA for 85eb0a4 - Browse repository at this point
Copy the full SHA 85eb0a4View commit details -
Rollup merge of rust-lang#65363 - Centril:less-pprust, r=Mark-Simulacrum
Remove implicit dependencies on syntax::pprust Part of rust-lang#65324. The main goal here is to facilitate the eventual move of pprust out from libsyntax and because an AST definition typically should not depend on its pretty printer. r? @estebank
Configuration menu - View commit details
-
Copy full SHA for 83679cb - Browse repository at this point
Copy the full SHA 83679cbView commit details -
Rollup merge of rust-lang#65379 - Centril:refactor-bso_and_cc, r=petr…
…ochenkov refactor session::config::build_session_options_and_crate_config I'm not exactly sure what happened in rust-lang#65361 (comment) so in an effort to bisect the error I'm extracting out the first commit so it can hopefully land (I suspect the error is in the 2nd-3rd commits.) r? @petrochenkov (I'll r=you when the PR builder is happy)
Configuration menu - View commit details
-
Copy full SHA for d24da2a - Browse repository at this point
Copy the full SHA d24da2aView commit details -
Rollup merge of rust-lang#65392 - Centril:nt-to-tt, r=Mark-Simulacrum
Move `Nonterminal::to_tokenstream` to parser & don't rely directly on parser in lowering Split out from rust-lang#65324. r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for c973cc2 - Browse repository at this point
Copy the full SHA c973cc2View commit details -
Rollup merge of rust-lang#65395 - JohnTitor:add-tests, r=Centril
Add some tests for fixed ICEs Fixes rust-lang#44153 (from 1.23.0) Fixes rust-lang#47486 (from 1.36.0) Fixes rust-lang#48010 (from 1.38.0) Fixes rust-lang#48027 (from nightly) Fixes rust-lang#48638 (from nightly)
Configuration menu - View commit details
-
Copy full SHA for 045339c - Browse repository at this point
Copy the full SHA 045339cView commit details