-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 20 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-compiler-builtins
Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)
A-compiletest
Area: The compiletest test runner
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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-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.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#145039
opened Aug 7, 2025 by
Zalathar
Loading…
Reimplement 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.
print_region
in type_name.rs
.
S-waiting-on-bors
#145033
opened Aug 7, 2025 by
nnethercote
Loading…
Rollup of 7 pull requests
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
#145031
opened Aug 7, 2025 by
tgross35
Loading…
GVN: Do not flatten derefs with ProjectionElem::Index.
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.
#145030
opened Aug 7, 2025 by
cjgillot
Loading…
Optimize 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.
char::is_alphanumeric
S-waiting-on-author
#145027
opened Aug 6, 2025 by
Kmeakin
Loading…
Update books
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#145026
opened Aug 6, 2025 by
rustbot
Loading…
run spellcheck as a tidy extra check in ci
A-CI
Area: Our Github Actions CI
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-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-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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#145025
opened Aug 6, 2025 by
lolbinarycat
Loading…
Optimize indexing slices and strs with inclusive ranges
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.
#145024
opened Aug 6, 2025 by
Kmeakin
Loading…
rustdoc: turn is_unnamable into a compiler query
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.
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.
#145021
opened Aug 6, 2025 by
lolbinarycat
Loading…
Derive 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.
Hash
for rustc_public types
S-waiting-on-author
#145018
opened Aug 6, 2025 by
AlexanderPortland
Loading…
Explicitly disable vector feature on s390x baseline of bad-reg test
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.
#145017
opened Aug 6, 2025 by
pmur
Loading…
Revert "Preserve the .debug_gdb_scripts section"
A-compiletest
Area: The compiletest test runner
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
#145014
opened Aug 6, 2025 by
bjorn3
Loading…
overhaul 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.
&mut
suggestions in borrowck errors
S-waiting-on-review
#145013
opened Aug 6, 2025 by
fee1-dead
Loading…
Tail call diagnostics to include lifetime info
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
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.
#145012
opened Aug 6, 2025 by
Kivooeo
Loading…
Enforce in bootstrap that doc must have stage at least 1
A-CI
Area: Our Github Actions CI
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.
Couple of minor abi handling cleanups
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.
#145010
opened Aug 6, 2025 by
bjorn3
Loading…
A couple small changes for rust-analyzer next-solver work
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.
#145009
opened Aug 6, 2025 by
jackh726
Loading…
Fix build/doc/test of error index generator
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)
#145007
opened Aug 6, 2025 by
Kobzol
Loading…
Clarify EOF handling for 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.
BufRead::skip_until
S-waiting-on-review
#145006
opened Aug 6, 2025 by
ginnyTheCat
Loading…
strip prefix of temporary file names when it exceeds filesystem name length limit
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.
#145005
opened Aug 6, 2025 by
tardyp
Loading…
Couple of minor cleanups
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
#145004
opened Aug 6, 2025 by
bjorn3
Loading…
regression test for intrinsics may not inline properly on pclmulqdq
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.
#145001
opened Aug 6, 2025 by
lucarlig
Loading…
coverage: Remove all unstable support for MC/DC instrumentation
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-coverage-mcdc
MC/DC coverage via -Cinstrument-coverage with -Zcoverage-options=mcdc
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.
#144999
opened Aug 6, 2025 by
Zalathar
Loading…
bump bootstrap compiler to 1.90 beta
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#144997
opened Aug 6, 2025 by
BoxyUwU
Loading…
ignore usages from ignored candidates
perf-regression
Performance regression.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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)
Previous Next
ProTip!
Adding no:label will show everything without a label.