-
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
triagebot: autolabel A-rustdoc-js
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#137983
opened Mar 4, 2025 by
lolbinarycat
[rustdoc] Inconsistency re-exporting items without #[doc(hidden)] from private modules
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#137979
opened Mar 4, 2025 by
xizheyin
Too much Area: Internal cleanup work
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.
kw::Empty
usage
A-technical-debt
#137978
opened Mar 4, 2025 by
nnethercote
Tracking Issue for 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.
movrs
target feature
C-tracking-issue
#137976
opened Mar 4, 2025 by
sayantn
3 tasks
ICE on stable and nightly
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.
#137974
opened Mar 4, 2025 by
djozis
-Znext-solver overflow evaluating the requirement
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#137973
opened Mar 4, 2025 by
konnorandrews
ReFS volumes on Windows Server 2022 break compilation
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.
O-windows
Operating system: Windows
regression-untriaged
Untriaged performance or correctness regression.
#137971
opened Mar 3, 2025 by
Lohikar
doctests: Assertion panic message is escaped and is unreadable terrible on 2024 edition.
A-doctests
Area: Documentation tests, run by rustdoc
A-edition-2024
Area: The 2024 edition
A-panic
Area: Panicking machinery
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137970
opened Mar 3, 2025 by
aDotInTheVoid
std::slice::ChunkBy
should implement Clone
C-bug
#137969
opened Mar 3, 2025 by
nwoods-cimpress
Tracking issue for This issue may need triage. Remove it if it has been sufficiently triaged.
gdb
auto load safe path failures on AIX
needs-triage
#137965
opened Mar 3, 2025 by
mustartt
E0373
examples are out of date
A-diagnostics
#137962
opened Mar 3, 2025 by
Eclips4
Tracking issue for release notes of #137957: Remove i586-pc-windows-msvc
A-testsuite
Area: The testsuite used to check the correctness of rustc
needs-triage
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#137961
opened Mar 3, 2025 by
rustbot
Meta: Require MCP and relevant team nominations for adding (ecosystem, custom codegen backend) testing jobs that would block PR/Merge CI and require documenting failure protocol
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
C-discussion
Category: Discussion or questions that doesn't represent real issues.
I-libs-nominated
Nominated for discussion during a libs team meeting.
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.
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.
#137960
opened Mar 3, 2025 by
jieyouxu
Tracking issue for release notes of #137951: Blog post entry for i586-pc-windows-msvc removal
release-blog-post
Marks issues tracking what text to put in the release blog post.
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.
Blog post entry for i586-pc-windows-msvc removal
A-targets
Area: Concerning the implications of different compiler targets
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-windows
Operating system: Windows
relnotes
Marks issues that should be documented in the release notes of the next release.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Diagnostics error in interaction between Area: Attributes (`#[…]`, `#![…]`)
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.
#[optimize(..)]
and #[no_sanitize(..)]
A-attributes
#137950
opened Mar 3, 2025 by
jdonszelmann
Investigate if some rustdoc tests can use Area: The compiletest test runner
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
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-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)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
minicore
and //@ add-core-stubs
A-compiletest
#137943
opened Mar 3, 2025 by
jieyouxu
Potentially unsound uses of simd_select_bitmask in stdarch
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#137942
opened Mar 3, 2025 by
RalfJung
Are the wasm simd shl/shr intrinsics sound?
C-bug
Category: This is a bug.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#137941
opened Mar 3, 2025 by
RalfJung
rust-lld: on Area: linkers... you gotta love linkers
A-spurious
Area: Spurious failures in builds (spuriously == for no apparent reason)
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-external-bug
Category: issue that is caused by bugs in software beyond our control
O-windows-gnu
Toolchain: GNU, Operating system: Windows
O-x86_64
Target: x86-64 processors (like x86_64-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
x86_64-pc-windows-gnu
it spuriously fails with 0xc0000374
A-linkers
#137938
opened Mar 3, 2025 by
jieyouxu
Tracking issue for release notes of #136831: Update stdarch
needs-triage
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#137937
opened Mar 3, 2025 by
rustbot
CopyProp miscompilation when src is moved more than once
A-mir-opt
Area: MIR optimizations
C-bug
Category: This is a bug.
I-miscompile
Issue: Correct Rust code lowers to incorrect machine code
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#137936
opened Mar 3, 2025 by
tmiasko
Tracking Issue for Aarch64 neon FEAT_FAMINMAX
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
#137933
opened Mar 3, 2025 by
Jamesbarford
3 tasks
trim-paths = "all" causes rustdoc ICE
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.
#137929
opened Mar 3, 2025 by
crumblingstatue
'+fpmr' is not a recognized feature for this target
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#137924
opened Mar 3, 2025 by
bingmatv
Previous Next
ProTip!
Adding no:label will show everything without a label.