Skip to content

Issues: rust-lang/rust

Draft release notes for 1.87
#140133 opened Apr 21, 2025 by BoxyUwU
Open 3
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
Sort

Issues list

Tracking issue for release notes of #136926: Stabilize -Zdwarf-version as -Cdwarf-version A-debuginfo 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.
#139747 opened Apr 13, 2025 by rustbot 1.88.0
Tracking Issue for -Zsanitize-kcfi-arity A-control-flow-integrity 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.
#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 --output-format=doctest command-line flag A-doctests 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.
#134529 opened Dec 19, 2024 by GuillaumeGomez
2 tasks
Tracking Issue for -Zregparm A-ABI 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.
#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 Area: Crates and their interactions (like crate loading) A-rust-for-linux Relevant for the Rust-for-Linux project C-bug Category: This is a bug. E-needs-design This issue needs exploration and design to see how and if we can fix/implement it T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#131720 opened Oct 15, 2024 by tamird
rustdoc lint to flag potential intra-doc links A-intra-doc-links Area: Intra-doc links, the ability to link to items in docs by name A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. A-rust-for-linux Relevant for the Rust-for-Linux project 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.
#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 Area: Command-line interface (CLI) to the compiler A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rust-for-linux Relevant for the Rust-for-Linux project 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.
#128833 opened Aug 8, 2024 by ojeda
-Calign-loops=1 support in rustc A-CLI Area: Command-line interface (CLI) to the compiler A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rust-for-linux Relevant for the Rust-for-Linux project 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.
#128832 opened Aug 8, 2024 by ojeda
-Calign-jumps=1 support in rustc A-CLI Area: Command-line interface (CLI) to the compiler A-codegen Area: Code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rust-for-linux Relevant for the Rust-for-Linux project 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.
#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: -Zreg-struct-return support in rustc A-ABI 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.
#116973 opened Oct 20, 2023 by ojeda
1 of 7 tasks
Tracking Issue for #[repr(align(...))] on function items (fn_align) A-align 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.
#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.