Skip to content

Issues: rust-lang/rust

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

add first HelenOS compilation targets 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.
#139310 opened Apr 3, 2025 by mvolfik Loading…
make abi_unsupported_vector_types a hard error 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139309 opened Apr 3, 2025 by RalfJung Loading…
add autodiff inline 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.
#139308 opened Apr 3, 2025 by Shourya742 Draft
ICE:rustc panicked at compiler\rustc_mir_build\src\check_tail_calls.rs:130:17 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139305 opened Apr 3, 2025 by sososopy
Refactor contracts attribute expansion as AST macro C-cleanup Category: PRs that clean code up or issues documenting cleanup. F-contracts `#![feature(contracts)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139304 opened Apr 3, 2025 by xizheyin
Rollup of 7 pull requests A-rustc-dev-guide Area: rustc-dev-guide 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. 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.
#139301 opened Apr 3, 2025 by matthiaskrgr Loading…
Allow for missing invisible close delim when reparsing an expression. 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.
#139298 opened Apr 3, 2025 by nnethercote Loading…
Fix the f16/f128 feature gates on integer literals 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.
#139294 opened Apr 3, 2025 by beetrees Loading…
Folder experiment: Account for type flags in fold_predicate in Canonicalizer S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#139293 opened Apr 2, 2025 by compiler-errors Draft
Folder experiment: Micro-optimize RegionEraserVisitor 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.
#139292 opened Apr 2, 2025 by compiler-errors Draft
Folder experiment: Account for flags in const folders S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#139291 opened Apr 2, 2025 by compiler-errors Draft
Folder experiment: Account for flags in ArgFolder S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#139290 opened Apr 2, 2025 by compiler-errors Draft
Folder experiment: Account for type flags in fold_predicate in OpportunisticVarResolver S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#139289 opened Apr 2, 2025 by compiler-errors Draft
Folder experiment: Account for TypeFlags in OpportunisticRegionResolver S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#139288 opened Apr 2, 2025 by compiler-errors Draft
Folder experiment: Monomorphize region resolver 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.
#139287 opened Apr 2, 2025 by compiler-errors Draft
Add regression test for nested replacement ranges in cfg_eval 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.
#139286 opened Apr 2, 2025 by reez12g Loading…
use lower case to match other error messages A-run-make Area: port run-make Makefiles to rmake.rs 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.
#139285 opened Apr 2, 2025 by tshepang Loading…
hygiene: Avoid recursion in syntax context decoding 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.
#139281 opened Apr 2, 2025 by petrochenkov Loading…
Bump boostrap compiler to new beta A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic O-windows Operating system: Windows 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-release Relevant to the release subteam, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#139279 opened Apr 2, 2025 by BoxyUwU Loading…
ICE: should not be requesting the constness of items that can't be const: ImplItem( 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139278 opened Apr 2, 2025 by matthiaskrgr
Update the minimum external LLVM to 19 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. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#139275 opened Apr 2, 2025 by cuviper Loading…
Fix derive bounds for fully-qualified field types 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.
#139272 opened Apr 2, 2025 by djkoloski Loading…
mitigate MSVC alignment issue on x86-32 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.
#139261 opened Apr 2, 2025 by RalfJung Loading…
ICE:rustc panicked at compiler\rustc_const_eval\src\interpret\operand.rs:416:18 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139259 opened Apr 2, 2025 by sososopy
ICE:assertion left == right failed: invalid field type in Immediate::offset: scalar value has wrong size 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#139258 opened Apr 2, 2025 by sososopy
ProTip! Find all open issues with in progress development work with linked:pr.