-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Regression in 2024-11-28: llvm-cov export errors with "truncated coverage data"
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
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-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133606
opened Nov 29, 2024 by
alex
Document the runtime environment assumptions of Area: documentation for any part of the project, including the compiler, standard library, and tools
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
std
A-docs
#133604
opened Nov 28, 2024 by
joboet
ICE: 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.
range end index 2 out of range for slice of length 1
C-bug
#133597
opened Nov 28, 2024 by
matthiaskrgr
Tracking issue for release notes of #132706: Stabilize async closures (RFC 3668)
A-async-await
Area: Async & Await
F-async_closure
`#![feature(async_closure)]`
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
#133596
opened Nov 28, 2024 by
rustbot
3 tasks
Safe Keyword undescriptive errors
A-diagnostics
Area: Messages for errors, warnings, and lints
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133586
opened Nov 28, 2024 by
ionicmc-rs
compiletest: Automatically specify Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Zunstable-options
when the edition
header is set to an unstable edition
A-compiletest
#133582
opened Nov 28, 2024 by
ehuss
compiletest can explode due to cyclic auxiliaries
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133580
opened Nov 28, 2024 by
jieyouxu
no method named "fract" found for type "f64" in the current scope
when in no_std
C-bug
#133579
opened Nov 28, 2024 by
hukasu
ICE: no MIR available for DefId
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.
#133578
opened Nov 28, 2024 by
cpu
Docs & Area: Rustdoc UI (generated HTML)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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.
rustdoc
: Mark traits that have indirect and synthetic impls
A-rustdoc-ui
#133573
opened Nov 28, 2024 by
cher-nov
Cargo check panic on nightly
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
#133563
opened Nov 28, 2024 by
olocoder
Confusing error message when using Borrow'd keys in Hashmap
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.
#133555
opened Nov 27, 2024 by
ejmount
Tracking issue for release notes of #116161: Stabilize `#![feature(extended_varargs_abi_support)]`
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
extended_varargs_abi_support
F-extended_varargs_abi_support
#133552
opened Nov 27, 2024 by
rustbot
3 tasks
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.
BTreeSet
entry APIs
C-tracking-issue
#133549
opened Nov 27, 2024 by
cuviper
3 tasks
search index doesn't properly regenerate when using Area: Rustdoc's search feature
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--document-private-items
after a normal cargo doc
run
A-rustdoc-search
#133544
opened Nov 27, 2024 by
mrnossiom
Cannot return value from loop when temporary mutable access occurs before.
A-borrow-checker
Area: The borrow checker
C-bug
Category: This is a bug.
fixed-by-polonius
Compiling with `-Zpolonius` fixes this issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#133539
opened Nov 27, 2024 by
nikvoid
arm-android/Dockerfile
is based on the now outdated Ubuntu 23.04
A-CI
#133531
opened Nov 27, 2024 by
rami3l
Missed optimization when looping over bytes of a value
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
llvm-fixed-upstream
Issue expected to be fixed by the next major LLVM upgrade, or backported fixes
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133528
opened Nov 27, 2024 by
theemathas
ICE: unexpected non-Category: This is a bug.
F-const_trait_impl
`#![feature(const_trait_impl)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
PG-const-traits
Project group: Const traits
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
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.
Self
predicate when computing SelfOnly
implied bounds` recursive const trait
C-bug
#133526
opened Nov 27, 2024 by
matthiaskrgr
Deprecate Category: Discussion or questions that doesn't represent real issues.
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.
std::time::Instant::saturating_duration_since()
?
C-discussion
#133525
opened Nov 27, 2024 by
cher-nov
False positive const-UB check on Area: Constant evaluation (MIR interpretation)
C-bug
Category: This is a bug.
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.
NonNull
pointer
A-const-eval
#133523
opened Nov 27, 2024 by
JakobDegen
Stable rustc 1.82 suggests using an unstable 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.
#133511
opened Nov 26, 2024 by
jaskij
DefaultMetadataLoader was changed to private, making it difficult to print out metadata
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.
#133510
opened Nov 26, 2024 by
Ramla-I
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.
slice_as_array
C-tracking-issue
#133508
opened Nov 26, 2024 by
bjoernager
2 of 5 tasks
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.