Skip to content

Pull requests: rust-lang/rfcs

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
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Abstracting type limits (numeric and not only). A-traits-libstd Standard library trait related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2252 opened Dec 21, 2017 by iddm Loading…
RFC: inherent trait implementation A-attributes Proposals relating to attributes A-ergonomics A-resolve Proposals relating to name resolution. A-traits Trait system related proposals & ideas I-lang-radar Items that are on lang's radar and will need eventual work or consideration. T-lang Relevant to the language team, which will review and decide on the RFC.
#2375 opened Mar 27, 2018 by newpavlov Loading…
Simple postfix macros A-macros Macro related proposals and issues A-method-call Method call syntax related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC. T-types Relevant to the types team, which will review and decide on the RFC.
#2442 opened May 15, 2018 by joshtriplett Loading…
Conversions: FromLossy and TryFromLossy traits A-conversions Conversion related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2484 opened Jun 22, 2018 by dhardy Loading…
Add btree-range-by A-collections Proposals about collection APIs Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2553 opened Sep 28, 2018 by jneem Loading…
Binary operator traits with specializable generic implementations A-operator Operators related proposals. A-resolve Proposals relating to name resolution. A-traits-libstd Standard library trait related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2578 opened Oct 25, 2018 by mzabaluev Loading…
RFC: #[attribute]s galore A-attributes Proposals relating to attributes A-cfg Conditional compilation related proposals & ideas A-syntax Syntax related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#2602 opened Nov 26, 2018 by Centril Loading…
Amend RFC 1242 to specify what “minimal maintenance” means for r-l-deprecated crates A-governance Proposals relating to how Rust is governed. A-nursery Proposals relating to the rust-lang-nursery. Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2624 opened Jan 13, 2019 by jethrogb Loading…
New RFC: proc-macro-attribute-recursion A-macros Macro related proposals and issues A-proc-macros Proc macro related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#2628 opened Jan 23, 2019 by llogiq Loading…
Target feature runtime Libs-Tracked Libs issues that are tracked on the team's project board. T-lang Relevant to the language 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.
#2725 opened Jul 15, 2019 by gnzlbg Loading…
Stabilize volatile copy and set functions A-intrinsic Proposals relating to intrinsics. A-machine Proposals relating to Rust's abstract machine. A-raw-pointers Proposals relating to raw pointers. A-volatile Proposals related to volatile. Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2728 opened Jul 20, 2019 by dancrossnyc Loading…
RFC: TypeInfo A-error-handling Proposals relating to error handling. A-impls-libstd Standard library implementations related proposals. A-reflection Proposals relating to compile time reflection. A-traits-libstd Standard library trait related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2738 opened Aug 2, 2019 by leo60228 Loading…
Unified coroutines a.k.a. Generator resume arguments A-closures Proposals relating to closures / lambdas. A-generators Proposals relating to generators. A-traits-libstd Standard library trait related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board. T-lang Relevant to the language 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.
#2781 opened Oct 10, 2019 by semtexzv 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…
RFC: Subslice-offset - Get the offset of references into a slice. A-slice Slice related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2796 opened Oct 28, 2019 by m-ou-se Loading…
RFC: Generic parameters in derive A-derive Deriving related proposals & ideas T-lang Relevant to the language team, which will review and decide on the RFC.
#2811 opened Nov 10, 2019 by mzabaluev Loading…
Box error alias A-error-handling Proposals relating to error handling. A-type-alias Type alias related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2820 opened Nov 20, 2019 by richard-uk1 Loading…
RFC: Clarifying UnwindSafe T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2871 opened Feb 28, 2020 by Diggsey Loading…
RFC: Placement by return Libs-Tracked Libs issues that are tracked on the team's project board. T-lang Relevant to the language 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.
#2884 opened Mar 17, 2020 by PoignardAzur Loading…
RFC: Generic member access for dyn Error trait objects A-error-handling Proposals relating to error handling. Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2895 opened Apr 1, 2020 by yaahc Loading…
Unsafe statics T-lang Relevant to the language team, which will review and decide on the RFC.
#2937 opened May 29, 2020 by withoutboats Loading…
Request for creating pipes with fd other than 0,1,2 Libs-Tracked Libs issues that are tracked on the team's project board. T-libs-api Relevant to the library API team, which will review and decide on the RFC.
#2939 opened May 31, 2020 by Srinivasa314 Loading…
Portable packed SIMD vector types A-simd SIMD related proposals & ideas Libs-Tracked Libs issues that are tracked on the team's project board.
#2948 opened Jun 24, 2020 by hsivonen Loading…
Introduce '$self' macro metavar for hygienic macro items A-macros Macro related proposals and issues T-lang Relevant to the language team, which will review and decide on the RFC.
#2968 opened Aug 4, 2020 by SergioBenitez Loading…
Introduce Pointee and DynSized A-dst Proposals re. DSTs S-waiting-on-author Status: This is awaiting some action from the author. T-lang Relevant to the language 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.
#2984 opened Sep 10, 2020 by nox Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.