-
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 8 pull requests #84966
Rollup of 8 pull requests #84966
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 33cc3f5 - Browse repository at this point
Copy the full SHA 33cc3f5View commit details
Commits on Apr 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a2e67e - Browse repository at this point
Copy the full SHA 8a2e67eView commit details
Commits on Apr 30, 2021
-
Allow using
core::
in intra-doc links within core itselfI came up with this idea ages ago, but rustdoc used to ICE on it. Now it doesn't.
Configuration menu - View commit details
-
Copy full SHA for 4a63e1e - Browse repository at this point
Copy the full SHA 4a63e1eView commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6b64202 - Browse repository at this point
Copy the full SHA 6b64202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b94338 - Browse repository at this point
Copy the full SHA 0b94338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd5505 - Browse repository at this point
Copy the full SHA 4bd5505View commit details
Commits on May 5, 2021
-
Fix typo in
MaybeUninit::array_assume_init
safety commentAnd also add backticks around `MaybeUninit`.
Configuration menu - View commit details
-
Copy full SHA for 42405b4 - Browse repository at this point
Copy the full SHA 42405b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f3dbb - Browse repository at this point
Copy the full SHA b6f3dbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4ccf9 - Browse repository at this point
Copy the full SHA ad4ccf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c489a3 - Browse repository at this point
Copy the full SHA 3c489a3View commit details -
Rollup merge of rust-lang#84328 - Folyd:stablize_map_into_keys_values…
…, r=m-ou-se Stablize {HashMap,BTreeMap}::into_{keys,values} I would propose to stabilize `{HashMap,BTreeMap}::into_{keys,values}`( aka. `map_into_keys_values`). Closes rust-lang#75294.
Configuration menu - View commit details
-
Copy full SHA for 3366c19 - Browse repository at this point
Copy the full SHA 3366c19View commit details -
Rollup merge of rust-lang#84712 - joshtriplett:simplify-chdir, r=yaahc
Simplify chdir implementation and minimize unsafe block
Configuration menu - View commit details
-
Copy full SHA for b18d01b - Browse repository at this point
Copy the full SHA b18d01bView commit details -
Rollup merge of rust-lang#84755 - jyn514:core-links, r=kennytm
Allow using `core::` in intra-doc links within core itself I came up with this idea ages ago, but rustdoc used to ICE on it. Now it doesn't. Helps with rust-lang#73445. Doesn't fix it completely since `extern crate self as std;` in std still gives strange errors.
Configuration menu - View commit details
-
Copy full SHA for 1461f05 - Browse repository at this point
Copy the full SHA 1461f05View commit details -
Rollup merge of rust-lang#84896 - estebank:issue-84772, r=jackh726
Handle incorrect placement of parentheses in trait bounds more gracefully Fix rust-lang#84772. CC ``@jonhoo``
Configuration menu - View commit details
-
Copy full SHA for 8a22299 - Browse repository at this point
Copy the full SHA 8a22299View commit details -
Rollup merge of rust-lang#84905 - RalfJung:copy, r=oli-obk
CTFE engine: rename copy → copy_intrinsic, move to intrinsics.rs The `copy` name is confusing for this function because we also have `copy_op` which is pretty different. I hope `copy_intrinsic` is clearer. Also `step.rs` should really just contain the main loop and opcode dispatch, so move this helper function to a more appropriate place. r? ``@oli-obk``
Configuration menu - View commit details
-
Copy full SHA for 6b1ad1a - Browse repository at this point
Copy the full SHA 6b1ad1aView commit details -
Rollup merge of rust-lang#84923 - estebank:as_cache_key-once, r=petro…
…chenkov Only compute Obligation `cache_key` once in `register_obligation_at`
Configuration menu - View commit details
-
Copy full SHA for 174b6a0 - Browse repository at this point
Copy the full SHA 174b6a0View commit details -
Rollup merge of rust-lang#84949 - sdroege:maybe-unint-typo, r=m-ou-se
Fix typo in `MaybeUninit::array_assume_init` safety comment And also add backticks around `MaybeUninit`.
Configuration menu - View commit details
-
Copy full SHA for 2860ec5 - Browse repository at this point
Copy the full SHA 2860ec5View commit details -
Rollup merge of rust-lang#84953 - GuillaumeGomez:remove-unneeded-with…
…_default_session_globals, r=jyn514 Remove unneeded call to with_default_session_globals in rustdoc highlight This was the origin of the `Span` bug in rust-lang#84176. cc ``@Aaron1011`` r? ``@jyn514``
Configuration menu - View commit details
-
Copy full SHA for 057bb46 - Browse repository at this point
Copy the full SHA 057bb46View commit details