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

Issues list

Some error messages are invisible in Solorized Light A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#101045 opened Aug 26, 2022 by Helltraitor
Borrowck diag mig in one A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101042 opened Aug 26, 2022 by AndyJado Draft
translations(rustc_session): migrates rustc_session to use SessionDiagnostic - Pt. 2 A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101041 opened Aug 26, 2022 by LuisCardosoOliveira Draft
Fix #[derive(Default)] on a generic #[default] enum adding unnecessary Default bounds 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.
#101040 opened Aug 26, 2022 by danielhenrymantilla Loading…
Don't catch overflow when running with cargo doc 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.
#101039 opened Aug 26, 2022 by ouz-a Loading…
no alignment check during interning 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.
#101038 opened Aug 26, 2022 by RalfJung Loading…
Const generics out of range when substituting substs=[] 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.
#101036 opened Aug 26, 2022 by DutchGhost
Rollup of 9 pull requests A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic rollup A PR which is a rollup 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101033 opened Aug 26, 2022 by Dylan-DPC Loading…
nalgebra dependency causes compiler bug 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.
#101029 opened Aug 26, 2022 by ahcm
Overhaul ThinVec usage even more 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.
#101028 opened Aug 26, 2022 by nnethercote Loading…
E0311 references nonexistant lifetime A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#101027 opened Aug 26, 2022 by lcnr
Add tier-3 support for powerpc64 and riscv64 openbsd A-bootstrap Area: Rust's build system (x.py and src/bootstrap) 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.
#101025 opened Aug 26, 2022 by semarie Loading…
Erase late bound regions before comparing types in suggest_dereferences 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.
#101022 opened Aug 26, 2022 by compiler-errors Loading…
Migrate rustc_middle diagnostic A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101021 opened Aug 26, 2022 by MingyuChen1 Loading…
GAT ICE: cannot relate bound region 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.
#101020 opened Aug 26, 2022 by Aiden2207
Suggest returning closure as impl Fn 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.
#101019 opened Aug 26, 2022 by compiler-errors Loading…
Unexpected Panic: the compiler unexpectedly panicked. this is a bug. 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.
#101015 opened Aug 25, 2022 by viviford
Fix -Zmeta-stats ICE by giving FileEncoder file read permissions 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.
#101014 opened Aug 25, 2022 by isikkema Loading…
Error for .toString() doesn't suggest .to_string() A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#101013 opened Aug 25, 2022 by scottmcm
Add profiler_builtins to sysroot A-bootstrap Area: Rust's build system (x.py and src/bootstrap) 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.
#101009 opened Aug 25, 2022 by ldm0 Loading…
Automatically s/use core::/use std::/ where applicable A-diagnostics Area: Messages for errors, warnings, and lints T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#101008 opened Aug 25, 2022 by mqudsi
Migrate the diagnostics of the rustc_typeck crate A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101007 opened Aug 25, 2022 by superblaubeere27 Draft
Migrate rustc_codegen_llvm to SessionDiagnostics A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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.
#101005 opened Aug 25, 2022 by SLASHLogin Draft
disable MIR inlining on beta-1.64 P-critical Critical priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#101004 opened Aug 25, 2022 by pnkfelix 1.64.0
Provide structured suggestion for hashmap[idx] = val 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.
#101002 opened Aug 25, 2022 by estebank Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.