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

Include Stabilization version in the tracking issue template A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#134990 opened Jan 1, 2025 by joshka
Tracking issue for RFC 3722: Explicit ABIs in extern C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC F-explicit_extern_abis `#![feature(explicit_extern_abis)]` T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134986 opened Dec 31, 2024 by traviscross
1 of 6 tasks
SIGSEGV when compiling with 1.83.0 C-defective-hardware Category: Issue that was filed as a possible software bug but is actually defective hardware I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#134983 opened Dec 31, 2024 by 333fred
ICE when using a generic const expression in a where clause 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.
#134978 opened Dec 31, 2024 by jullanggit
./x build compiler --stage 0 reports success, but it shouldn't: deleting method used in another crate does not cause compilation to fail A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134970 opened Dec 31, 2024 by safinaskar
Built-in attributes are treated differently vs prelude attributes, unstable built-in attributes can name-collide with stable macro, and built-in attributes can break back-compat A-attributes Area: Attributes (`#[…]`, `#![…]`) A-stability Area: `#[stable]`, `#[unstable]` etc. C-discussion Category: Discussion or questions that doesn't represent real issues. I-compiler-nominated Nominated for discussion during a compiler team meeting. I-lang-nominated Nominated for discussion during a lang team meeting. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134963 opened Dec 31, 2024 by jieyouxu
Investigate if stamp logic in bootstrap could be consistently handled A-bootstrap-stamp Area: bootstrap stamp logic C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-needs-investigation Call for partcipation: This issues needs some investigation to determine current status T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134962 opened Dec 31, 2024 by jieyouxu
Tracking Issue for -Z link-native-libraries A-CLI Area: Command-line interface (CLI) to the compiler A-linkage Area: linking into static, shared libraries and binaries C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134948 opened Dec 31, 2024 by jieyouxu
2 of 4 tasks
Tracking Issue for -Z link-directives A-CLI Area: Command-line interface (CLI) to the compiler A-linkage Area: linking into static, shared libraries and binaries C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134947 opened Dec 31, 2024 by jieyouxu
2 of 4 tasks
Stop emitting one-at-a-time byte ops when swapping byte arrays A-codegen Area: Code generation 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.
#134946 opened Dec 31, 2024 by scottmcm
#[thread_local] + #[no_mangle] produces a "symbol already defined" error on Windows targets A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. F-thread_local `#![feature(thread_local)]` O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134939 opened Dec 30, 2024 by saethlin
rustdoc search: for argument based searches, deprioritize associated items A-rustdoc-search Area: Rustdoc's search feature A-type-based-search Area: Searching rustdoc pages using type signatures T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#134936 opened Dec 30, 2024 by lolbinarycat
rustdoc search: for return-type based searches, deprioritize functions that also have that type in an argument A-rustdoc-search Area: Rustdoc's search feature A-type-based-search Area: Searching rustdoc pages using type signatures C-enhancement Category: An issue proposing an enhancement or a PR with one. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#134935 opened Dec 30, 2024 by lolbinarycat
Missing occurs check leads to an infinite loop in the type checker C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#134921 opened Dec 30, 2024 by Innf107
cannot assign to data in an index of HashMap<_, _> diagnostic suggests solution that does not type check 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.
#134917 opened Dec 30, 2024 by epilys
Tracking Issue for ByteStr/ByteString C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134915 opened Dec 30, 2024 by joshtriplett
3 tasks
put the list of tests run in CI behind a ::group A-CI Area: Our Github Actions CI A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-testsuite Area: The testsuite used to check the correctness of rustc C-enhancement Category: An issue proposing an enhancement or a PR with one. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#134910 opened Dec 30, 2024 by jyn514
matching on functions with similar call stacks breaks optimized backtraces even with debuginfo A-backtrace Area: Backtraces A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-discussion Category: Discussion or questions that doesn't represent real issues. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134909 opened Dec 30, 2024 by jyn514
ICE: EvalCtxt is tainted -- nested goals may have been dropped in a previous call to try_evaluate_added_goals` A-specialization Area: Trait impl specialization 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.
#134905 opened Dec 29, 2024 by matthiaskrgr
Module items not in scoped for module comment //! when module has /// comment A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134904 opened Dec 29, 2024 by xmppftw
explicit-outlives-requirements suggestion breaks code A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134902 opened Dec 29, 2024 by matthiaskrgr
Unary operator applied to range fails to parse A-parser Area: The parsing of Rust source code to an AST C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#134899 opened Dec 29, 2024 by dtolnay
std::fs::File::create return a wrong error on Windows when the path points to a directory A-filesystem Area: `std::fs` A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134893 opened Dec 29, 2024 by Chen1Plus
Impl has "stricter" requirement that is implied by existing requirement A-implied-bounds Area: Implied bounds / inferred outlives-bounds A-trait-system Area: Trait system C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-types Relevant to the types team, which will review and decide on the PR/issue.
#134890 opened Dec 29, 2024 by LHolten
Audit run-fail ui tests to see if they need *exact* run stderr/stdout A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-tedious Call for participation: An issue involves lots of work and is better handled as many small tasks. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134889 opened Dec 29, 2024 by jieyouxu
ProTip! Add no:assignee to see everything that’s not assigned.