-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
fix Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
LazyLock::get
and LazyLock::get_mut
document
S-waiting-on-review
#132715
opened Nov 7, 2024 by
tabokie
Loading…
unpin and update memchr
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
dyn AsyncFn
generates many independent errors
A-diagnostics
#132713
opened Nov 6, 2024 by
cramertj
Crater 2024 edition
S-waiting-on-crater
Status: Waiting on a crater run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#132712
opened Nov 6, 2024 by
ehuss
Loading…
[DRAFT] Generate CGUs in parallel.
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.
#132711
opened Nov 6, 2024 by
nnethercote
•
Draft
more crash tests
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#132710
opened Nov 6, 2024 by
matthiaskrgr
Loading…
optimize char::to_digit and assert radix is at least 2
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#132709
opened Nov 6, 2024 by
programmerjake
Loading…
Point at 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.
const
definition when used instead of a binding in a let
statement
S-waiting-on-review
#132708
opened Nov 6, 2024 by
estebank
Loading…
Add --diagnostic-width to some tests failing after 1a0c5021838
llvm-main
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
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.
#132707
opened Nov 6, 2024 by
zmodem
Loading…
Stabilize async closures (RFC 3668)
A-async-await
Area: Async & Await
F-async_closure
`#![feature(async_closure)]`
I-lang-nominated
Nominated for discussion during a lang team meeting.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#132706
opened Nov 6, 2024 by
compiler-errors
Loading…
Inline str::repeat
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#132705
opened Nov 6, 2024 by
kornelski
Loading…
thread_local!
initialization code panics on some aarch64-apple-darwin
envs, works on others
C-bug
#132704
opened Nov 6, 2024 by
dj8yfo
CFI: Append debug location to CFI blocks
PG-exploit-mitigations
Project group: Exploit mitigations
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.
#132702
opened Nov 6, 2024 by
1c3t3a
Loading…
Tracking issue for release notes of #122408: Use futex-based synchronization on Apple platforms
A-atomic
Area: Atomics, barriers, and sync primitives
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
O-unix
Operating system: Unix-like
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
Relevant to the library team, which will review and decide on the PR/issue.
#132701
opened Nov 6, 2024 by
rustbot
3 tasks
Incorrect warning about pointer to non_exhaustive ffi struct not being ffi safe
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#132699
opened Nov 6, 2024 by
maia-s
Compile `#![feature(f16)]`, `#![feature(f128)]`
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
test_num_f128
conditionally on reliable_f128_math
config
F-f16_and_f128
#132696
opened Nov 6, 2024 by
raoulstrackx
Loading…
Suggest swapping the equality when the message Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
can't compare
occurs
A-diagnostics
#132695
opened Nov 6, 2024 by
makai410
fix(x): fix a regex used to find python executable
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#132694
opened Nov 6, 2024 by
ismailarilik
Loading…
Rustc fails to compile a program with ThinLTO and split-debuginfo = "packed"
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-LTO
Area: Link-time optimization (LTO)
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#132677
opened Nov 6, 2024 by
zamazan4ik
coverage: Restrict empty-span expansion to only cover Area: Source-based code coverage (-Cinstrument-coverage)
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.
{
and }
A-code-coverage
#132675
opened Nov 6, 2024 by
Zalathar
Loading…
Hang after encountering overflow errors for huge types
A-traits
Area: Trait system
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
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.
#132673
opened Nov 6, 2024 by
wxie7
1 of 4 tasks
Feature gate yield expressions not in 2024
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.
#132668
opened Nov 6, 2024 by
ehuss
Loading…
Double same-bound Area: Trait system
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.
where
clause causes failed type inference
A-traits
#132667
opened Nov 5, 2024 by
collinoc
Skip 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.
if-let-rescope
lint unless requested by migration
S-waiting-on-review
#132666
opened Nov 5, 2024 by
dingxiangfei2009
Loading…
Implement Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
div_ceil
for NonZero<unsigned>
S-waiting-on-review
#132665
opened Nov 5, 2024 by
tyilo
Loading…
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.