-
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 5 pull requests #76159
Rollup of 5 pull requests #76159
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d39cc45 - Browse repository at this point
Copy the full SHA d39cc45View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89d2a9 - Browse repository at this point
Copy the full SHA d89d2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7a28d - Browse repository at this point
Copy the full SHA 7a7a28dView commit details
Commits on Aug 30, 2020
-
Move lexer unit tests to rustc_lexer
StringReader is an intornal abstraction which at the moment changes a lot, so these unit tests cause quite a bit of friction. Moving them to rustc_lexer and more ingerated-testing style should make them much less annoying, hopefully without decreasing their usefulness much. Note that coloncolon tests are removed (it's unclear what those are testing). \r\n tests are removed as well, as we normalize line endings even before lexing.
Configuration menu - View commit details
-
Copy full SHA for ccffea5 - Browse repository at this point
Copy the full SHA ccffea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 518cac9 - Browse repository at this point
Copy the full SHA 518cac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 883b1e7 - Browse repository at this point
Copy the full SHA 883b1e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68500ff - Browse repository at this point
Copy the full SHA 68500ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c624a - Browse repository at this point
Copy the full SHA 21c624aView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 668f63d - Browse repository at this point
Copy the full SHA 668f63dView commit details -
Rollup merge of rust-lang#75938 - Amjad50:min_const_generics-tests-re…
…visions, r=lcnr Added some `min_const_generics` revisions into `const_generics` tests Help in rust-lang#75279. still a lot more to cover though r? @lcnr
Configuration menu - View commit details
-
Copy full SHA for 4e2a25d - Browse repository at this point
Copy the full SHA 4e2a25dView commit details -
Rollup merge of rust-lang#76050 - matklad:pos, r=petrochenkov
Remove unused function
Configuration menu - View commit details
-
Copy full SHA for 7d2460e - Browse repository at this point
Copy the full SHA 7d2460eView commit details -
Rollup merge of rust-lang#76075 - marmeladema:remove-once-cell-crate,…
… r=matklad datastructures: replace `once_cell` crate with an impl from std Fixes rust-lang#75700 r? @matklad We might need a perf run for this change.
Configuration menu - View commit details
-
Copy full SHA for 67f1643 - Browse repository at this point
Copy the full SHA 67f1643View commit details -
Rollup merge of rust-lang#76115 - calebcartwright:parser-fn-visibilit…
…y, r=matklad Restore public visibility on some parsing functions for rustfmt In rust-lang#74826 the visibility of several parsing functions was reduced. However, rustfmt is an external consumer of some of these functions as well and needs the visibility to be public, similar to other elements in rustc_parse such as `parse_ident` https://github.com/rust-lang/rust/blob/db534b3ac286cf45688c3bbae6aa6e77439e52d2/src/librustc_parse/parser/mod.rs#L433-L436
Configuration menu - View commit details
-
Copy full SHA for d8eb301 - Browse repository at this point
Copy the full SHA d8eb301View commit details -
Rollup merge of rust-lang#76127 - petrochenkov:lld, r=Mark-Simulacrum
rustbuild: Remove one LLD workaround The version of LLD shipped with Rust no longer have this issue. Closes rust-lang#68647
Configuration menu - View commit details
-
Copy full SHA for 9caf08f - Browse repository at this point
Copy the full SHA 9caf08fView commit details