-
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
Tracking issue for release notes of #136926: Stabilize Area: Debugging information in compiled programs (DWARF, PDB, etc.)
A-rust-for-linux
Relevant for the Rust-for-Linux project
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.
-Zdwarf-version
as -Cdwarf-version
A-debuginfo
Tracking Issue for Area: Control Flow Integrity (CFI) security mitigation
A-rust-for-linux
Relevant for the Rust-for-Linux project
A-sanitizers
Area: Sanitizers for correctness and code quality
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
PG-exploit-mitigations
Project group: Exploit mitigations
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Zsanitize-kcfi-arity
A-control-flow-integrity
#138311
opened Mar 10, 2025 by
ojeda
1 task done
experiment with relaxing the orphan rule
A-coherence
Area: Coherence
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-discussion
Category: Discussion or questions that doesn't represent real issues.
I-lang-nominated
Nominated for discussion during a lang team meeting.
I-types-nominated
Nominated for discussion during a types team meeting.
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.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#136979
opened Feb 13, 2025 by
y86-dev
retpoline and retpoline-external-thunk flags (target modifiers) to enable retpoline-related target features
A-rust-for-linux
Relevant for the Rust-for-Linux project
F-target_modifiers
`#![feature(target_modifiers)]`
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135927
opened Jan 23, 2025 by
azhogin
Loading…
Tracking issue for rustdoc Area: Documentation tests, run by rustdoc
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--output-format=doctest
command-line flag
A-doctests
#134529
opened Dec 19, 2024 by
GuillaumeGomez
2 tasks
Tracking Issue for Area: Concerning the application binary interface (ABI)
A-CLI
Area: Command-line interface (CLI) to the compiler
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Zregparm
A-ABI
#131749
opened Oct 15, 2024 by
azhogin
1 of 7 tasks
--extern mycrate=path/to/my/crate/with/random.suffix
fails with "file name should be lib*.rlib or lib*.so"
A-crates
#131720
opened Oct 15, 2024 by
tamird
rustdoc
lint to flag potential intra-doc links
A-intra-doc-links
#131510
opened Oct 10, 2024 by
ojeda
Missed optimization/perf oddity with allocations
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#128854
opened Aug 8, 2024 by
peterwmwong
-Cstack-alignment
/-Cpreferred-stack-boundary
support in rustc
A-CLI
#128833
opened Aug 8, 2024 by
ojeda
-Calign-loops=1
support in rustc
A-CLI
#128832
opened Aug 8, 2024 by
ojeda
-Calign-jumps=1
support in rustc
A-CLI
#128831
opened Aug 8, 2024 by
ojeda
Support for pointers with asm_const
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
I-lang-nominated
Nominated for discussion during a lang team meeting.
P-low
Low priority
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#128464
opened Jul 31, 2024 by
Darksonn
Tracking issue: Area: Concerning the application binary interface (ABI)
A-CLI
Area: Command-line interface (CLI) to the compiler
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-Zreg-struct-return
support in rustc
A-ABI
#116973
opened Oct 20, 2023 by
ojeda
1 of 7 tasks
Tracking Issue for Area: alignment control (`repr(align(N))` and so on)
A-rust-for-linux
Relevant for the Rust-for-Linux project
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-fn_align
`#![feature(fn_align)]`
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.
#[repr(align(...))]
on function items (fn_align)
A-align
#82232
opened Feb 17, 2021 by
repnop
1 of 3 tasks
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.