-
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
Rename Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
graph::implementation::Graph
to LinkedGraph
A-query-system
#140692
opened May 6, 2025 by
Zalathar
Loading…
Rollup of 12 pull requests
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
rollup
A PR which is a rollup
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-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.
#140690
opened May 6, 2025 by
Zalathar
Loading…
Update mdbook to 0.4.49
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#140687
opened May 5, 2025 by
ehuss
Loading…
Simplify 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.
Vec::as_non_null
implementation and make it const
S-waiting-on-review
#140685
opened May 5, 2025 by
viliml
Loading…
Only include 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.
dyn Trait<Assoc = ...>
associated type bounds for Self: Sized
associated types if they are provided
S-waiting-on-review
#140684
opened May 5, 2025 by
compiler-errors
Loading…
Don't ignore compiler stderr in 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.
lib-defaults.rs
S-waiting-on-review
#140681
opened May 5, 2025 by
jieyouxu
Loading…
Be a bit more relaxed about not yet constrained infer vars in closure upvar analysis
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.
#140678
opened May 5, 2025 by
compiler-errors
Loading…
build_helper: handle emails containing square brackets
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)
#140675
opened May 5, 2025 by
japaric
Loading…
Clean rustdoc tests folder
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140673
opened May 5, 2025 by
GuillaumeGomez
Loading…
Recover from 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.
Fn
, FnOnce
, FnMut
trait with named params
S-waiting-on-author
#140671
opened May 5, 2025 by
xizheyin
Loading…
Implement 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.
VecDeque::truncate_front()
S-waiting-on-review
#140668
opened May 5, 2025 by
vkrivopalov
Loading…
remove 'unordered' atomic intrinsics
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.
#140660
opened May 5, 2025 by
RalfJung
Loading…
deref_patterns
: let string and byte string literal patterns peel references and smart pointers before matching
S-waiting-on-review
#140658
opened May 5, 2025 by
dianne
Loading…
collect all Fuchsia bindings into the Operating system: Fuchsia
O-unix
Operating system: Unix-like
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.
fuchsia
module
O-fuchsia
#140656
opened May 5, 2025 by
joboet
Loading…
Refactor StableMIR
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.
#140643
opened May 4, 2025 by
makai410
Loading…
detect additional uses of opaques after writeback
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#140641
opened May 4, 2025 by
lcnr
Loading…
Implement RcUninit (#112566)
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.
#140640
opened May 4, 2025 by
kstrafe
Loading…
UnsafePinned: also include the effects of UnsafeCell
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
#140638
opened May 4, 2025 by
RalfJung
Loading…
Simplify expansion of panic!().
perf-regression
Performance regression.
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
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.
Use more accurate ELF flags on MIPS
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.
#140634
opened May 4, 2025 by
smrobtzz
Loading…
add a test for issue rust-lang/rust#81317
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.
#140632
opened May 3, 2025 by
Skgland
Loading…
std: stop using TLS in signal handler
A-thread-locals
Area: Thread local storage (TLS)
O-unix
Operating system: Unix-like
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.
#140628
opened May 3, 2025 by
joboet
Loading…
[EXPERIMENT][perf] Replace LLD wrapper with Wild
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)
compiletest: Improve diagnostics for line annotation mismatches
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
#140622
opened May 3, 2025 by
petrochenkov
Loading…
Correct warning message in restricted visibility
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.
#140614
opened May 3, 2025 by
yuk1ty
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-04-05.