-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Swich DefIdCache to use LocalDefId for local caching
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141565
opened May 26, 2025 by
Mark-Simulacrum
•
Draft
updated May 26, 2025
Rollup of 9 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows
Operating system: Windows
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure 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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#141561
opened May 25, 2025 by
jhpratt
Loading…
updated May 26, 2025
[PERF] partition shims into CGU of their characteristic types, if possible
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#141560
opened May 25, 2025 by
compiler-errors
•
Draft
updated May 26, 2025
[WIP] mgca: Add ConstArg representation for const items
A-const-generics
Area: const generics (parameters and arguments)
F-min_generic_const_args
`#![feature(min_generic_const_args)]`
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
[perf ONLY] [gauge upper bound] rustdoc: Remove auto trait impl synthesis
rla-silenced
Silences rust-log-analyzer postings to the PR it's added on.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
bootstrap: translate Windows paths in a way that works for both Cygwin and MSYS2
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)
#141556
opened May 25, 2025 by
jeremyd2019
Loading…
updated May 25, 2025
Remove out-of-date 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.
noop_*
names.
S-waiting-on-review
#141563
opened May 25, 2025 by
nnethercote
Loading…
updated May 25, 2025
Allow comparisons between This issue / PR is in PFCP or FCP with a disposition to merge it.
final-comment-period
In the final comment period and will be merged soon unless new substantive objections are raised.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
CStr
, CString
, and Cow<CStr>
.
disposition-merge
#137268
opened Feb 19, 2025 by
bjoernager
Loading…
updated May 25, 2025
Set MSG_NOSIGNAL for UnixStream
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
O-unix
Operating system: Unix-like
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-api
Relevant to the library API team, which will review and decide on the PR/issue.
#140005
opened Apr 18, 2025 by
mlowicki
Loading…
updated May 25, 2025
Limit the size of cgu names when using the `-Zhuman-readable-cgu-name…
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.
#141558
opened May 25, 2025 by
Diggsey
Loading…
updated May 25, 2025
interpret: add allocation parameters to 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.
AllocBytes
S-waiting-on-review
#141513
opened May 24, 2025 by
nia-e
Loading…
updated May 25, 2025
Implement operations for Wrapping<T> where Rhs = T
disposition-close
This PR / issue is in PFCP or FCP with a disposition to close 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-api
Relevant to the library API team, which will review and decide on the PR/issue.
#140567
opened May 1, 2025 by
Kriskras99
Loading…
updated May 25, 2025
Improve 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.
ambiguous_wide_pointer_comparisons
lint compare diagnostics
S-waiting-on-review
#141536
opened May 25, 2025 by
Urgau
Loading…
updated May 25, 2025
implement Area: port run-make Makefiles to rmake.rs
F-c_variadic
`#![feature(c_variadic)]`
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.
va_arg
for x86_64 systemv
A-run-make
#141538
opened May 25, 2025 by
folkertdev
Loading…
updated May 25, 2025
Fold predicate fast path in canonicalizer and eager resolver
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#141442
opened May 23, 2025 by
compiler-errors
Loading…
updated May 25, 2025
Clarify WTF-8 safety docs
S-waiting-on-bors
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.
#140936
opened May 12, 2025 by
teor2345
Loading…
updated May 25, 2025
Add methods to TCP and UDP sockets to modify hop limit (refresh of #94678)
O-windows
Operating system: Windows
S-waiting-on-bors
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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#138744
opened Mar 20, 2025 by
Mallets
Loading…
updated May 25, 2025
Describe lifetime of call argument temporaries passed indirectly
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.
#138489
opened Mar 14, 2025 by
tmiasko
Loading…
updated May 25, 2025
Stabilise This issue / PR is in PFCP or FCP with a disposition to merge it.
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
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-api
Relevant to the library API team, which will review and decide on the PR/issue.
os_string_pathbuf_leak
disposition-merge
#137992
opened Mar 4, 2025 by
its-the-shrimp
Loading…
updated May 25, 2025
Implement 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.
normalize_lexically
S-waiting-on-bors
#134696
opened Dec 23, 2024 by
ChrisDenton
Loading…
updated May 25, 2025
Attempt to improve the 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.
std::fs::create_dir_all
docs related to atomicity
S-waiting-on-bors
#141472
opened May 23, 2025 by
fluiderson
Loading…
updated May 25, 2025
Specify that split_ascii_whitespace uses the same definition as is_ascii_whitespace
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#140952
opened May 12, 2025 by
SimonSapin
Loading…
updated May 25, 2025
Pull out dedicated Area: The testsuite used to check the correctness of rustc
F-cfg_version
`#![feature(cfg_version)]`
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.
cfg_version
syntax test from feature gate test
A-testsuite
#141552
opened May 25, 2025 by
jieyouxu
Loading…
updated May 25, 2025
speed up charsearcher for ascii chars
S-waiting-on-bors
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.
#141516
opened May 24, 2025 by
bend-n
Loading…
updated May 25, 2025
Split Area: Attributes (`#[…]`, `#![…]`)
F-autodiff
`#![feature(autodiff)]`
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.
autodiff
into autodiff_forward
and autodiff_reverse
A-attributes
#140697
opened May 6, 2025 by
Sa4dUs
Loading…
updated May 25, 2025
Previous Next
ProTip!
Adding no:label will show everything without a label.