Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Split duration_constructors to get non-controversial constructors out 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.
#140882 opened May 10, 2025 by Dietr1ch Loading…
Add Range parameter to BTreeMap::extract_if and BTreeSet::extract_if 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.
#140825 opened May 8, 2025 by rs-sac Loading…
[CRATER] probe fallout of dyn overlap 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. T-libs Relevant to the library team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140824 opened May 8, 2025 by compiler-errors Draft
Possible regression with rust_panic being mangled C-discussion Category: Discussion or questions that doesn't represent real issues. 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.
#140821 opened May 8, 2025 by Qwinci
Static thread_local! declarations are moved before Drop is called A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140816 opened May 8, 2025 by orlp
Reduce special casing for the panic runtime 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.
#140809 opened May 8, 2025 by bjorn3 Loading…
Implement Default for &Option 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140808 opened May 8, 2025 by camsteffen Loading…
Introduce test results file S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#140805 opened May 8, 2025 by patskovn Loading…
Stack overflow when tls_callback called on x86_64-pc-windows-gnu A-panic Area: Panicking machinery A-thread-locals Area: Thread local storage (TLS) C-bug Category: This is a bug. O-windows-gnu Toolchain: GNU, Operating system: Windows S-has-bisection Status: a bisection has been found for this issue T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140798 opened May 8, 2025 by Berrysoft
Use intrinsics for {f16,f32,f64,f128}::{minimum,maximum} operations 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#140792 opened May 8, 2025 by Urgau Loading…
std: explain prefer TryInto over TryFrom when specifying traits bounds on generic function 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.
#140791 opened May 8, 2025 by xizheyin Loading…
Update documentation of OnceLock::get_or_init. 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.
#140783 opened May 8, 2025 by veluca93 Loading…
Clarify upfront that PartialOrd is for strict partial orders 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.
#140779 opened May 8, 2025 by Muon Loading…
avr-none target fails to build from source on nightly-2025-05-06 O-AVR Target: AVR processors (ATtiny, ATmega, etc.) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140743 opened May 7, 2025 by joshlf
Change File::try_lock() and try_lock_shared() to return io::Result<()> O-windows Operating system: Windows 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.
#140718 opened May 6, 2025 by cberner Loading…
Clarify &mut-methods' docs on sync::OnceLock 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.
#140715 opened May 6, 2025 by lukaslueg Loading…
Split autodiff into autodiff_forward and autodiff_reverse A-attributes Area: Attributes (`#[…]`, `#![…]`) F-autodiff `#![feature(autodiff)]` 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.
#140697 opened May 6, 2025 by Sa4dUs Draft
Simplify Vec::as_non_null implementation and make it const 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.
#140685 opened May 5, 2025 by viliml Loading…
sending a SIGSEGV via kill disables the stack overflow handler A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140662 opened May 5, 2025 by joboet
remove 'unordered' atomic intrinsics 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#140660 opened May 5, 2025 by RalfJung Loading…
PartialOrd does not mention upfront that it omits reflexivity A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140654 opened May 5, 2025 by Muon
Implement RcUninit (#112566) 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.
#140640 opened May 4, 2025 by kstrafe Loading…
UnsafePinned: also include the effects of UnsafeCell I-lang-radar Items that are on lang's radar and will need eventual work or consideration. 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.
#140638 opened May 4, 2025 by RalfJung Loading…
Simplify expansion of panic!(). perf-regression Performance regression. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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.
#140637 opened May 4, 2025 by m-ou-se Draft
std: stop using TLS in signal handler A-thread-locals Area: Thread local storage (TLS) O-unix Operating system: Unix-like 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.
#140628 opened May 3, 2025 by joboet Loading…
ProTip! Exclude everything labeled bug with -label:bug.