-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
(DRAFT) compiletest: Split Area: The compiletest test runner
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)
TestPaths into RootTestPaths and TestOrAuxPaths.
A-compiletest
Move rustdoc tests to appropriate subdirectories
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
#148159
opened Oct 27, 2025 by
politikl
Loading…
ci: loongarch64: use medium code model to avoid relocation overflows
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#148158
opened Oct 27, 2025 by
heiher
Loading…
Adjust successor iterators.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#148157
opened Oct 26, 2025 by
nnethercote
•
Draft
fix: from FIXME(#24570) added more info
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.
#148156
opened Oct 26, 2025 by
WrldEngine
Loading…
Remove redundant .to_string().as_str() calls
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
#148155
opened Oct 26, 2025 by
osamakader
Loading…
Add a mailmap entry
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.
#148154
opened Oct 26, 2025 by
WaffleLapkin
Loading…
Fix duplicate 'the the' typos in comments
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.
#148153
opened Oct 26, 2025 by
osamakader
Loading…
impl TrustedLen for all RangeFrom<A>, IterRangeFrom<A>
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.
#148152
opened Oct 26, 2025 by
Dan54
Loading…
Replace OffsetOf by an actual sum of calls to intrinsic.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-clippy
Relevant to the Clippy team.
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.
perf experiment (2): try to get rid of box_new
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.
CI: use alternative disks if available
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#148146
opened Oct 26, 2025 by
the8472
Loading…
Add Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
coverage scope for controlling paths in code coverage
A-LLVM
#148139
opened Oct 26, 2025 by
Urgau
Loading…
Couple of changes for Redox OS
O-redox
Operating system: Redox, https://www.redox-os.org/
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.
#148137
opened Oct 26, 2025 by
bjorn3
Loading…
Ignore unix socket related tests for VxWorks
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.
#148135
opened Oct 26, 2025 by
hax0kartik
Loading…
Skip parameter attribute deduction for MIR with 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.
spread_arg
S-waiting-on-review
#148131
opened Oct 26, 2025 by
tmiasko
Loading…
Fix rust stdlib build failing for VxWorks
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.
#148126
opened Oct 26, 2025 by
hax0kartik
Loading…
Make deref_nullptr deny by default instead of warn
I-lang-easy-decision
Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination
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-lang
Relevant to the language team
#148122
opened Oct 26, 2025 by
saethlin
Loading…
rustdoc: Rename unstable option Area: port run-make Makefiles to rmake.rs
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--nocapture to --no-capture in accordance with libtest
A-run-make
#148115
opened Oct 25, 2025 by
fmease
Loading…
Ensure the personality does not panic
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#148105
opened Oct 25, 2025 by
Noratrieb
Loading…
cg_llvm: Pass Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
debuginfo_compression through FFI as an enum
A-LLVM
#148103
opened Oct 25, 2025 by
Zalathar
Loading…
rustdoc: Properly detect syntactically invalid doctests (to fix a regression)
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
Prepare to move debugger discovery from compiletest to bootstrap
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)
#148099
opened Oct 25, 2025 by
Zalathar
Loading…
tests/debuginfo/closures.rs: Activate misspelled 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.
cdb-check
S-waiting-on-bors
#148097
opened Oct 25, 2025 by
Enselic
Loading…
perf: removed unnecessary let for return only in layout.rs
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.
#148093
opened Oct 25, 2025 by
Azzybana
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.