-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 14 pull requests #58866
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 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!
@bors r+ p=17 |
📌 Commit 8e234677376bef933384e38f102c104c0220c273 has been approved by |
📌 Commit 1b06687d600456dcbcd3767266874e40a1d2df84 has been approved by |
⌛ Testing commit 1b06687d600456dcbcd3767266874e40a1d2df84 with merge 6d68d7e2ef88b1b058dacff005d31cc0c70e0467... |
💔 Test failed - checks-travis |
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 |
⌛ Testing commit b9b4b6742c40f7aefe7b38b082144a8d38aa9230 with merge da6aabe1d71107dab4a75270d5ca6a1e2e185146... |
💔 Test failed - checks-travis |
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 retry |
⌛ Testing commit b9b4b6742c40f7aefe7b38b082144a8d38aa9230 with merge 3bba8d7c89f8f90f2157b3bbe72bea178a222277... |
💔 Test failed - checks-travis |
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
📌 Commit 946e670 has been approved by |
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)
☀️ Test successful - checks-travis, status-appveyor |
Successful merges:
s
withself
in docs for str methods taking self. #58782 (Replaces
withself
in docs for str methods taking self.)record_layout_for_printing()
is inlined. #58802 (Ensurerecord_layout_for_printing()
is inlined.)