-
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
ci: use codebuild for dist-x86_64-linux-alt
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Allow storing format_args!() in variable
A-fmt
Area: `core::fmt`
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
perf-regression
Performance regression.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-lang
Relevant to the language 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.
Do not run per-module late lints if they can be all skipped
perf-regression
Performance regression.
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.
#139597
opened Apr 9, 2025 by
Kobzol
Loading…
[perf] Decouple directly accessing a HIR owner from ast lowering
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
perf-regression
Performance regression.
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.
Expand assumes to the other unchecked slice ops
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Rework MIR inlining costs
perf-regression
Performance regression.
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.
[DO NOT MERGE] perf run for rustc-hash candidate (folded multiply)
A-rustdoc-json
Area: Rustdoc JSON backend
A-tidy
Area: The tidy tool
perf-regression
Performance regression.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#136095
opened Jan 26, 2025 by
orlp
Loading…
Lazy-chunk Symbol interner
perf-regression
Performance regression.
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.
#136401
opened Feb 1, 2025 by
Mark-Simulacrum
Loading…
avoid phi node for pointers flowing into Vec appends
perf-regression
Performance regression.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Querify lookup_deprecation_entry.
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
[WIP] Elaborate drops to calls
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
ci: move x86_64-msvc-ext jobs to windows 2025
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.
#136478
opened Feb 3, 2025 by
marcoieni
Loading…
[WIP] Expand free alias types during variance computation
F-lazy_type_alias
`#![feature(lazy_type_alias)]`
perf-regression
Performance regression.
rla-silenced
Silences rust-log-analyzer postings to the PR it's added on.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
rustdoc: Also run lint unused_doc_comments
perf-regression
Performance regression.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
turn creating 8dot3 names off for windows for speed
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#133033
opened Nov 14, 2024 by
klensy
Loading…
Use multiple returns in MIR if it saves a block; still have only one in LLVM
perf-regression
Performance regression.
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.
[experiment] enable f16 on s390x
A-tidy
Area: The tidy tool
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Attempt to use the high part of the 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-libs
Relevant to the library team, which will review and decide on the PR/issue.
size_hint
in collect
(again)
S-waiting-on-author
#137908
opened Mar 3, 2025 by
scottmcm
Loading…
[DO NOT MERGE] Experimentally force non-leaf frame pointers
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#115521
opened Sep 3, 2023 by
workingjubilee
Loading…
[crater-only] Ban assoc ty unbounds
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Fix leaks from panics in destructors
perf-regression
Performance regression.
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
#125923
opened Jun 3, 2024 by
matthewjasper
Loading…
bump tracing
perf-regression
Performance regression.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#127316
opened Jul 4, 2024 by
klensy
Loading…
Don't require Performance regression.
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.
alloca
s for consuming simple enums
perf-regression
Tweak Performance regression.
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.
VecCache
to improve performance
perf-regression
#138405
opened Mar 12, 2025 by
Zoxc
Loading…
Support Area: port run-make Makefiles to rmake.rs
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.
-Clink-self-contained=+linker
for ld.lld
linker flavor
A-run-make
#140813
opened May 8, 2025 by
lqd
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.