-
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 #83848
Rollup of 8 pull requests #83848
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e7f340e - Browse repository at this point
Copy the full SHA e7f340eView commit details
Commits on Mar 22, 2021
-
Add
download-rustc = "if-unchanged"
This allows keeping the setting to a fixed value without having to toggle it when you want to work on the compiler instead of on tools.
Configuration menu - View commit details
-
Copy full SHA for 7f5964a - Browse repository at this point
Copy the full SHA 7f5964aView commit details
Commits on Mar 26, 2021
-
Recent FreeBSD gdb packages have a different format for the version string.
Configuration menu - View commit details
-
Copy full SHA for 4f73d21 - Browse repository at this point
Copy the full SHA 4f73d21View commit details
Commits on Apr 2, 2021
-
rustdoc: highlight macros more efficiently
Instead of producing `<span class=macro>assert_eq</span><span class=macro>!</span>`, just produce `<span class=macro>assert_eq!</span>`.
Configuration menu - View commit details
-
Copy full SHA for 617e135 - Browse repository at this point
Copy the full SHA 617e135View commit details
Commits on Apr 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f64038f - Browse repository at this point
Copy the full SHA f64038fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a05892 - Browse repository at this point
Copy the full SHA 8a05892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72502e8 - Browse repository at this point
Copy the full SHA 72502e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13e482b - Browse repository at this point
Copy the full SHA 13e482bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd241f - Browse repository at this point
Copy the full SHA 3bd241fView commit details -
Co-authored-by: Ralf Jung <post@ralfj.de>
Configuration menu - View commit details
-
Copy full SHA for 572873f - Browse repository at this point
Copy the full SHA 572873fView commit details
Commits on Apr 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a41d41c - Browse repository at this point
Copy the full SHA a41d41cView commit details -
Rollup merge of rust-lang#82726 - ssomers:btree_node_rearange, r=Mark…
…-Simulacrum BTree: move blocks around in node.rs Without changing any names or implementation, reorder some members: - Move down the ones defined long ago on the demised `struct Root`, to below the definition of their current host `struct NodeRef`. - Move up some defined on `struct NodeRef` that are interspersed with those defined on `struct Handle`. - Move up the `correct_…` methods squeezed between the two flavours of `push`. - Move the unchecked static downcasts (`cast_to_…`) after the upcasts (`forget_`) and the (weirdly named) dynamic downcasts (`force`). r? ``@Mark-Simulacrum``
Configuration menu - View commit details
-
Copy full SHA for 92593a0 - Browse repository at this point
Copy the full SHA 92593a0View commit details -
Rollup merge of rust-lang#83368 - jyn514:download-if-unchanged, r=Mar…
…k-Simulacrum Add `download-rustc = "if-unchanged"` This allows keeping the setting to a fixed value without having to toggle it when you want to work on the compiler instead of on tools. This sets `BOOTSTRAP_DOWNLOAD_RUSTC` in bootstrap.py so rustbuild doesn't have to try and replicate its logic. Helps with rust-lang#81930. r? ````@Mark-Simulacrum```` cc ````@camelid````
Configuration menu - View commit details
-
Copy full SHA for a604464 - Browse repository at this point
Copy the full SHA a604464View commit details -
Rollup merge of rust-lang#83451 - GuillaumeGomez:fix-error-code-tidy-…
…check, r=Mark-Simulacrum Fix error codes check run and ensure it will not go unnoticed again Fixes rust-lang#83268. The error codes explanations were not checked anymore. I fixed this issue and also added variables to ensure that this won't happen again (at least not silently).
Configuration menu - View commit details
-
Copy full SHA for 54b5f02 - Browse repository at this point
Copy the full SHA 54b5f02View commit details -
Rollup merge of rust-lang#83532 - asomers:gdb-fbsd, r=Mark-Simulacrum
Fix compiletest on FreeBSD Recent FreeBSD gdb packages have a different format for the version string.
Configuration menu - View commit details
-
Copy full SHA for 9a84a0c - Browse repository at this point
Copy the full SHA 9a84a0cView commit details -
Rollup merge of rust-lang#83793 - notriddle:single-span-macro-highlig…
…ht, r=GuillaumeGomez rustdoc: highlight macros more efficiently Instead of producing `<span class=macro>assert_eq</span><span class=macro>!</span>`, just produce `<span class=macro>assert_eq!</span>`.
Configuration menu - View commit details
-
Copy full SHA for 96659a9 - Browse repository at this point
Copy the full SHA 96659a9View commit details -
Rollup merge of rust-lang#83809 - GuillaumeGomez:remove-initial-ids, …
…r=camelid Remove unneeded INITIAL_IDS const Some IDs inside this map didn't exist anymore, some others were duplicates of what we have inside `IdMap`. So instead of keeping the two around and since `INITIAL_IDS` was only used by `IdMap`, no need to keep both of them.
Configuration menu - View commit details
-
Copy full SHA for 4757d94 - Browse repository at this point
Copy the full SHA 4757d94View commit details -
Rollup merge of rust-lang#83826 - slightlyoutofphase:rustdoc-sidebar-…
…order-shuffle, r=jyn514 List trait impls before deref methods in doc's sidebar This PR is acting directly on a suggestion made by ```@jyn514``` in rust-lang#83133. I've tested the changes locally, and can confirm that it does in fact properly achieve what he thought it would. This PR also in turn closes rust-lang#83133.
Configuration menu - View commit details
-
Copy full SHA for 8e37df4 - Browse repository at this point
Copy the full SHA 8e37df4View commit details -
Rollup merge of rust-lang#83827 - the8472:fix-inplace-panic-on-drop, …
…r=RalfJung cleanup leak after test to make miri happy Contains changes that were requested in rust-lang#83629 but didn't make it into the rollup. r? ```@RalfJung```
Configuration menu - View commit details
-
Copy full SHA for e00fb1c - Browse repository at this point
Copy the full SHA e00fb1cView commit details