rfcbot (original) (raw)
pending proposals
T-bootstrap
- merge: sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets (rust-lang/rust#123617)
- no pending checkboxes
- stabilization-scope (by wesleywiser)
- merge: Add checking for unnecessary delims in closure body (rust-lang/rust#136906)
- merge: Use lld by default on `x86_64-unknown-linux-gnu` stable (rust-lang/rust#140525)
- Mark-Simulacrum Noratrieb cjgillot compiler-errors davidtwco estebank jieyouxu matthewjasper nagisa spastorino wesleywiser
- no pending concerns
T-cargo
- merge: Cargo and Rustup safe file discovery. (rust-lang/rfcs#3279)
- no pending checkboxes
- ceiling-directories (by epage) rustup-approval (by ehuss)
- merge: Tracking issue for config-include (rust-lang/cargo#7723)
- merge: Delegate `Cargo.toml` style guide to style team? (rust-lang/cargo#13313)
- merge: `recommended-bin-packages` field in `Cargo.toml` (rust-lang/rfcs#3383)
- no pending checkboxes
- schema (by epage)
- merge: RFC: Cargo feature descriptions (rust-lang/rfcs#3485)
- no pending checkboxes
- cargo-metadata (by epage) naming (by epage)
- merge: RFC: Allow packages to specify a set of supported targets (rust-lang/rfcs#3759)
- merge: Add `http.proxy-cainfo` config for proxy certs (rust-lang/cargo#15374)
T-compiler
- merge: sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets (rust-lang/rust#123617)
- no pending checkboxes
- stabilization-scope (by wesleywiser)
- merge: RFC: `--crate-attr` (rust-lang/rfcs#3791)
- Noratrieb SparrowLii compiler-errors davidtwco estebank spastorino
- no pending concerns
- merge: Warn about C-style octal literals (rust-lang/rust#131309)
- merge: Add `target_env = "macabi"` and `target_env = "sim"` (rust-lang/rust#139451)
- SparrowLii cjgillot compiler-errors davidtwco estebank nagisa spastorino
- no pending concerns
- merge: Use lld by default on `x86_64-unknown-linux-gnu` stable (rust-lang/rust#140525)
- Mark-Simulacrum Noratrieb cjgillot compiler-errors davidtwco estebank jieyouxu matthewjasper nagisa spastorino wesleywiser
- no pending concerns
T-infra
- merge: sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets (rust-lang/rust#123617)
- no pending checkboxes
- stabilization-scope (by wesleywiser)
T-lang
- merge: Declarative `macro_rules!` attribute macros (rust-lang/rfcs#3697)
- nikomatsakis pnkfelix scottmcm tmandry traviscross
- no pending concerns
- merge: Declarative `macro_rules!` derive macros (rust-lang/rfcs#3698)
- nikomatsakis pnkfelix scottmcm tmandry traviscross
- no pending concerns
- merge: Stabilize associated type position impl Trait (ATPIT) (rust-lang/rust#120700)
- merge: Stabilize `derive(CoercePointee)` (rust-lang/rust#133820)
- jackh726 oli-obk spastorino
- no pending concerns
- merge: Implement `PartialOrd` and `Ord` for `Discriminant` (rust-lang/rust#106418)
- merge: [RFC] externally implementable functions (rust-lang/rfcs#3632)
- nikomatsakis pnkfelix scottmcm tmandry
- no pending concerns
- merge: sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets (rust-lang/rust#123617)
- no pending checkboxes
- stabilization-scope (by wesleywiser)
- merge: Policy for lint expansions (rust-lang/rust#122759)
- nikomatsakis pnkfelix scottmcm
- no pending concerns
- merge: Arbitrary self types v2: stabilize (rust-lang/rust#135881)
- merge: Decide on path forward for attributes on expressions (rust-lang/rust#127436)
- merge: Decide on name for `Freeze` (rust-lang/rust#131401)
- merge: RFC: No (opsem) Magic Boxes (rust-lang/rfcs#3712)
- JakobDegen RalfJung digama0 joshtriplett nikomatsakis pnkfelix tmandry traviscross
- no pending concerns
- close: RFC: Allow type inference for const or static (rust-lang/rfcs#3546)
- merge: Specify the behavior of `file!` (rust-lang/rust#134442)
- no pending checkboxes
- tension-between-uses (by traviscross)
- merge: Warn about C-style octal literals (rust-lang/rust#131309)
- merge: Closing issues relevant to T-lang on this repo (rust-lang/rfcs#3756)
- merge: Add checking for unnecessary delims in closure body (rust-lang/rust#136906)
- merge: Remove `i128` and `u128` from `improper_ctypes_definitions` (rust-lang/rust#137306)
- merge: Unsafe derives and attributes (rust-lang/rfcs#3715)
- merge: Stabilize return type notation (RFC 3654) (rust-lang/rust#138424)
- merge: Allow while let chains on all editions (rust-lang/rust#140204)
- merge: `core:📑:NoCell` in bounds (previously known an `Freeze`) (rust-lang/rfcs#3633)
- merge: Stabilize the avx512 target features (rust-lang/rust#138940)
- no pending checkboxes
- llvm-mistake (by traviscross)
- merge: aarch64-softfloat: forbid enabling the neon target feature (rust-lang/rust#135160)
T-libs
- merge: Print thread ID in panic message (rust-lang/rust#115746)
- merge: Specialize `Iterator::eq{_by}` for `TrustedLen` iterators (rust-lang/rust#137122)
- merge: unix: Relax escaping in `Debug` impl on `Command` (rust-lang/rust#132484)
- no pending checkboxes
- ! (by joshtriplett) use-single-quotes (by joshtriplett)
- merge: stop specializing on `Copy` (rust-lang/rust#135634)
- joshtriplett m-ou-se the8472 thomcc
- no pending concerns
- merge: Ensure non-empty buffers for large vectored I/O (rust-lang/rust#138879)
- BurntSushi m-ou-se the8472 thomcc
- no pending concerns
T-libs-api
- merge: Tracking Issue for `box_into_inner` (rust-lang/rust#80437)
- merge: Implement Deref<Target=ByteStr> for CStr (rust-lang/rust#138498)
- merge: Implement `PartialOrd` and `Ord` for `Discriminant` (rust-lang/rust#106418)
- merge: Stabilise `os_string_pathbuf_leak` (rust-lang/rust#137992)
- BurntSushi joshtriplett m-ou-se
- no pending concerns
- merge: Added `Clone` implementation for `ChunkBy` (rust-lang/rust#138016)
- Amanieu BurntSushi joshtriplett
- no pending concerns
- merge: Tracking Issue for AVX512 intrinsics (rust-lang/rust#111137)
- BurntSushi joshtriplett m-ou-se
- no pending concerns
- merge: Set MSG_NOSIGNAL for UnixStream (rust-lang/rust#140005)
- Amanieu BurntSushi dtolnay m-ou-se
- no pending concerns
- merge: Tracking Issue for File lock API (rust-lang/rust#130994)
- merge: Fallback `{float}` to `f32` when `f32: From<{float}>` and add `impl From for f32` (rust-lang/rust#139087)
- merge: Tracking Issue for `lazy_get` (rust-lang/rust#129333)
- BurntSushi joshtriplett m-ou-se
- no pending concerns
- merge: Ensure non-empty buffers for large vectored I/O (rust-lang/rust#138879)
- BurntSushi m-ou-se the8472 thomcc
- no pending concerns
- merge: make std::intrinsics functions actually be intrinsics (rust-lang/rust#139916)
- BurntSushi joshtriplett m-ou-se
- no pending concerns
- merge: Tracking Issue for `const_eq_ignore_ascii_case` (rust-lang/rust#131719)
- BurntSushi dtolnay joshtriplett
- no pending concerns
- merge: Allow comparisons between `CStr`, `CString`, and `Cow`. (rust-lang/rust#137268)
- BurntSushi dtolnay joshtriplett
- no pending concerns
T-opsem
- merge: RFC: No (opsem) Magic Boxes (rust-lang/rfcs#3712)
- JakobDegen RalfJung digama0 joshtriplett nikomatsakis pnkfelix tmandry traviscross
- no pending concerns
T-rustdoc
- merge: rustdoc: "Namespace" user-written Markdown headings (rust-lang/rust#91759)
- merge: [rustdoc] Add `no-hidden-lines` codeblock attribute (rust-lang/rust#118711)
- merge: Bundle local images in rustdoc output (rust-lang/rfcs#3397)
- close: [rustdoc] Allow to link to current crate (rust-lang/rust#137935)
- GuillaumeGomez Manishearth aDotInTheVoid camelid jsha
- no pending concerns
- merge: Generating a documentation for tests (rust-lang/rust#130463)
- merge: rustdoc: Deprecate option `--test-args` in favor of new insta-stable option `--test-arg` (rust-lang/rust#139869)
- Nemo157 aDotInTheVoid camelid jsha
- no pending concerns
- merge: Allow `#![doc(test(attr(..)))]` everywhere (rust-lang/rust#140560)
T-rustdoc-frontend
- close: [rustdoc] Allow to link to current crate (rust-lang/rust#137935)
- GuillaumeGomez Manishearth aDotInTheVoid camelid jsha
- no pending concerns
- merge: sanitizers: Stabilize AddressSanitizer and LeakSanitizer for the Tier 1 targets (rust-lang/rust#123617)
- no pending checkboxes
- stabilization-scope (by wesleywiser)
- merge: Arbitrary self types v2: stabilize (rust-lang/rust#135881)
- merge: Make impl section headers sticky (rust-lang/rust#133717)
- merge: rustdoc: on mobile, make the sidebar full width and linewrap (rust-lang/rust#139831)
- merge: Add checking for unnecessary delims in closure body (rust-lang/rust#136906)
- merge: Generating a documentation for tests (rust-lang/rust#130463)
- merge: Allow `#![doc(test(attr(..)))]` everywhere (rust-lang/rust#140560)
T-style
- merge: style-guide: Note that we don't account for comments in every possible place (rust-lang/rust#121762)
- merge: Never break between empty parens (rust-lang/style-team#210)
- merge: Formatting for cfg_match (rust-lang/style-team#201)
- merge: Improvements to match formatting (rust-lang/style-team#211)
T-types
- merge: Stabilize associated type position impl Trait (ATPIT) (rust-lang/rust#120700)
- merge: Stabilize `derive(CoercePointee)` (rust-lang/rust#133820)
- jackh726 oli-obk spastorino
- no pending concerns
- merge: Arbitrary self types v2: stabilize (rust-lang/rust#135881)
- merge: Use the new solver in the `impossible_predicates` (rust-lang/rust#136988)
- BoxyUwU jackh726 nikomatsakis spastorino
- no pending concerns
- merge: Stabilize return type notation (RFC 3654) (rust-lang/rust#138424)
- merge: Remove manual WF hack (rust-lang/rust#140557)
- BoxyUwU jackh726 nikomatsakis oli-obk spastorino
- no pending concerns
- merge: Fallback `{float}` to `f32` when `f32: From<{float}>` and add `impl From for f32` (rust-lang/rust#139087)