Uh oh!
There was an error while loading. Please reload this page.
Rollup of 14 pull requests - #58866
Conversation
This reduces instruction counts for the `ctfe-stress-2` benchmark by about 1%.
Co-Authored-By: RalfJung <post@ralfj.de>
This allows us to remove the "allow old toolchains" flag we pass to LLVM, ensuring that we'll be up to date when LLVM needs us to be!
kennytm
commented
Mar 2, 2019
@bors r+ p=17 |
bors
commented
Mar 2, 2019
📌 Commit 8e234677376bef933384e38f102c104c0220c273 has been approved by |
kennytm
commented
Mar 2, 2019
bors
commented
Mar 2, 2019
📌 Commit 1b06687d600456dcbcd3767266874e40a1d2df84 has been approved by |
bors
commented
Mar 2, 2019
⌛ Testing commit 1b06687d600456dcbcd3767266874e40a1d2df84 with merge 6d68d7e2ef88b1b058dacff005d31cc0c70e0467... |
bors
commented
Mar 2, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Mar 2, 2019
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 |
bors
commented
Mar 2, 2019
⌛ Testing commit b9b4b6742c40f7aefe7b38b082144a8d38aa9230 with merge da6aabe1d71107dab4a75270d5ca6a1e2e185146... |
bors
commented
Mar 2, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Mar 2, 2019
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 |
kennytm
commented
Mar 2, 2019
@bors retry |
bors
commented
Mar 2, 2019
⌛ Testing commit b9b4b6742c40f7aefe7b38b082144a8d38aa9230 with merge 3bba8d7c89f8f90f2157b3bbe72bea178a222277... |
bors
commented
Mar 3, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Mar 3, 2019
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 |
Fix C-variadic function printing There is no longer a need to append the string `", ..."` to a functions args as `...` is parsed as an argument and will appear in the functions arguments. Fixes: rust-lang#58853
kennytm
commented
Mar 3, 2019
bors
commented
Mar 3, 2019
📌 Commit 946e670 has been approved by |
bors
commented
Mar 3, 2019
Rollup of 14 pull requests Successful merges: - #58730 (Have all methods of Filter and FilterMap use internal iteration) - #58780 (ManuallyDrop != MaybeUninit) - #58782 (Replace `s` with `self` in docs for str methods taking self.) - #58785 (allow specifying attributes for tool lints) - #58802 (Ensure `record_layout_for_printing()` is inlined.) - #58821 (Fixed a syntax error in the pin docs) - #58830 (tidy: deny(rust_2018_idioms)) - #58832 (Revert switching to GCP on AppVeyor) - #58833 (tools/rustbook: deny(rust_2018_idioms)) - #58835 (tools/remote-test-{client,server}: deny(rust_2018_idioms)) - #58838 (Fix typo in Vec#resize_with documentation) - #58842 (Forbid duplicating Cargo as a dependency) - #58852 (Update toolchain to build NetBSD release) - #58865 (Fix C-variadic function printing)
bors
commented
Mar 3, 2019
☀️ Test successful - checks-travis, status-appveyor |
Successful merges:
swithselfin docs for str methods taking self. #58782 (Replaceswithselfin docs for str methods taking self.)record_layout_for_printing()is inlined. #58802 (Ensurerecord_layout_for_printing()is inlined.)