-
Notifications
You must be signed in to change notification settings - Fork 13k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Shard AllocMap Lock
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
#136115
opened Jan 27, 2025 by
Mark-Simulacrum
Loading…
Use identifiers more in diagnostics code
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.
#136114
opened Jan 27, 2025 by
compiler-errors
Loading…
Clean up all dead files inside Area: The tidy tool
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
tests/ui/
A-tidy
#136112
opened Jan 27, 2025 by
fmease
Loading…
Rollup of 5 pull requests
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-rustc-dev-guide
Area: rustc-dev-guide
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.
#136111
opened Jan 27, 2025 by
jhpratt
Loading…
Miri subtree update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#136110
opened Jan 26, 2025 by
RalfJung
Loading…
Introduce CoercePointeeWellformed for coherence checks at typeck stage
F-derive_coerce_pointee
Feature: RFC 3621's oft-renamed implementation
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.
#136107
opened Jan 26, 2025 by
dingxiangfei2009
Loading…
[DO NOT MERGE] perf run for only mul/add-reordering parts of #136095
A-rustdoc-json
Area: Rustdoc JSON backend
A-tidy
Area: The tidy tool
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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)
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.
#136106
opened Jan 26, 2025 by
steffahn
Loading…
Introduce OnceVec<T> primitive and use it for AllocId caches
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.
#136105
opened Jan 26, 2025 by
Mark-Simulacrum
Loading…
Add mermaid graphs of NLL regions and SCCs to polonius MIR dump
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.
#136104
opened Jan 26, 2025 by
lqd
Loading…
triagebot: set myself on vacation
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#136101
opened Jan 26, 2025 by
jieyouxu
Loading…
Optimize 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.
Rc::<str>::default()
implementation
S-waiting-on-review
#136099
opened Jan 26, 2025 by
Kijewski
Loading…
Downgrade Area: linking into static, shared libraries and binaries
A-run-make
Area: port run-make Makefiles to rmake.rs
L-linker_messages
Lint: linker_messages
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.
linker-warnings
to allow-by-default
A-linkage
#136098
opened Jan 26, 2025 by
jyn514
Loading…
rustc_ast: replace some len-checks + indexing with slice patterns etc.
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.
#136097
opened Jan 26, 2025 by
yotamofek
Loading…
[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…
Upgrade elsa to the newest version.
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.
#136094
opened Jan 26, 2025 by
davidv1992
Loading…
Match Ergonomics 2024: update old-edition behavior of feature gates
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.
Test pipes also when not running on Windows and Linux simultaneously
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.
#136092
opened Jan 26, 2025 by
tbu-
Loading…
Add some tracing to core bootstrap logic
A-bootstrap-tracing
Area: bootstrap tracing
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.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#136091
opened Jan 26, 2025 by
jieyouxu
Loading…
Reduce 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.
Box::default
stack copies in debug mode
S-waiting-on-review
#136089
opened Jan 26, 2025 by
jwong101
Loading…
Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc
I-lang-nominated
Nominated for discussion during a lang team meeting.
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.
Incorporate 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.
iter_nodes
into graph::DirectedGraph
S-waiting-on-review
#136082
opened Jan 26, 2025 by
Zalathar
Loading…
compiler_fence: fix example
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.
#136079
opened Jan 26, 2025 by
RalfJung
Loading…
Weekly Status: Awaiting review from the assignee but also interested parties.
cargo update
S-waiting-on-review
#136077
opened Jan 26, 2025 by
github-actions
bot
Loading…
Properly deeply normalize in the next solver
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.
#136074
opened Jan 25, 2025 by
compiler-errors
•
Draft
Always compute coroutine layout when checking for recursive opaques
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.
#136073
opened Jan 25, 2025 by
compiler-errors
•
Draft
Previous Next
ProTip!
What’s not been updated in a month: updated:<2024-12-26.