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
Assigned to nobody Loading
Sort

Issues list

Tracking issue for release notes of #140748: Allow storing format_args!() in variable A-fmt Area: `core::fmt` 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 T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#142227 opened Jun 9, 2025 by rustbot
Tracking issue for release notes of #135243: Tracking Issue for nonnull_provenance 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#142190 opened Jun 8, 2025 by rustbot
Tracking issue for release notes of #142053: Add new Tier-3 targets: loongarch32-unknown-none* O-loongarch Target: LoongArch (LA32R, LA32S, LA64) 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.
#142187 opened Jun 8, 2025 by rustbot 1.89.0
Tracking issue for release notes of #134442: Specify the behavior of file! 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
#142178 opened Jun 7, 2025 by rustbot
Tracking issue for release notes of #140717: Split up the unknown_or_malformed_diagnostic_attributes lint A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#142174 opened Jun 7, 2025 by rustbot
Tracking issue for release notes of #134536: Lint on fn pointers comparisons in external macros 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
#142173 opened Jun 7, 2025 by rustbot
Tracking issue for release notes of #141661: Make the dangerous_implicit_autorefs lint deny-by-default A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. L-dangerous_implicit_autorefs Lint: dangerous_implicit_autorefs 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
#142172 opened Jun 7, 2025 by rustbot 1.89.0
Tracking issue for release notes of #141435: Add (back) unsupported_calling_conventions lint to reject more invalid calling conventions 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
#142169 opened Jun 7, 2025 by rustbot 1.89.0
Tracking issue for release notes of #141610: Stabilize feature(generic_arg_infer) A-const-generics Area: const generics (parameters and arguments) F-generic_arg_infer Using `_` as a const argument: #![feature(generic_arg_infer)]` 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
#142168 opened Jun 7, 2025 by rustbot
Tracking issue for release notes of #141295: Stabilize if let guards (feature(if_let_guard)) F-if_let_guard `#![feature(if_let_guard)]` 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
#142167 opened Jun 7, 2025 by rustbot
Tracking issue for release notes of #140560: Allow #![doc(test(attr(..)))] everywhere A-attributes Area: Attributes (`#[…]`, `#![…]`) A-doctests Area: Documentation tests, run by rustdoc 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-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.
#142136 opened Jun 7, 2025 by rustbot 1.89.0
Tracking issue for release notes of #141001: Make NonZero<char> possible 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#142128 opened Jun 6, 2025 by rustbot 1.89.0
Tracking issue for release notes of #137992: Stabilise os_string_pathbuf_leak 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#142122 opened Jun 6, 2025 by rustbot 1.89.0
Tracking issue for release notes of #137268: Allow comparisons between CStr, CString, and Cow<CStr>. 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#142049 opened Jun 4, 2025 by rustbot
Tracking issue for release notes of #131719: Tracking Issue for const_eq_ignore_ascii_case 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#142048 opened Jun 4, 2025 by rustbot
Tracking issue for release notes of #140767: Stabilize sha512, sm3 and sm4 for x86 A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) 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
#141822 opened May 31, 2025 by rustbot 1.89.0
Tracking issue for release notes of #140766: Stabilize keylocker A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) 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
#141821 opened May 31, 2025 by rustbot
Tracking issue for release notes of #141072: Stabilize feature result_flattening 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#141816 opened May 31, 2025 by rustbot 1.89.0
Tracking issue for release notes of #138677: Add a new mismatched-lifetime-syntaxes lint A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. L-mismatched_lifetime_syntaxes Lint: mismatched_lifetime_syntaxes 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
#141787 opened May 30, 2025 by rustbot 1.89.0
Tracking issue for release notes of #133724: Tracking Issue for breakpoint feature (core::arch::breakpoint) 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 T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#141786 opened May 30, 2025 by rustbot
Tracking issue for release notes of #134813: Tracking Issue for keylocker_x86 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#141780 opened May 30, 2025 by rustbot
Tracking issue for release notes of #126624: Tracking Issue for sha512_sm_x86 A-SIMD Area: SIMD (Single Instruction Multiple Data) A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. 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-api Relevant to the library API team, which will review and decide on the PR/issue.
#141778 opened May 30, 2025 by rustbot
Tracking issue for release notes of #111137: Tracking Issue for AVX512 intrinsics F-stdarch_x86_avx512 `#![feature(stdarch_x86_avx512)]` O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#141629 opened May 27, 2025 by rustbot
Tracking issue for release notes of #137869: Demote i686-pc-windows-gnu to Tier 2 A-testsuite Area: The testsuite used to check the correctness of rustc 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. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#141593 opened May 26, 2025 by rustbot 1.88.0
Tracking issue for release notes of #139831: rustdoc: on mobile, make the sidebar full width and linewrap A-rustdoc-js Area: Rustdoc's JS front-end 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-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.
#141578 opened May 26, 2025 by rustbot 1.89.0
ProTip! Exclude everything labeled bug with -label:bug.