-
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 #73402
Rollup of 8 pull requests #73402
Commits on Jun 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4004bf1 - Browse repository at this point
Copy the full SHA 4004bf1View commit details
Commits on Jun 15, 2020
-
Check for overflow in DroplessArena and return aligned pointer
* Check for overflow when calculating the slice start & end position. * Align the pointer obtained from the allocator, ensuring that it satisfies user requested alignment (the allocator is only asked for layout compatible with u8 slice). * Remove an incorrect assertion from DroplessArena::align.
Configuration menu - View commit details
-
Copy full SHA for c0c3327 - Browse repository at this point
Copy the full SHA c0c3327View commit details -
Avoid forming references to an uninitialized memory in DroplessArena
Return a pointer from `alloc_raw` instead of a slice. There is no practical use for slice as a return type and changing it to a pointer avoids forming references to an uninitialized memory.
Configuration menu - View commit details
-
Copy full SHA for 1f08951 - Browse repository at this point
Copy the full SHA 1f08951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64a6de2 - Browse repository at this point
Copy the full SHA 64a6de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b67bdb5 - Browse repository at this point
Copy the full SHA b67bdb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe7456c - Browse repository at this point
Copy the full SHA fe7456cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b34a417 - Browse repository at this point
Copy the full SHA b34a417View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71c54db - Browse repository at this point
Copy the full SHA 71c54dbView commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0e6c333 - Browse repository at this point
Copy the full SHA 0e6c333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60410ef - Browse repository at this point
Copy the full SHA 60410efView commit details -
Rollup merge of rust-lang#73237 - tmiasko:arena, r=nnethercote
Check for overflow in DroplessArena and align returned memory * Check for overflow when calculating the slice start & end position. * Align the pointer obtained from the allocator, ensuring that it satisfies user requested alignment (the allocator is only asked for layout compatible with u8 slice). * Remove an incorrect assertion from DroplessArena::align. * Avoid forming references to an uninitialized memory in DroplessArena. Helps with rust-lang#73007, rust-lang#72624.
Configuration menu - View commit details
-
Copy full SHA for c65f39d - Browse repository at this point
Copy the full SHA c65f39dView commit details -
Rollup merge of rust-lang#73339 - jonas-schievink:unbug, r=estebank
Don't run generator transform when there's a TyErr Not sure if this might cause any problems later on, but we shouldn't be hitting codegen or const eval for the produced MIR anyways, so it should be fine. cc rust-lang#72685 (comment)
Configuration menu - View commit details
-
Copy full SHA for 5bbcdf5 - Browse repository at this point
Copy the full SHA 5bbcdf5View commit details -
Rollup merge of rust-lang#73372 - GuillaumeGomez:re-order-sidebar-sec…
…tions, r=kinnison Re-order correctly the sections in the sidebar Before that, "trait implementations" and "implementors" titles in the sidebar were before "methods" for example. Which wasn't logical considering that the two sections come after in the "content". r? @kinnison
Configuration menu - View commit details
-
Copy full SHA for 6c44519 - Browse repository at this point
Copy the full SHA 6c44519View commit details -
Rollup merge of rust-lang#73373 - lzutao:bug-trackcaller, r=Amanieu
Use track caller for bug! macro
Configuration menu - View commit details
-
Copy full SHA for 94105c2 - Browse repository at this point
Copy the full SHA 94105c2View commit details -
Rollup merge of rust-lang#73380 - pnkfelix:make-bootstrap-help-print-…
…num-cpus, r=Mark-Simulacrum Add more info to `x.py build --help` on default value for `-j JOBS`.
Configuration menu - View commit details
-
Copy full SHA for 66a1da3 - Browse repository at this point
Copy the full SHA 66a1da3View commit details -
Rollup merge of rust-lang#73381 - ratijas:fix-typo-std-mem, r=jonas-s…
…chievink Fix typo in docs of std::mem
Configuration menu - View commit details
-
Copy full SHA for 759547b - Browse repository at this point
Copy the full SHA 759547bView commit details -
Rollup merge of rust-lang#73389 - lzutao:from, r=kennytm
Use `Ipv4Addr::from<[u8; 4]>` when possible Resolve this comment: rust-lang#73331 (comment)
Configuration menu - View commit details
-
Copy full SHA for 3c437e5 - Browse repository at this point
Copy the full SHA 3c437e5View commit details -
Rollup merge of rust-lang#73400 - rnestler:patch-1, r=jonas-schievink
Fix forge-platform-support URL Apparently it got changed.
Configuration menu - View commit details
-
Copy full SHA for b4dd6a0 - Browse repository at this point
Copy the full SHA b4dd6a0View commit details