-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Hack together inline-always-overrides
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
start properly testing attributes in positions
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
Extract some shared code from codegen backend target feature handling
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#140920
opened May 11, 2025 by
RalfJung
Loading…
Make check-cfg diagnostics work in Area: Attributes (`#[…]`, `#![…]`)
F-check-cfg
--check-cfg
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#[doc(cfg(..))]
A-attributes
#140894
opened May 10, 2025 by
Urgau
Loading…
make Area: Attributes (`#[…]`, `#![…]`)
A-rustdoc-json
Area: Rustdoc JSON backend
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-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.
rustc_attr_parsing
less dominant in the rustc crate graph
A-attributes
#140874
opened May 9, 2025 by
mejrs
Loading…
Make #[used(linker)] the default on ELF too
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-linkage
Area: linking into static, shared libraries and binaries
F-used_with_arg
`#![feature(used_with_arg)]`
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.
#140872
opened May 9, 2025 by
bjorn3
Loading…
Disallow Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-documentation
Status: Waiting on approved PRs to documentation before merging
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
export_name
starting with "llvm."
A-attributes
Target features getting erased when using Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#[export_name]
with names of LLVM intrinsics
A-attributes
#140822
opened May 8, 2025 by
sayantn
Split up the Area: Attributes (`#[…]`, `#![…]`)
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-nominated
Nominated for discussion during a lang team meeting.
P-lang-drag-2
Lang team prioritization drag level 2.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
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.
unknown_or_malformed_diagnostic_attributes
lint
A-attributes
#140717
opened May 6, 2025 by
mejrs
Loading…
Split 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.
autodiff
into autodiff_forward
and autodiff_reverse
A-attributes
Filter proc-macro helper attributes at AST lowering
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140587
opened May 2, 2025 by
jdonszelmann
add test to reproduce #137687 and add a hotfix
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#140584
opened May 2, 2025 by
jdonszelmann
•
Draft
Allow Area: Attributes (`#[…]`, `#![…]`)
A-doctests
Area: Documentation tests, run by rustdoc
A-run-make
Area: port run-make Makefiles to rmake.rs
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
needs-fcp
This change is insta-stable, so needs a completed FCP to proceed.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
#![doc(test(attr(..)))]
everywhere
A-attributes
#140560
opened May 1, 2025 by
Urgau
Loading…
Simplify Area: Attributes (`#[…]`, `#![…]`)
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.
attribute_groups
A-attributes
#140539
opened May 1, 2025 by
nnethercote
Loading…
Tracking issue for release notes of #124141: Remove Area: Attributes (`#[…]`, `#![…]`)
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
Nonterminal
and TokenKind::Interpolated
(part 2)
A-attributes
WIP: Unstable impls
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Exhaustively handle parsed attributes in CheckAttr
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#140372
opened Apr 27, 2025 by
mejrs
Loading…
Consistently print attribute paths
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
#140294
opened Apr 25, 2025 by
jdonszelmann
Stabilize Area: Attributes (`#[…]`, `#![…]`)
F-fn_align
`#![feature(fn_align)]`
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
fn_align
: #[repr(align(N))]
on functions and -Zmin-function-alignment
A-attributes
#140261
opened Apr 24, 2025 by
folkertdev
Loading…
ICE: compiler/rustc_passes/src/check_attr.rs None
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-bisection
Status: a bisection has been found for this issue
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.
#140255
opened Apr 24, 2025 by
matthiaskrgr
Tracking issue for release notes of #138844: expand: Leave traces when expanding 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.
cfg
attributes
A-attributes
Tracking issue for release notes of #124141: Remove Area: Attributes (`#[…]`, `#![…]`)
A-proc-macros
Area: Procedural 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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Nonterminal
and TokenKind::Interpolated
(part 1)
A-attributes
Document that mpmc channels deliver an item to one receiver.
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
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-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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140158
opened Apr 22, 2025 by
andrew-otiv
Loading…
[DONT MERGE] externally implementable items
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#140010
opened Apr 18, 2025 by
jdonszelmann
•
Draft
ICE: Area: Attributes (`#[…]`, `#![…]`)
A-cfg
Area: `cfg` conditional compilation
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
failed to process buffered lint here (dummy = false)
A-attributes
#139825
opened Apr 14, 2025 by
matthiaskrgr
Previous Next
ProTip!
Follow long discussions with comments:>50.