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

Inconsistent naming for '#' A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#113159 opened Jun 29, 2023 by dev-ardi
Cross-crate RPITIT loses bounds C-bug Category: This is a bug.
#113155 opened Jun 29, 2023 by Ltrlg
Could not compile serde_traitobject C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#113148 opened Jun 29, 2023 by Jatin-Nagpal
issue while trying to run cargo doc 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.
#113141 opened Jun 28, 2023 by mlytle4218
rlibs change when modifying comments, even after stripped C-bug Category: This is a bug.
#113136 opened Jun 28, 2023 by erickt
suggest --no-verify if the git hook fails A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself E-easy Call for participation: Experience needed to fix: Easy / not much (good first issue)
#113135 opened Jun 28, 2023 by jyn514
ICE: no entry found for key for const function in generic_const_exprs C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` F-non_lifetime_binders 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.
#113133 opened Jun 28, 2023 by TaKO8Ki
Implementation of From on Rc incorrectly refers to Arc A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#113131 opened Jun 28, 2023 by claytonwramsey
CI podman detection is not fully reliable T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#113129 opened Jun 28, 2023 by Nilstrieb
-C debug-assertions=off does not apply on all consteval cases C-bug Category: This is a bug.
#113122 opened Jun 28, 2023 by yanliu18
Misleading lifetime error with for loop and async capture 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.
#113121 opened Jun 28, 2023 by conradludgate
Compiler crash when -Z virtual-call-elimination is used A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. requires-nightly This issue requires a nightly compiler in some way.
#113118 opened Jun 28, 2023 by nbdd0121
finish and clean up rustc_const_eval's translatable diagnostics. A-const-eval Area: constant evaluation (mir interpretation) A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-medium Call for participation: Experience needed to fix: Medium / intermediate E-mentor Call for participation: This issue has a mentor. Use RustcContributor::new on Zulip for discussion.
#113117 opened Jun 28, 2023 by fee1-dead
explain what an item is when invalid code is placed at the module-level 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.
#113110 opened Jun 27, 2023 by dawnofmidnight
clippy-driver +stage1 doesn't work: error while loading shared libraries: librustc_driver-2731d3486cc92946.so A-clippy Area: Clippy C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#113109 opened Jun 27, 2023 by ComputerDruid
Linking error on Rust 1.70 aarch64-unknown-linux-musl toolchain A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. I-compiler-nominated Indicates that an issue has been nominated for discussion during a compiler team meeting. O-AArch64 Armv8-A or later processors in AArch64 mode O-musl Target: The musl libc P-high High priority regression-from-stable-to-stable Performance or correctness regression from one stable version to another. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#113104 opened Jun 27, 2023 by geauxvirtual
source links in std are not relative C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#113101 opened Jun 27, 2023 by GuillaumeGomez
ICE: 'no saved object file in work product', compiler\rustc_codegen_ssa\src\back\write.rs:895:45 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.
#113092 opened Jun 27, 2023 by nikunjitaliya2
Namespacing inconsistency with type and const parameters A-const-generics Area: const generics (parameters and arguments) A-resolve Area: Path resolution C-bug Category: This is a bug. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#113090 opened Jun 27, 2023 by mversic
Support checking whether std::process::ExitCode represents success or failure A-process Area: std::process and std::env T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#113081 opened Jun 27, 2023 by nya3jp
Capturing thread output during tests interacts poorly with global thread pools A-libtest Area: #[test] related C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#113080 opened Jun 27, 2023 by alexcrichton
Implement ConstParamTy for Option<T> where T: ConstParamTy A-const-generics Area: const generics (parameters and arguments) F-adt_const_params `#![feature(adt_const_params)]`
#113075 opened Jun 26, 2023 by haennes
Suggest impl<T: Bound> Trait<T> for Foo when finding impl Trait<T: Bound> for Foo 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.
#113073 opened Jun 26, 2023 by TheOnlyMrCat
ProTip! Mix and match filters to narrow down what you’re looking for.