-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
Tracking issue for post stage 0 bootstrap sequence redesign f...
#141901
opened Jun 2, 2025 by
jieyouxu
Open
1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Tracking issue for release notes of #142053: Add new Tier-3 targets: Area: The compiletest test runner
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-testsuite
Area: The testsuite used to check the correctness of rustc
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-linux
Operating system: Linux
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
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.
loongarch32-unknown-none*
A-compiletest
#142187
opened Jun 8, 2025 by
rustbot
Rollup of 7 pull requests
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
O-linux
Operating system: Linux
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142186
opened Jun 8, 2025 by
matthiaskrgr
Loading…
Convert moves of references to copies in ReferencePropagation
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.
Added test for 30904
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.
#142183
opened Jun 7, 2025 by
Kivooeo
Loading…
store 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.
target.min_global_align
as an Align
A-LLVM
#142179
opened Jun 7, 2025 by
folkertdev
Loading…
tests: Split dont-shuffle-bswaps along opt-levels and arches
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.
#142176
opened Jun 7, 2025 by
workingjubilee
Loading…
Tracking issue for release notes of #140717: Split up the Area: Attributes (`#[…]`, `#![…]`)
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
unknown_or_malformed_diagnostic_attributes
lint
A-attributes
#142174
opened Jun 7, 2025 by
rustbot
tests/ui
: A New Order [7/N]
S-waiting-on-review
#142171
opened Jun 7, 2025 by
Kivooeo
Loading…
Stacked Borrows: raw pointers inherit the tag from their parent pointer
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Test binary size of share generics
perf-regression
Performance regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Binary size impact of enabling -Zshare-generics for opt-level=z
C-discussion
Category: Discussion or questions that doesn't represent real issues.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
I-heavy
Issue: Problems and improvements with respect to binary size of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#142164
opened Jun 7, 2025 by
Noratrieb
inconsistent drop order for pattern bindings in the presence of or-patterns
A-destructors
Area: Destructors (`Drop`, …)
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-patterns
Relating to patterns and pattern matching
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
#142163
opened Jun 7, 2025 by
dianne
ICE: Area: parallel compiler
C-bug
Category: This is a bug.
F-async_drop
`#![feature(async_drop)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
queries overflow the depth limit
, ice when trying to get query map
A-parallel-compiler
#142159
opened Jun 7, 2025 by
matthiaskrgr
Tracking the old name of renamed unstable library features
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142158
opened Jun 7, 2025 by
xizheyin
Loading…
rustc_resolve: Improve 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.
resolve_const_param_in_non_trivial_anon_const
wording
S-waiting-on-review
#142157
opened Jun 7, 2025 by
Enselic
Loading…
ICE in tail_expr_drop_order lint
A-async-await
Area: Async & Await
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#142155
opened Jun 7, 2025 by
matthiaskrgr
ICE compiler/rustc_query_system/src/dep_graph/query.rs index out of bounds
A-incr-comp
Area: Incremental compilation
A-parallel-compiler
Area: parallel compiler
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#142152
opened Jun 7, 2025 by
matthiaskrgr
Withdraw the claim 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.
extern "C-cmse-nonsecure-*"
always matches extern "C"
S-waiting-on-review
#142146
opened Jun 7, 2025 by
workingjubilee
Loading…
closure-returning-async-block
suggestion causes does not live long enough
error
A-async-await
#142145
opened Jun 7, 2025 by
matthiaskrgr
redundant_semicolons
gets confused by macros
A-diagnostics
#142143
opened Jun 7, 2025 by
matthiaskrgr
docs: autogenerate compiler flag stubs based on -Zhelp
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.
#142135
opened Jun 7, 2025 by
rmehri01
Loading…
Reject Area: Rustdoc JSON backend
S-waiting-on-crater
Status: Waiting on a crater run to be completed.
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.
extern "{abi}"
when the target does not support it
A-rustdoc-json
#142134
opened Jun 6, 2025 by
workingjubilee
Loading…
tests/ui
: A New Order [6/N]
S-waiting-on-bors
#142132
opened Jun 6, 2025 by
Kivooeo
Loading…
Apply Lint: mismatched_lifetime_syntaxes
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.
mismatched-lifetime-syntaxes
to trait and extern functions
L-mismatched_lifetime_syntaxes
#142129
opened Jun 6, 2025 by
shepmaster
Loading…
Apply nested goals certainty to 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)
InspectGoals
for normalizes-to
S-waiting-on-review
#142127
opened Jun 6, 2025 by
compiler-errors
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2025-06-05.