-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Rollup of 9 pull requests #64427
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 9 pull requests #64427
Conversation
use randSecure and randABytes
Sync with rust-lang/rust master branch
declare EnvKey before use to fix build error
Intrinsics can only be defined by the compiler.
use randSecure and randABytes r? @alexcrichton cc @n-salim
Fast path for vec.clear/truncate For trivial types like `u8`, `vec.truncate()`/`vec.clear()` relies on the optimizer to remove the loop. This means more work in debug builds, and more work for the optimizer. Avoiding this busywork is exactly what `mem::needs_drop::<T>()` is for.
Add long error explanation for E0493 Part of rust-lang#61137.
Fix inconsistent link formatting.
Trim rustc-workspace-hack Those dependencies seem no longer necessary. `./x.py test` and `x86_64-gnu-tools` container passed locally so I think this won't hurt.
…xcrichton declare EnvKey before use to fix build error r? @alexcrichton
…nsic, r=Centril Ban non-extern rust intrinsics Intrinsics can only be defined by the compiler. Fixes rust-lang#36979
Add self to .mailmap
@bors r+ p=9 rollup=never |
📌 Commit bdc6271 has been approved by |
⌛ Testing commit bdc6271 with merge 992e6d1b181ba0287adb9585b64452e1140be226... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
Successful merges:
Failed merges:
r? @ghost