-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 7 pull requests #65399
Rollup of 7 pull requests #65399
Commits on Oct 10, 2019
-
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 1ac0028 - Browse repository at this point
Copy the full SHA 1ac0028View 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 c2ae4de - Browse repository at this point
Copy the full SHA c2ae4deView 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 66e4288 - Browse repository at this point
Copy the full SHA 66e4288View 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 2800bc2 - Browse repository at this point
Copy the full SHA 2800bc2View 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 e29a6fc - Browse repository at this point
Copy the full SHA e29a6fcView 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 28d08f3 - Browse repository at this point
Copy the full SHA 28d08f3View 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 a73e073 - Browse repository at this point
Copy the full SHA a73e073View commit details