Skip to content

Issues: rust-lang/rfcs

Dependency Dashboard
#3570 opened Feb 12, 2024 by renovate bot
Open
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

RFC: --crate-attr disposition-merge This RFC is in PFCP or FCP with a disposition to merge it. proposed-final-comment-period Currently awaiting signoff of all team members in order to enter the final comment period. T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#3791 opened Mar 17, 2025 by jyn514 Loading…
RFC: Promote riscv64gc-unknown-linux-gnu to Tier-1 (without host tools) T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-infra Relevant to the infrastructure team, which will review and decide on the RFC. T-release Relevant to the release team, which will review and decide on the RFC.
#3707 opened Oct 3, 2024 by robin-randhawa-sifive Loading…
RFC: Allow symbol re-export in cdylib crate from linked staticlib 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 RFC. T-lang Relevant to the language team, which will review and decide on the RFC.
#3556 opened Jan 6, 2024 by aidanhs Loading…
Make code coverage measurement a requirement for Tier 2 (at least) target architectures T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#3517 opened Oct 18, 2023 by briansmith
[RFC2603] Extend <const> to include str and structural constants. disposition-merge This RFC is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this RFC. T-compiler Relevant to the compiler team, which will review and decide on the RFC. to-announce
#3161 opened Aug 10, 2021 by eddyb Loading…
Candidate Target Policy T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-lang Relevant to the language team, which will review and decide on the RFC.
#3145 opened Jun 27, 2021 by joshtriplett Loading…
Environment variable sandboxing A-env Environment variable related proposals & ideas A-sandbox Sandboxing related proposals & ideas T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#2794 opened Oct 26, 2019 by jsgf Loading…
WASI cdylib output A-linkage Proposals relating to the linking step. A-target Target related proposals & ideas T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#2703 opened May 27, 2019 by nhynes
Don't make wrong assumptions about the toolchain based on env A-target Target related proposals & ideas T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-lang Relevant to the language team, which will review and decide on the RFC.
#2695 opened Apr 30, 2019 by hvenev
Reviving tail-call elimination A-optimization Optimization related proposals & ideas A-tail-recursion Proposals relating to tail recursion. T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-lang Relevant to the language team, which will review and decide on the RFC.
#2691 opened Apr 20, 2019 by eira-fransham
Consider adding Linux targets that don't depend on libc A-libc Proposals relating to the libc crate. A-target Target related proposals & ideas T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#2610 opened Dec 9, 2018 by japaric
Allow renaming RUST_BACKTRACE to MYCRATE_BACKTRACE A-attributes Proposals relating to attributes A-debugging Debugging related proposals & ideas A-env Environment variable related proposals & ideas T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-lang Relevant to the language team, which will review and decide on the RFC.
#2599 opened Nov 24, 2018 by nvzqz
Ideal data block size from allocator T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2223 opened Nov 20, 2017 by mzabaluev
Offer attributes for controlling loop optimizations T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-lang Relevant to the language team, which will review and decide on the RFC.
#2219 opened Nov 15, 2017 by hanna-kruppe
Make mem::size_of_val and mem::align_of_val take raw pointers instead of reference T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2017 opened Jun 2, 2017 by mikeyhew
Enable the native Windows subsystem T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#1955 opened Mar 22, 2017 by yasammez
Localization of Rust error messages T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#1843 opened Jan 3, 2017 by 3442853561
Provide a -Z option to emit the linker flags alone. T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#1830 opened Dec 27, 2016 by lu-zero
Rustc should throw a helpful warning on useless "self" argument in methods. T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#1827 opened Dec 23, 2016 by iddm
Documentation: documentation of unstable things T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-doc Relevant to the documentation team, which will review and decide on the RFC.
#1819 opened Dec 14, 2016 by steveklabnik
Loadable targets via compiler plugins T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.
#1452 opened Jan 8, 2016 by mahkoh
Allow backtrace information to be optional T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.
#1417 opened Dec 18, 2015 by Earlz
Perhaps warn on a backwards Range T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.
#1297 opened Sep 26, 2015 by UserAB1236872
Allow trait implementations to be feature gated T-compiler Relevant to the compiler team, which will review and decide on the RFC.
#1223 opened Jul 24, 2015 by Gankra
Profile Guided Optimization (PGO) and LLVM Superoptimizer T-compiler Relevant to the compiler team, which will review and decide on the RFC. T-dev-tools Relevant to the development tools team, which will review and decide on the RFC.
#1220 opened Jul 21, 2015 by 6D65
ProTip! Exclude everything labeled bug with -label:bug.