-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
Tracking issue for post stage 0 bootstrap sequence redesign f...
#141901
opened Jun 2, 2025 by
jieyouxu
Open
1
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
Permit attributes on Area: Attributes (`#[…]`, `#![…]`)
A-grammar
Area: The grammar of Rust
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
I-lang-nominated
Nominated for discussion during a lang team meeting.
P-lang-drag-2
Lang team prioritization drag level 2.https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang.
T-lang
Relevant to the language team
use
items
A-attributes
#141704
opened May 28, 2025 by
jhpratt
track renamed and removed library feature gates
A-diagnostics
Area: Messages for errors, warnings, and lints
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
F-staged_api
`#![feature(staged_api)]`
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.
#141617
opened May 26, 2025 by
jyn514
Lint on Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
mod foo {}
inside of foo.rs
A-lints
#141385
opened May 22, 2025 by
estebank
Allow way to get merged doctests while developing on latest when MSRV doesn't support 2024 Edition
A-doctests
Area: Documentation tests, run by rustdoc
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141240
opened May 19, 2025 by
epage
Warn user when the whole function is optimized to a Area: Code generation
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
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.
ud2
A-codegen
#141220
opened May 18, 2025 by
HKalbasi
Document builtin attributes (like Area: Attributes (`#[…]`, `#![…]`)
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
no_mangle
, repr
, ...) in the standard library docs
A-attributes
#141123
opened May 17, 2025 by
Veykril
rustdoc: toggle to show private items in rustdoc
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
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.
#141114
opened May 17, 2025 by
lolbinarycat
rustdoc: terse diagnostic on malformed intra-doc link (single instead of double colon)
A-diagnostics
Area: Messages for errors, warnings, and lints
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141095
opened May 16, 2025 by
sanbox-irl
relaxed Area: Lints (warnings about flaws in source code) such as unused_mut.
A-type-system
Area: Type system
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.
?Sized
bound getting implied by super trait warn
A-lints
#140962
opened May 13, 2025 by
lcnr
Default implementation on std::iter::Fuse should not requires Default on the inner iterator
A-iterators
Area: Iterators
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#140961
opened May 13, 2025 by
ultimaweapon
[proc-macro] Add possibility to generate a Area: Procedural macros
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Span
from a path representation
A-proc-macros
#140943
opened May 12, 2025 by
GuillaumeGomez
Lang proposal: Allow Area: Inline assembly (`asm!(…)`)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team
#[cfg(...)]
within asm!
A-inline-assembly
#140279
opened Apr 25, 2025 by
tgross35
Add support for repetition to Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-proc-macros
Area: Procedural macros
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
WG-macros
Working group: Macros
proc_macro::quote
A-macros
#140238
opened Apr 24, 2025 by
tgross35
rustdoc: split out trait implementer's notes from method docs
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
needs-rfc
This change is large or controversial enough that it should have an RFC accepted before doing it.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139855
opened Apr 15, 2025 by
llogiq
Lint on inline modules Area: Lints (warnings about flaws in source code) such as unused_mut.
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.
T-lang
Relevant to the language team
module
if there also exists a file at path ./module.rs
or ./module/mod.rs
A-lints
#139685
opened Apr 11, 2025 by
iyernaveenr
Array repeat exprs dont permit non-copy adt ctors as elements
C-bug
Category: This is a bug.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-lang
Relevant to the language team
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#139642
opened Apr 10, 2025 by
BoxyUwU
Faster Stdlib sort for short slices?
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#139133
opened Mar 30, 2025 by
leonardo-m
Using Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
F-macro_metavar_expr_concat
`#![feature(macro_metavar_expr_concat)]`
F-macro_metavar_expr
`#![feature(macro_metavar_expr)]`
T-lang
Relevant to the language team
${index()}
inside ${concat()}
fails with "expected identifier or string literal" error
A-macros
#138181
opened Mar 7, 2025 by
MonterraByte
Add a 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.
-C embed-binary=no
compiler option
C-feature-request
#137998
opened Mar 4, 2025 by
Zoxc
CI request: forbid @mentions in commit messages/descriptions
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#137990
opened Mar 4, 2025 by
orlp
rustdoc: Feature request: Also render the alignment under Area: alignment control (`repr(align(N))` and so on)
A-rustdoc-type-layout
Area: `rustdoc --show-type-layout` (nightly-only)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--show-type-layout
A-align
#137648
opened Feb 26, 2025 by
solarretrace
[windows-gnu]: allow dynamic crt use
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
#137389
opened Feb 21, 2025 by
ognevny
Add constants for staticlib to Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std::env::const
C-feature-request
#136765
opened Feb 9, 2025 by
ranger-ross
Add mpsc select
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#135437
opened Jan 13, 2025 by
Timmmm
Please lint on Area: Type inference
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-lang
Relevant to the language team
a.eq(b.into())
if a.eq(b)
would work
A-inference
#135201
opened Jan 7, 2025 by
joshtriplett
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.