-
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 7 pull requests #85474
Rollup of 7 pull requests #85474
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5353c5c - Browse repository at this point
Copy the full SHA 5353c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e8f12 - Browse repository at this point
Copy the full SHA 67e8f12View commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f054ce3 - Browse repository at this point
Copy the full SHA f054ce3View commit details -
PassWrapper: update for LLVM change D102093
In https://reviews.llvm.org/D102093 lots of things stopped taking the DebugLogging boolean parameter. Mercifully we appear to always set DebugPassManager to false, so I don't think we're losing anything by not passing this parameter.
Configuration menu - View commit details
-
Copy full SHA for 445658b - Browse repository at this point
Copy the full SHA 445658bView commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d730cc6 - Browse repository at this point
Copy the full SHA d730cc6View commit details
Commits on May 19, 2021
-
Add method-toggle to <details> for methods.
The makes the code for handling "auto-hide" settings more consistent.
Configuration menu - View commit details
-
Copy full SHA for 24480de - Browse repository at this point
Copy the full SHA 24480deView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec32bcf - Browse repository at this point
Copy the full SHA ec32bcfView commit details -
Rollup merge of rust-lang#85169 - jsha:hoist-classes, r=GuillaumeGomez
Add method-toggle to <details> for methods The makes the code for handling "auto-hide" settings more consistent. Demo at https://hoffman-andrews.com/rust/hoist-classes/std/string/struct.String.html Fixes rust-lang#84829
Configuration menu - View commit details
-
Copy full SHA for d466302 - Browse repository at this point
Copy the full SHA d466302View commit details -
Rollup merge of rust-lang#85275 - CDirkx:memchr, r=m-ou-se
Move `std::memchr` to `sys_common` `std::memchr` is a thin abstraction over the different `memchr` implementations in `sys`, along with documentation and tests. The module is only used internally by `std`, nothing is exported externally. Code like this is exactly what the `sys_common` module is for, so this PR moves it there.
Configuration menu - View commit details
-
Copy full SHA for 72d3483 - Browse repository at this point
Copy the full SHA 72d3483View commit details -
Rollup merge of rust-lang#85287 - eggyal:expose-test-concurrent, r=m-…
…ou-se Expose `Concurrent` (private type in public i'face) rust-lang#53410 introduced experimental support for custom test frameworks. Such frameworks may wish to build upon `library/test` by calling into its publicly exposed API (which I entirely understand is wholly unstable). However, any that wish to call `test::run_test` cannot currently do so because `test::options::Concurrent` (the type of its `concurrent` parameter) is not publicly exposed.
Configuration menu - View commit details
-
Copy full SHA for 50bcdb5 - Browse repository at this point
Copy the full SHA 50bcdb5View commit details -
Rollup merge of rust-lang#85400 - lnicola:rust-analyzer-2021-05-17, r…
…=jonas-schievink ⬆️ rust-analyzer
Configuration menu - View commit details
-
Copy full SHA for 8a5d812 - Browse repository at this point
Copy the full SHA 8a5d812View commit details -
Rollup merge of rust-lang#85416 - durin42:llvm-catchup-may-2021, r=na…
…gisa PassWrapper: update for LLVM change D102093 In https://reviews.llvm.org/D102093 lots of things stopped taking the DebugLogging boolean parameter. Mercifully we appear to always set DebugPassManager to false, so I don't think we're losing anything by not passing this parameter.
Configuration menu - View commit details
-
Copy full SHA for d967940 - Browse repository at this point
Copy the full SHA d967940View commit details -
Rollup merge of rust-lang#85439 - mgacek8:add_diagnostic_item_to_CStr…
…_type, r=davidtwco Add diagnostic item to `CStr` Required for clippy issue: rust-lang/rust-clippy#7145
Configuration menu - View commit details
-
Copy full SHA for 905ec41 - Browse repository at this point
Copy the full SHA 905ec41View commit details -
Rollup merge of rust-lang#85470 - GuillaumeGomez:fix-css-rules, r=jsha
Fix invalid CSS rules for a:hover When hovering some links: ![Screenshot from 2021-05-19 15-00-31](https://user-images.githubusercontent.com/3050060/118823585-5f2a4b80-b8b9-11eb-8043-bb7759a178c7.png) ![Screenshot from 2021-05-19 15-00-29](https://user-images.githubusercontent.com/3050060/118823566-5b96c480-b8b9-11eb-8c4e-08e490752fbf.png) It is a side-effect from rust-lang#84462. r? `@jsha`
Configuration menu - View commit details
-
Copy full SHA for a296ade - Browse repository at this point
Copy the full SHA a296adeView commit details