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

rustc got noticeably slower
#128599 by matthiaskrgr was closed Aug 3, 2024
Invariant lifetime due to dyn trait<T> is not the same as invariant lifetime due to fn(T) -> T type C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#128593 by LHolten was closed Aug 3, 2024
I have found a language breaking exploit
#128480 by Aityz was closed Aug 1, 2024
Allow controlling rustc stacker segment sizes via the environment? needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#128472 by sunshowers was closed Aug 1, 2024
rustc panics when analyzing closure in error condition (E0593) 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.
#128470 by Natureshadow was closed Jul 31, 2024
Defining an associated constant with the same name as an enum value does not produce an error 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.
#128462 by computermouth was closed Aug 1, 2024
ICE: Parser: Diagnostic "box_syntax has been removed" crashes if the source isn't available A-parser Area: The parsing of Rust source code to an AST. C-bug Category: This is a bug. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ P-low Low priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#128442 by fmease was closed Aug 1, 2024
Awaiting a function returning a never type does not warn for unreachable code after the await 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. WG-async Working group: Async & await
#128434 by ungrichtepfl was closed Aug 1, 2024
OnceLock::get_mut_or_init should not be called concurrently A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#128429 by juntyr was closed Aug 1, 2024
borrow diagnostic of dbg! leaks implementation 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.
#128312 by lolbinarycat was closed Jul 29, 2024
rustc book does not document RUST_TARGET_PATH A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-targets Area: Concerning the implications of different compiler targets C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#128280 by lolbinarycat was closed Jul 28, 2024
false positive dead_code "never constructed" warning on 1.80.0 for a struct where the constructor takes &'static self A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#128272 by chrisnc was closed Aug 3, 2024
Documentation of default value for config.toml's rust.channel is inaccurate A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128258 by dtolnay was closed Jul 27, 2024
zero-sized slices are sometimes placed at 0x1 (1.79+) C-discussion Category: Discussion or questions that doesn't represent real issues.
#128257 by flaub was closed Jul 29, 2024
Bug when using cargo check (my program works with cargo run) A-incr-comp Area: Incremental compilation 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.
#128251 by OrnitOnGithub was closed Jul 26, 2024
fs::read_to_string(config.src.join("src/ci/channel")) failed with No such file or directory (os error 2) T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#128233 by rautyrauty was closed Jul 29, 2024
Permit library-only and binary-only dependencies C-feature-request Category: A feature request, i.e: not implemented / a PR. T-cargo Relevant to the cargo team, which will review and decide on the PR/issue.
#128220 by jhpratt was closed Jul 26, 2024
x86_64-win7-windows-msvc target cannot run C-discussion Category: Discussion or questions that doesn't represent real issues. O-windows-7 OS: Windows 7 or Windows Server 2008 R2 or etc.
#128218 by linuxlin365 was closed Jul 30, 2024
The compiler does not report errors for recursive calls that can not be ended 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.
#128217 by hacbit was closed Jul 26, 2024
Incorrect code generated from inline assembly with inout register on riscv32im-unknown-none-elf A-inline-assembly Area: inline asm!(..) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness llvm-fixed-upstream Issue expected to be fixed by the next major LLVM upgrade O-riscv Target: RISC-V architecture P-high High priority
#128212 by shkoo was closed Jul 31, 2024
Release notes for 1.80.0 are missing on GitHub C-bug Category: This is a bug. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#128188 by kpreid was closed Jul 25, 2024
Regression in type inferencing in 1.80.0 C-bug Category: This is a bug.
#128181 by rylev was closed Jul 25, 2024
Overflow in RPITIT T-types Relevant to the types team, which will review and decide on the PR/issue.
#128178 by nikomatsakis was closed Jul 25, 2024
ProTip! no:milestone will show everything without a milestone.