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

Multiple existing async function can result in stack overflow C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#132050 opened Oct 23, 2024 by xmh0511
Unhelpful borrowing suggested when wrongly constructing an unsized type 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.
#132041 opened Oct 22, 2024 by cyrgani
Spurious 'non-exhaustive pattern' error due to not considering guard expressions A-patterns Relating to patterns and pattern matching C-discussion Category: Discussion or questions that doesn't represent real issues.
#132037 opened Oct 22, 2024 by zackw
Audit debug test runners to drop --test-args clang filters on run-make tests A-run-make Area: port run-make Makefiles to rmake.rs C-bug Category: This is a bug. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132034 opened Oct 22, 2024 by jieyouxu
2 tasks
rustc doesn't finish stuck at rustc_trait_selection::traits::normalize::normalize_with_depth_to A-traits Area: Trait system C-bug Category: This is a bug. E-needs-mcve Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132032 opened Oct 22, 2024 by fabianmurariu
Silent failure of std::sync::Once when in const variable A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. 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.
#132028 opened Oct 22, 2024 by CGamesPlay
Hide nonlocal doc(hidden) types and impls from "the following other types implement trait" 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.
#132024 opened Oct 22, 2024 by dtolnay
rustc 1.82.0 doesn't add LIBPATH when invoking link.exe A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. O-windows-msvc Toolchain: MSVC, Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132016 opened Oct 22, 2024 by nandin-borjigin
Unmerged stack slots under Windows A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such I-heavy Issue: Problems and improvements with respect to binary size of generated code. O-windows-msvc Toolchain: MSVC, Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132014 opened Oct 21, 2024 by xTachyon
E0277 highlights really long types for no reason, and doesn't highlight useful help 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.
#132013 opened Oct 21, 2024 by jyn514
Rust-for-Linux: Allow pointers acceptable in const expression in inline assembly A-inline-assembly Area: Inline assembly (`asm!(…)`) A-rust-for-linux Relevant for the Rust-for-Linux project C-feature-request Category: A feature request, i.e: not implemented / a PR. 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#132012 opened Oct 21, 2024 by dingxiangfei2009
headings in struct field documentation has confusing spacing A-rustdoc-ui Area: Rustdoc UI (generated HTML) 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.
#132009 opened Oct 21, 2024 by lolbinarycat
E0027 suggestion introduces refactoring-hazard A-diagnostics Area: Messages for errors, warnings, and lints E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#132008 opened Oct 21, 2024 by aticu
Safety comment in std::ptr::NonNull::dangling code was invalidated by a refactoring A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools Libs-Small Libs issues that are considered "small" or self-contained T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#132004 opened Oct 21, 2024 by tifv
regression: lifetime under _for all_ does not appear in the trait input types C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-beta Performance or correctness regression from stable to beta.
#132000 opened Oct 21, 2024 by ABorgna
Tracking issue for release notes of #130350: stabilize Strict Provenance and Exposed Provenance APIs A-strict-provenance Area: Strict provenance for raw pointers relnotes Marks issues that should be documented in the release notes of the next release. relnotes-tracking-issue Marks issues tracking what text to put in release notes. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#131996 opened Oct 21, 2024 by rustbot
3 tasks
1.84.0
-Clink-args=resources.res fails in 1.82 C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. regression-from-stable-to-stable Performance or correctness regression from one stable version to another.
#131995 opened Oct 21, 2024 by printfn
crash: lazy type alias: stack overflow C-bug Category: This is a bug. F-lazy_type_alias `#![feature(lazy_type_alias)]` I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131994 opened Oct 21, 2024 by matthiaskrgr
function "in_external_macro” judgment is incorrect C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress.
#131993 opened Oct 21, 2024 by yu532758082
Tracking Issue for enforcing test doc comments A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. 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.
#131992 opened Oct 21, 2024 by jieyouxu
5 tasks
compiletest: what does --pass (pass mode) actually intend to do? A-compiletest Area: The compiletest test runner A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#131990 opened Oct 21, 2024 by jieyouxu
False positive for unused_parens in a return A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. L-false-positive Lint: False positive (should not have fired). L-unused_parens Lint: unused_parens T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131989 opened Oct 21, 2024 by kawadakk
Codegen depends on let-variable ordering for unclear reasons A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-panic Area: Panicking machinery C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such I-heavy Issue: Problems and improvements with respect to binary size of generated code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131987 opened Oct 21, 2024 by CrazyboyQCD
Crater runs for 1.83 S-waiting-on-crater Status: Waiting on a crater run to be completed. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#131978 opened Oct 20, 2024 by Mark-Simulacrum 1.83.0
Missing parenthesis in static_mut_refs diagnostic suggestion A-diagnostics Area: Messages for errors, warnings, and lints A-suggestion-diagnostics Area: Suggestions generated by the compiler applied by `cargo fix` D-invalid-suggestion Diagnostics: A structured suggestion resulting in incorrect code. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131977 opened Oct 20, 2024 by CharlyCst
ProTip! no:milestone will show everything without a milestone.