-
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 12 pull requests #76678
Rollup of 12 pull requests #76678
Commits on Sep 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 44726ba - Browse repository at this point
Copy the full SHA 44726baView commit details
Commits on Sep 9, 2020
-
Remove internal and unstable MaybeUninit::UNINIT.
Looks like it is no longer necessary, as uninit_array() can be used instead in the few cases where it was needed.
Configuration menu - View commit details
-
Copy full SHA for 4506d26 - Browse repository at this point
Copy the full SHA 4506d26View commit details
Commits on Sep 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b1e481d - Browse repository at this point
Copy the full SHA b1e481dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a261a2 - Browse repository at this point
Copy the full SHA 8a261a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 869021e - Browse repository at this point
Copy the full SHA 869021eView commit details -
Without this, it was not inlined in SyncOnceCell::into_inner(), causing unecessary checks and dead code.
Configuration menu - View commit details
-
Copy full SHA for aa68aaa - Browse repository at this point
Copy the full SHA aa68aaaView commit details -
Remove Windows details from Unix and VmWorks symlink() docstrings
This note is not relevant to other operating systems.
Configuration menu - View commit details
-
Copy full SHA for 2eeb8f1 - Browse repository at this point
Copy the full SHA 2eeb8f1View commit details
Commits on Sep 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20a2e09 - Browse repository at this point
Copy the full SHA 20a2e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46767b1 - Browse repository at this point
Copy the full SHA 46767b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf07201 - Browse repository at this point
Copy the full SHA cf07201View commit details -
Add visualization of rustc span in doc
It took me quite some time to figure out what Span::to means. A picture is worth a thousand words.
Configuration menu - View commit details
-
Copy full SHA for 5dc9790 - Browse repository at this point
Copy the full SHA 5dc9790View commit details -
Configuration menu - View commit details
-
Copy full SHA for c95fa0a - Browse repository at this point
Copy the full SHA c95fa0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea53f9 - Browse repository at this point
Copy the full SHA 0ea53f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e55896a - Browse repository at this point
Copy the full SHA e55896aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dfe015 - Browse repository at this point
Copy the full SHA 5dfe015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71a5c46 - Browse repository at this point
Copy the full SHA 71a5c46View commit details -
Rollup merge of #75559 - RalfJung:union-test-move, r=joshtriplett
unions: test move behavior of non-Copy fields This test ensures the behaviors suggested by @petrochenkov [here](#32836 (comment)).
Configuration menu - View commit details
-
Copy full SHA for 409eb89 - Browse repository at this point
Copy the full SHA 409eb89View commit details -
Rollup merge of #76441 - jyn514:parallel, r=jonas-schievink
Note that parallel-compiler = true causes tests to fail Mentioning #75760.
Configuration menu - View commit details
-
Copy full SHA for 581524e - Browse repository at this point
Copy the full SHA 581524eView commit details -
Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=j…
…onas-schievink Remove internal and unstable MaybeUninit::UNINIT. Looks like it is no longer necessary, as `uninit_array()` can be used instead in the few cases where it was needed. (I wanted to just add `#[doc(hidden)]` to remove clutter from the documentation, but looks like it can just be removed entirely.)
Configuration menu - View commit details
-
Copy full SHA for e5389a4 - Browse repository at this point
Copy the full SHA e5389a4View commit details -
Rollup merge of #76629 - pickfire:patch-4, r=jonas-schievink
Simplify iter zip struct doc
Configuration menu - View commit details
-
Copy full SHA for 148b24f - Browse repository at this point
Copy the full SHA 148b24fView commit details -
Rollup merge of #76640 - fusion-engineering-forks:synconcecell-drop, …
…r=matklad Simplify SyncOnceCell's `take` and `drop`. Prevents copies by using `assume_init_read` and `assume_init_drop`.
Configuration menu - View commit details
-
Copy full SHA for f9b9467 - Browse repository at this point
Copy the full SHA f9b9467View commit details -
Rollup merge of #76646 - CDirkx:mailmap, r=Mark-Simulacrum
Add mailmap entry
Configuration menu - View commit details
-
Copy full SHA for 3d0ac15 - Browse repository at this point
Copy the full SHA 3d0ac15View commit details -
Rollup merge of #76651 - nicholasbishop:bishop-remove-windows-note, r…
…=Mark-Simulacrum Remove Windows details from Unix and VmWorks symlink() docstrings This note is not relevant to other operating systems.
Configuration menu - View commit details
-
Copy full SHA for e460f85 - Browse repository at this point
Copy the full SHA e460f85View commit details -
Rollup merge of #76663 - pickfire:patch-7, r=jonas-schievink
Simplify iter chain struct doc
Configuration menu - View commit details
-
Copy full SHA for 11a63bc - Browse repository at this point
Copy the full SHA 11a63bcView commit details -
Rollup merge of #76665 - RalfJung:slice-from-raw, r=sfackler
slice::from_raw_parts: explicitly mention that data must be initialized This reflects the status quo, until the discussion in rust-lang/unsafe-code-guidelines#77 reaches a conclusion.
Configuration menu - View commit details
-
Copy full SHA for 305d63c - Browse repository at this point
Copy the full SHA 305d63cView commit details -
Rollup merge of #76667 - matklad:patch-llvm, r=Mark-Simulacrum
Fix CI LLVM to work on NixOS out of the box r? @Mark-Simulacrum Tested locally, seems to work!
Configuration menu - View commit details
-
Copy full SHA for 51cf121 - Browse repository at this point
Copy the full SHA 51cf121View commit details -
Rollup merge of #76668 - pickfire:patch-9, r=jonas-schievink
Add visualization of rustc span in doc It took me quite some time to figure out what Span::to means. A picture is worth a thousand words.
Configuration menu - View commit details
-
Copy full SHA for 7b7f6f9 - Browse repository at this point
Copy the full SHA 7b7f6f9View commit details -
Rollup merge of #76677 - RalfJung:stable-pointers, r=jonas-schievink
note that test_stable_pointers does not reflect a stable guarantee Just to be sure...
Configuration menu - View commit details
-
Copy full SHA for fe716d0 - Browse repository at this point
Copy the full SHA fe716d0View commit details