-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Label
Projects
Milestones
Assignee
Sort
Issues list
List of trait implementations should be version-sorted
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.
#135098
opened Jan 4, 2025 by
joshtriplett
Nested recursive enum with ManuallyDrop causes thread 'rustc' to overflow its stack
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135093
opened Jan 4, 2025 by
w-utter
Rustdoc does not combine documentation in re-exports of extern functions
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135092
opened Jan 4, 2025 by
cuttestkittensrule
core::iter::from_fn
and core::iter::successors
documentation does not explain callback function signature
A-docs
#135087
opened Jan 3, 2025 by
rick-de-water
[discussion] Performance differences between debug/release builds
C-discussion
Category: Discussion or questions that doesn't represent real issues.
#135082
opened Jan 3, 2025 by
velocitysystems
rustdoc: "stable since" version is incorrect for std::ffi::CStr
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135078
opened Jan 3, 2025 by
dzil123
Trait bound not satisfied
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.
#135076
opened Jan 3, 2025 by
reenigneEsrever92
Compiling -> "thread 'coordinator' panicked"
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.
#135075
opened Jan 3, 2025 by
Andy-anyware
Missing Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Send
on "recursive" Future
C-bug
#135062
opened Jan 3, 2025 by
CheaterCodes
ICE: stack overflow with instrument-coverage + gce
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
C-bug
Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
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.
#135060
opened Jan 3, 2025 by
matthiaskrgr
Cargo Build
gets stuck compiling my code
C-bug
#135050
opened Jan 2, 2025 by
drewcassidy
thread 'main' panicked at src/bootstrap/src/utils/helpers.rs:441:5
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)
#135041
opened Jan 2, 2025 by
psumbera
ICE in mir_drops_elaborated_and_const_checked
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.
#135039
opened Jan 2, 2025 by
veluca93
cleanup: use full Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
strip
cli args in cg_ssa
C-cleanup
#135038
opened Jan 2, 2025 by
jieyouxu
run-make-support: Area: port run-make Makefiles to rmake.rs
C-bug
Category: This is a bug.
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.
assert_dirs_are_equal
traverses symlinks
A-run-make
#135037
opened Jan 2, 2025 by
jieyouxu
Rustc strips all symbols on MacOS when strip = "debuginfo" is specified, but not when strip = "symbols" is specified
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
P-critical
Critical priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135028
opened Jan 2, 2025 by
orlp
Tracking Issue for amdgpu target
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
#135024
opened Jan 2, 2025 by
Flakebi
2 of 12 tasks
ICE: Area: Memory layout of types
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
S-has-bisection
Status: a bisection has been found for this issue
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
encountered unexpected unsized field in layout of
A-layout
#135020
opened Jan 2, 2025 by
matthiaskrgr
slice::contains is not general in the key like HashMap::get
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#135019
opened Jan 2, 2025 by
hkBst
Placing an attribute on a generic argument confuses the parser
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#135017
opened Jan 2, 2025 by
weiznich
tests/ui/asan-odr-win/asan_odr_windows.rs
fails on native x86_64-pc-windows-msvc
with lld = true
+ use-lld = true
A-linkage
#135013
opened Jan 2, 2025 by
jieyouxu
Typesystem soundness hole involving cyclically-defined ATIT, and normalization in trait bounds
A-associated-items
Area: Associated items (types, constants & functions)
A-trait-system
Area: Trait system
A-type-system
Area: Type system
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#135011
opened Jan 2, 2025 by
steffahn
RPIT associated type lifetime bound is ignored
A-associated-items
Area: Associated items (types, constants & functions)
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-lifetimes
Area: Lifetimes / regions
C-bug
Category: This is a bug.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#135006
opened Jan 1, 2025 by
LHolten
"implementation of Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Fn
is not general enough" on some conditions when using closures
C-bug
#135004
opened Jan 1, 2025 by
Alogani
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.