-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Pull requests: rust-lang/rust
Pull requests list
miri: for ABI mismatch errors, say which argument is the problem
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.
Parser: Recover from attributes applied to types and generic args
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.
normalise host effect sub-obligations from builtin impls
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.
#143391
by davidtwco
was closed Jul 3, 2025
Loading...
Remove duplicate error about raw underscore lifetime
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.
Emit a single error when importing a path with 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.
_
S-waiting-on-bors
Make obligation cause code suggestions verbose
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.
resolve: Tweak 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.
private_macro_use
lint to be compatible with upcoming macro prelude changes
S-waiting-on-bors
Unimplement unsized_locals
A-rustc-dev-guide
Area: rustc-dev-guide
F-unsized_locals
`#![feature(unsized_locals)]`
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.
Fixed typos
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-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#141410
by BorisNaum
was closed May 23, 2025
Loading...
Don't lint against named labels in 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.
naked_asm!
S-waiting-on-bors
Removing rustc_type_ir in the rustc_infer codebase
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Fix ICE in ParamConst::find_ty_from_env when handling None values
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#139333
by Aditya-PS-05
was closed Apr 3, 2025
Loading...
Deduplicate some 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.
rustc_middle
function bodies by calling the rustc_type_ir
equivalent
S-waiting-on-bors
Expect an array when expected and acutal types are both arrays during cast
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.
Extract 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.
for_each_immediate_subpat
from THIR pattern visitors
S-waiting-on-bors
impl !PartialOrd for HirId
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.
Add test to ensure no index out of bounds panic (#135474)
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.
fix ICE in pretty-printing 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.
global_asm!
S-waiting-on-bors
fix trait implementations sort order
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.
#137428
by tapanprakasht
was closed Feb 25, 2025
•
Draft
Mark desugaring of 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.
..=
as such when lowering
S-waiting-on-review
#136996
by samueltardieu
was closed Feb 15, 2025
Loading...
Fix cycle when debug-printing opaque types from RPITIT
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.
Redact CoercePointee target type
F-derive_coerce_pointee
Feature: RFC 3621's oft-renamed implementation
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.
#136796
by dingxiangfei2009
was closed Feb 25, 2025
Loading...
Arbitrary self types v2: avoid dyn, generic ICE
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.
#136195
by adetaylor
was closed Feb 4, 2025
Loading...
Implement partial capturing of types in 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.
use<...>
S-waiting-on-author
#135765
by frank-king
was closed Jan 20, 2025
Loading...
Small 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.
rustc_resolve
cleanups
S-waiting-on-bors
ProTip!
Exclude everything labeled
bug
with -label:bug.