-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
sess: default to v0 symbol mangling
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.
#89917
opened Oct 15, 2021 by
davidtwco
Loading…
Only use the new DepNode hashmap for anonymous nodes.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
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.
#109050
opened Mar 12, 2023 by
cjgillot
Loading…
rustdoc-json: Add test for #[automatically_derived] attribute
A-rustdoc-json
Area: Rustdoc JSON backend
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#110406
opened Apr 16, 2023 by
aDotInTheVoid
•
Draft
[perf] Enable some more MIR optimizations
A-mir-opt
Area: MIR optimizations
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.
[do not merge] CI experiments
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-testsuite
Area: The testsuite used to check the correctness of rustc
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
[perf] test MCP510
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-rustdoc-json
Area: Rustdoc JSON backend
A-testsuite
Area: The testsuite used to check the correctness of rustc
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Split marking and visit to compute live_symbols.
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.
Dummy PR to test coverage test changes in CI
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
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.
[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…
Create an 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.
AllocId
for ConstValue::Slice
.
perf-regression
[perf only] Reimplement references debuginfo as projection.
A-mir-opt
Area: MIR optimizations
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.
Only generate a single shim for clone of copy types.
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.
Move TLS to rustc_query_system
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
coverage: Don't show coverage for code paths that must panic/diverge
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
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.
Enable MultipleReturnTerminators by default.
A-mir-opt
Area: MIR optimizations
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.
Implement RFC 3349, mixed utf8 literals
A-testsuite
Area: The testsuite used to check the correctness of rustc
perf-regression
Performance regression.
perf-regression-triaged
The performance regression has been triaged.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
#120286
opened Jan 23, 2024 by
nnethercote
•
Draft
[WIP]: generating rust-project file for r-a
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#120611
opened Feb 3, 2024 by
onur-ozkan
•
Draft
[WIP] rewrite TrustedRandomAccess into two directional variants
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.
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.
Check for occupied niches
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
[WIP] rustdoc (base+json): add support for variances
A-rustdoc-json
Area: Rustdoc JSON backend
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.
[blocked on design] [PoC]: rustdoc (html): add support for variances
A-rustdoc-json
Area: Rustdoc JSON backend
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
S-tracking-design-concerns
Status: There are blocking design concerns.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Fixup 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.
if T::CONST
in MIR
perf-regression
Optimize core::str::Lines::count
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.
Previous Next
ProTip!
Updated in the last three days: updated:>2025-03-26.