-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Rollup of 9 pull requests
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-run-make
Area: port run-make Makefiles to rmake.rs
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#138923
opened Mar 25, 2025 by
TaKO8Ki
Loading…
Error installing cargo-watch on M4 Mac
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#138922
opened Mar 25, 2025 by
thegreathir
build std error for target This issue may need triage. Remove it if it has been sufficiently triaged.
*-uwp-windows-msvc
needs-triage
#138921
opened Mar 25, 2025 by
Wyvern
rustdoc: remove Area: Rustdoc JSON backend
perf-regression
Performance regression.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
ItemInner
.
A-rustdoc-json
#138916
opened Mar 25, 2025 by
nnethercote
•
Draft
Linker-plugin-based LTO with -flto in clang not working
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#138910
opened Mar 24, 2025 by
cxou
unqualified_local_imports
lint does not trigger on import of local reimport of foreign item
A-diagnostics
#138908
opened Mar 24, 2025 by
narpfel
Implement RFC 3631: add rustdoc doc_cfg features
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
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.
#138907
opened Mar 24, 2025 by
GuillaumeGomez
•
Draft
Windows 7 i686 does not reliably align 16 byte aligned thread locals
A-align
Area: alignment control (`repr(align(N))` and so on)
A-thread-locals
Area: Thread local storage (TLS)
C-bug
Category: This is a bug.
O-windows-7
OS: Windows 7 or Windows Server 2008 R2 or etc.
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138903
opened Mar 24, 2025 by
drewkett
TAIT constrained by Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
const
generates wrong #[define_opaque]
hint
A-diagnostics
#138902
opened Mar 24, 2025 by
narpfel
rustc-LLVM ERROR: Cannot select
with -C code-model=large
A-LLVM
#138899
opened Mar 24, 2025 by
konstin
unconditional_recursion
lint false positive on abort-on-drop type.
A-diagnostics
#138897
opened Mar 24, 2025 by
chorman0773
Crash when compiling Area: The parsing of Rust source code to an AST
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-android
Operating system: Android
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
cranelift-codegen
on Termux
A-parser
#138889
opened Mar 24, 2025 by
licy183
Improve method suggestion for methods with custom receiver 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.
#138887
opened Mar 24, 2025 by
0xdeafbeef
libunwind: Unsupported .eh_frame_hdr version
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-android
Operating system: Android
requires-custom-config
This issue requires custom config/build for rustc in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138880
opened Mar 24, 2025 by
Ludea
evaluating trait selection obligation
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.
#138855
opened Mar 23, 2025 by
rsharath
Tracking issue for release notes of #138128: Stabilize This issue may need triage. Remove it if it has been sufficiently triaged.
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#![feature(precise_capturing_in_traits)]
needs-triage
#138851
opened Mar 23, 2025 by
rustbot
Tracking issue for release notes of #137653: Deprecate the unstable This issue may need triage. Remove it if it has been sufficiently triaged.
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-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.
concat_idents!
needs-triage
#138850
opened Mar 23, 2025 by
rustbot
compiling scallop on haiku results in a possible compiler error
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.
#138847
opened Mar 23, 2025 by
hoanga
Tracking Issue for AVX10 target features
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
O-x86_64
Target: x86-64 processors (like x86_64-*)
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#138843
opened Mar 22, 2025 by
sayantn
Slow coherence checking and type checking.
A-coherence
Area: Coherence
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#138828
opened Mar 22, 2025 by
coolcatcoder
Bug when implementing From on an associated type defined in an external crate
A-associated-items
Area: Associated items (types, constants & functions)
A-coherence
Area: Coherence
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#138816
opened Mar 22, 2025 by
roeeshoshani
Tracking issue for release notes of #135074: Target: Add mips mti baremetal support
A-targets
Area: Concerning the implications of different compiler targets
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Tracking issue for release notes of #135085: add m68k-unknown-none-elf target
A-targets
Area: Concerning the implications of different compiler targets
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Tracking issue for release notes of #134609: Add new Area: Concerning the implications of different compiler targets
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
{x86_64,i686}-win7-windows-gnu
targets
A-targets
Tracking issue for release notes of #135757: Add NuttX support for AArch64 and ARMv7-A targets
A-targets
Area: Concerning the implications of different compiler targets
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.