-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
build_helper: Exponentially increase rm delay
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140114
opened Apr 21, 2025 by
ChrisDenton
Loading…
Add per page TOC in the Area: Documentation for any part of the project, including the compiler, standard library, and tools
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc
book
A-docs
#140113
opened Apr 21, 2025 by
Urgau
Loading…
Rollup of 12 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
A-rustc-dev-guide
Area: rustc-dev-guide
A-rustdoc-json
Area: Rustdoc JSON backend
O-SGX
Target: SGX
PG-exploit-mitigations
Project group: Exploit mitigations
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140112
opened Apr 21, 2025 by
jieyouxu
Loading…
cleanup redundant pattern instances
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#140111
opened Apr 21, 2025 by
jogru0
Loading…
rustc-dev-guide subtree update
A-rustc-dev-guide
Area: rustc-dev-guide
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#140107
opened Apr 21, 2025 by
tshepang
Loading…
allow deref patterns to participate in exhaustiveness analysis
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140106
opened Apr 21, 2025 by
dianne
Loading…
Fix auto diff failing on inherent impl blocks
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140104
opened Apr 21, 2025 by
Shourya742
Loading…
Eliminate Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
word_and_empty
methods.
A-attributes
#140095
opened Apr 21, 2025 by
nnethercote
Loading…
Improve diagnostics for pointer arithmetic += and -= (fixes #137391)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140094
opened Apr 20, 2025 by
Kivooeo
Loading…
build_helper: try to rename dir before delete
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140091
opened Apr 20, 2025 by
ChrisDenton
Loading…
Check bare function idents for non snake-case name
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
L-non_snake_case
Lint: non_snake_case
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140090
opened Apr 20, 2025 by
Urgau
Loading…
If creating a temporary directory fails with permission denied then retry with backoff
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140086
opened Apr 20, 2025 by
ChrisDenton
Loading…
Update Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
libc
to 0.2.172
S-waiting-on-bors
#140081
opened Apr 20, 2025 by
Berrysoft
Loading…
mir-opt: Use one MirPatch in MatchBranchSimplification
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140080
opened Apr 20, 2025 by
dianqk
Loading…
Construct OutputType using macro and print [=FILENAME] help info
A-run-make
Area: port run-make Makefiles to rmake.rs
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140077
opened Apr 20, 2025 by
xizheyin
Loading…
jsondocck: Require command is at start of line
A-rustdoc-json
Area: Rustdoc JSON backend
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140076
opened Apr 20, 2025 by
aDotInTheVoid
Loading…
Mention average in midpoint documentations
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#140075
opened Apr 20, 2025 by
Urgau
Loading…
rustdoc-json: Improve test for auto-trait impls
A-rustdoc-json
Area: Rustdoc JSON backend
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140074
opened Apr 20, 2025 by
aDotInTheVoid
Loading…
Improve type parameter suggestion heuristic for missing types (fixes #139999)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140073
opened Apr 20, 2025 by
Kivooeo
Loading…
handle function alignment in miri
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140072
opened Apr 20, 2025 by
folkertdev
Loading…
download bootstrap binary from ci
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140069
opened Apr 20, 2025 by
Shourya742
Loading…
Stabilize This issue / PR is in PFCP or FCP with a disposition to merge it.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
<[T; N]>::as_mut_slice
as const
disposition-merge
#140066
opened Apr 20, 2025 by
thaliaarchi
Loading…
[DO NOT MERGE] start building enzyme on x86_64-gnu-llvm-{19|20} builders
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#140064
opened Apr 20, 2025 by
ZuseZ4
Loading…
std: mention Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
remove_dir_all
can emit DirectoryNotEmpty
when concurrently written into
S-waiting-on-review
#140062
opened Apr 20, 2025 by
xizheyin
Loading…
Fix a wrong error message in 2024 edition
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.