-
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
Decide whether blocks inside This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
to-announce
Announce this issue on triage meeting
asm
goto should default to safe
disposition-merge
#132078
opened Oct 23, 2024 by
joshtriplett
float types: move copysign, abs, signum to libcore
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
to-announce
Announce this issue on triage meeting
#131304
opened Oct 5, 2024 by
RalfJung
Loading…
(Anti-)regression between Rust 1.78.0 and Rust 1.79.0 with struct containing Category: This is a bug.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
regression-untriaged
Untriaged performance or correctness regression.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
Cow<[Self]>
C-bug
#129541
opened Aug 25, 2024 by
zachs18
#[inline(never)] does not work for async functions
A-async-await
Area: Async & Await
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
AsyncAwait-Triaged
Async-await issues that have been triaged during a working group meeting.
C-bug
Category: This is a bug.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
to-announce
Announce this issue on triage meeting
#129347
opened Aug 21, 2024 by
michaelwoerister
Stabilize This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
to-announce
Announce this issue on triage meeting
Ipv6Addr::is_unique_local
and Ipv6Addr::is_unicast_link_local
disposition-merge
#129238
opened Aug 18, 2024 by
umgefahren
Loading…
Decide on name for Category: Discussion or questions that doesn't represent real issues.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-derive_smart_pointer
`#![feature(derive_smart_pointer)]`
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
derive(SmartPtr)
C-discussion
#129104
opened Aug 14, 2024 by
traviscross
Lint against This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
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.
to-announce
Announce this issue on triage meeting
&T
to &mut T
and &T
to &UnsafeCell<T>
transmutes
disposition-merge
#128351
opened Jul 29, 2024 by
ChayimFriedman2
Loading…
Tracking Issue for PanicHookInfo::payload_as_str()
A-panic
Area: Panicking machinery
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#125175
opened May 16, 2024 by
m-ou-se
1 of 3 tasks
#![crate_name = EXPR]
semantically allows EXPR
to be a macro call but otherwise mostly ignores it
A-attributes
#122001
opened Mar 4, 2024 by
fmease
Consider linting against 00B7 aka interpunct aka middle dot
A-diagnostics
Area: Messages for errors, warnings, and lints
disposition-postpone
This issue / PR is in PFCP or FCP with a disposition to postpone it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#120797
opened Feb 8, 2024 by
pnkfelix
style-guide: Tweak This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-style
Relevant to the style team, which will review and decide on the PR/issue.
Cargo.toml
formatting to not put description
last
disposition-merge
#120072
opened Jan 17, 2024 by
joshtriplett
Loading…
Add lint against function pointer comparisons
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
S-blocked
Status: Marked as blocked ❌ on something else such as an RFC or other implementation work.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
to-announce
Announce this issue on triage meeting
#118833
opened Dec 11, 2023 by
Urgau
Loading…
Scoped thread implicit join doesn't wait for thread locals to be dropped
A-thread
Area: `std::thread`
A-thread-locals
Area: Thread local storage (TLS)
C-bug
Category: This is a bug.
disposition-close
This PR / issue is in PFCP or FCP with a disposition to close it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#116237
opened Sep 28, 2023 by
pvillela
MSVC on x86-32 Windows fails to align variables to their required alignment
A-ABI
Area: Concerning the application binary interface (ABI)
A-FFI
Area: Foreign function interface (FFI)
C-bug
Category: This is a bug.
disposition-close
This PR / issue is in PFCP or FCP with a disposition to close it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#112480
opened Jun 10, 2023 by
glandium
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std::ffi::c_str
module
C-tracking-issue
#112134
opened May 31, 2023 by
clarfonthey
2 of 5 tasks
[mir-opt] SimplifyLocals should also clean up debuginfo
A-testsuite
Area: The testsuite used to check the correctness of rustc
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
#110702
opened Apr 22, 2023 by
scottmcm
Loading…
TAIT defining scope options
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#107645
opened Feb 3, 2023 by
oli-obk
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
iter::repeat_n()
(feature(iter_repeat_n)
)
C-tracking-issue
#104434
opened Nov 15, 2022 by
scottmcm
3 of 5 tasks
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
const_collections_with_hasher
C-tracking-issue
#102575
opened Oct 2, 2022 by
aDotInTheVoid
2 of 3 tasks
Commit to safety rules for dyn trait upcasting
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-trait_upcasting
`#![feature(trait_upcasting)]`
finished-final-comment-period
The final comment period is finished for this PR / Issue.
I-needs-decision
Issue: In need of a decision.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#101336
opened Sep 2, 2022 by
nikomatsakis
use This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
confstr(_CS_DARWIN_USER_TEMP_DIR, ...)
as a TMPDIR
fallback on Darwin
disposition-merge
#100824
opened Aug 20, 2022 by
thomcc
Loading…
Tracking issue for integer_atomics
A-atomic
Area: Atomics, barriers, and sync primitives
A-concurrency
Area: Concurrency
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#99069
opened Jul 8, 2022 by
tamird
2 tasks
Tracking Issue for MaybeUninit methods for arrays
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
disposition-close
This PR / issue is in PFCP or FCP with a disposition to close it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#96097
opened Apr 16, 2022 by
clarfonthey
4 of 6 tasks
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
slice_flatten
C-tracking-issue
#95629
opened Apr 4, 2022 by
Cyborus04
4 of 5 tasks
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
const
checked slice to str
conversions
C-tracking-issue
#91006
opened Nov 18, 2021 by
WaffleLapkin
3 of 5 tasks
Previous Next
ProTip!
Adding no:label will show everything without a label.