Closed
Conversation
this fixes `tests/ui/process/nofile-limit.rs` which fails to link on nixos for me without this change
"privalage" -> "privilege"
The target is removed by `copy_link` too, so no need to duplicate the syscall.
Fix typo in doc for library/std/src/fs.rs#set_permissions "privalage" -> "privilege". Was reading the docs and have noticed this.
…rgets, r=jdonszelmann Fix deprecation attributes on foreign statics r? ```````@jdonszelmann``````` Fixes rust-lang#145437
Fix `unicode_data.rs` mention message The [previous message](rust-lang#145479 (comment)) was weirdly formatted, let's render it properly.
…p, r=jdonszelmann remove `should_render` in `PrintAttribute` derive It just seems to be always `true`, so don't do extra work emitting extra logic just for a `true`. cc ``@jdonszelmann``
…chenkov Simplify span caches Split from rust-lang#143882 r? ``@petrochenkov``
…riplett
Rust build fails on OpenBSD after using file_lock feature
PR 130999 added the file_lock feature, but doesn't included OpenBSD in the supported targets (Tier 3 platform), leading to a compilation error ("try_lock() not supported").
Cc `@cberner`
Related to rust-lang#130999
Reorder `lto` options from most to least optimizing This is a follow up to rust-lang/cargo#15841. `@weihanglo` pointed out the original order of the `lto` options in the Cargo book was consistent with https://doc.rust-lang.org/rustc/codegen-options/index.html?highlight=lto#lto. The options in the Cargo book have since been reordered. This PR keeps the two references consistent.
Member
Author
|
@bors r+ rollup=never p=5 |
Collaborator
Member
Member
Author
|
@Zalathar Do whatever you'd like. I was mostly happy that bors worked long enough to create the rollup 😅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
ip_from#141744 (Stabilizeip_from)ascasts as unreachable #144804 (Don't warn on never to anyascasts as unreachable)#[custom_mir(..)]to the new attribute system #145206 (Port#[custom_mir(..)]to the new attribute system)rustdoc-jstester would not pick the rightsearch.jsfile if there is more than one #145359 (Fix bug whererustdoc-jstester would not pick the rightsearch.jsfile if there is more than one)LLVMSetTailCallKind,LLVMGetTypeKind#145420 (cg_llvm: Use LLVM-C bindings forLLVMSetTailCallKind,LLVMGetTypeKind)copy_src_dirsin bootstrap #145460 (Speedupcopy_src_dirsin bootstrap)unicode_data.rsmention message #145486 (Fixunicode_data.rsmention message)should_renderinPrintAttributederive #145493 (removeshould_renderinPrintAttributederive)ltooptions from most to least optimizing #145533 (Reorderltooptions from most to least optimizing)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup