rfcbot
pending proposals
T-cargo
merge:
Omit checksum verification for local git dependencies (rust-lang/cargo#11188)
epage
src-cache-not-update (by weihanglo)
merge:
fix(metadata): Stabilize id format as PackageIDSpec (rust-lang/cargo#12914)
Eh2406
Muscraft
arlosi
ehuss
joshtriplett
weihanglo
no pending concerns
merge:
Cargo and Rustup safe file discovery. (rust-lang/rfcs#3279)
no pending checkboxes
rustup-approval (by ehuss)
merge:
home does not compile on wasm (rust-lang/cargo#12297)
Muscraft
epage
joshtriplett
support (by epage)
merge:
Tracking issue for config-include (rust-lang/cargo#7723)
arlosi
ehuss
epage
joshtriplett
no pending concerns
merge:
RFC: `CARGO_TARGET_BASE_DIR`, parent of all target directories (rust-lang/rfcs#3371)
Eh2406
Muscraft
arlosi
ehuss
weihanglo
no pending concerns
merge:
cargo: prevent dashes in lib.name (rust-lang/cargo#12783)
Eh2406
Muscraft
ehuss
joshtriplett
weihanglo
no pending concerns
merge:
feat: stabilize lockfile v4 (rust-lang/cargo#12852)
Eh2406
Muscraft
ehuss
no pending concerns
T-compiler
merge:
Add a new `--build-id` flag to rustc (rust-lang/compiler-team#635)
Aaron1011
davidtwco
petrochenkov
wesleywiser
option-name (by wesleywiser)
other-existing-options (by petrochenkov)
merge:
Retire the mailing list and make all decisions on zulip (rust-lang/compiler-team#649)
no pending checkboxes
automatic-sync (by compiler-errors)
single-point-of-failure-via-stream-archival (by pnkfelix)
merge:
Support overriding `warnings` level for a specific lint via command line (rust-lang/rust#113307)
cjgillot
jackh726
matthewjasper
michaelwoerister
petrochenkov
pnkfelix
wesleywiser
nesting (by petrochenkov)
merge:
Stabilize Wasm target features that are in phase 4 and 5 (rust-lang/rust#117457)
compiler-errors
estebank
joshtriplett
pnkfelix
scottmcm
wesleywiser
no pending concerns
merge:
Update Windows platform support (rust-lang/rust#115141)
Aaron1011
estebank
pnkfelix
needs-blog-post (by petrochenkov)
merge:
Stabilize `--json=unused-externs(-silent)` (rust-lang/compiler-team#674)
estebank
jackh726
pnkfelix
wesleywiser
no pending concerns
merge:
make soft_unstable show up in future breakage reports (rust-lang/rust#116274)
estebank
pnkfelix
wesleywiser
no pending concerns
merge:
static mut: allow mutable reference to arbitrary types, not just slices and arrays (rust-lang/rust#117614)
nikomatsakis
pnkfelix
scottmcm
no pending concerns
T-lang
merge:
Stabilise inline_const (rust-lang/rust#104087)
pnkfelix
optimization-dependent-errors (by tmandry)
should-unused-code-cause-errors (by tmandry)
merge:
add float semantics RFC (rust-lang/rfcs#3514)
joshtriplett
nikomatsakis
pnkfelix
scottmcm
no pending concerns
merge:
Stabilize `anonymous_lifetime_in_impl_trait` (rust-lang/rust#107378)
nikomatsakis
pnkfelix
scottmcm
gat-consistency (by nikomatsakis)
merge:
unsafe attributes (rust-lang/rfcs#3325)
no pending checkboxes
syntax-not-ideal (by joshtriplett)
merge:
Prevent opaque types being instantiated twice with different regions within the same function (rust-lang/rust#116935)
aliemjay
joshtriplett
pnkfelix
scottmcm
spastorino
can there be a soft transition (by tmandry)
higher-ranked-lifetimes (by aliemjay)
close:
Fix `non_camel_case_types` for screaming single-words (rust-lang/rust#116389)
joshtriplett
nikomatsakis
pnkfelix
scottmcm
no pending concerns
merge:
Support async recursive calls (as long as they have indirection) (rust-lang/rust#117703)
aliemjay
jackh726
nikomatsakis
pnkfelix
scottmcm
tmandry
no pending concerns
merge:
References refer to allocated objects (rust-lang/rust#116677)
joshtriplett
nikomatsakis
pnkfelix
tmandry
no pending concerns
merge:
revert stabilization of const_intrinsic_copy (rust-lang/rust#117905)
m-ou-se
nikomatsakis
pnkfelix
scottmcm
no pending concerns
merge:
`c_unwind` full stabilization request: change in `extern "C"` behavior (rust-lang/rust#115285)
nikomatsakis
pnkfelix
tmandry
no pending concerns
merge:
Report monomorphization time errors in dead code, too (rust-lang/rust#112879)
nikomatsakis
incremental (by joshtriplett)
merge:
Stabilize Wasm target features that are in phase 4 and 5 (rust-lang/rust#117457)
compiler-errors
estebank
joshtriplett
pnkfelix
scottmcm
wesleywiser
no pending concerns
merge:
Implement `PartialOrd` and `Ord` for `Discriminant` (rust-lang/rust#106418)
no pending checkboxes
exposes-ordering (by BurntSushi)
merge:
RFC: inherent trait implementation (rust-lang/rfcs#2375)
nikomatsakis
pnkfelix
scottmcm
tmandry
decide-on-handling-for-breakage-with-new-trait-methods (by joshtriplett)
merge:
Decision: semantics of the `#[expect]` attribute (rust-lang/rust#115980)
joshtriplett
pnkfelix
scottmcm
tmandry
no pending concerns
merge:
MaybeDangling (rust-lang/rfcs#3336)
joshtriplett
nikomatsakis
pnkfelix
no pending concerns
merge:
static mut: allow mutable reference to arbitrary types, not just slices and arrays (rust-lang/rust#117614)
nikomatsakis
pnkfelix
scottmcm
no pending concerns
merge:
Stabilize Wasm relaxed SIMD (rust-lang/rust#117468)
joshtriplett
nikomatsakis
pnkfelix
scottmcm
tmandry
no pending concerns
merge:
Document that <- is a single token (rust-lang/reference#1424)
joshtriplett
nikomatsakis
pnkfelix
tmandry
no pending concerns
T-libs
merge:
Print thread ID in panic message if thread name is unknown (rust-lang/rust#115746)
Amanieu
joshtriplett
m-ou-se
the8472
no pending concerns
T-libs-api
merge:
Tracking Issue for `box_into_inner` (rust-lang/rust#80437)
dtolnay
convey the use case in documentation (by dtolnay)
merge:
Correcting Path::components on Redox (rust-lang/rust#52331)
Amanieu
BurntSushi
dtolnay
m-ou-se
yaahc
no pending concerns
merge:
Tracking Issue for `Option::get_or_insert_default` (rust-lang/rust#82901)
BurntSushi
yaahc
is this in the same category as resize_default (by dtolnay)
merge:
Tracking Issue for CharIndices::offset function (rust-lang/rust#83871)
Amanieu
joshtriplett
yaahc
bad API (by Amanieu)
merge:
revert stabilization of const_intrinsic_copy (rust-lang/rust#117905)
m-ou-se
nikomatsakis
pnkfelix
scottmcm
no pending concerns
merge:
Tracking Issue for `io_error_downcast` (rust-lang/rust#99262)
Amanieu
BurntSushi
joshtriplett
m-ou-se
box (by BurntSushi)
docs (by BurntSushi)
merge:
Tracking Issue for `#![feature(offset_of)]` (rust-lang/rust#106655)
no pending checkboxes
syntax (by BurntSushi)
merge:
Tracking issue for io_slice_advance (rust-lang/rust#62726)
BurntSushi
joshtriplett
m-ou-se
no pending concerns
merge:
Implement `PartialOrd` and `Ord` for `Discriminant` (rust-lang/rust#106418)
no pending checkboxes
exposes-ordering (by BurntSushi)
merge:
Tracking Issue for `array_methods` (rust-lang/rust#76118)
Amanieu
joshtriplett
m-ou-se
no pending concerns
merge:
Implement owned ops for `HashSet` and `BTreeSet` (rust-lang/rust#109402)
Amanieu
BurntSushi
joshtriplett
m-ou-se
no pending concerns
merge:
Generalize `{Rc,Arc}::make_mut()` to unsized types. (rust-lang/rust#116113)
Amanieu
BurntSushi
joshtriplett
m-ou-se
no pending concerns
merge:
`std::error::Error` -> Trait Implementations: lifetimes consistency improvement (rust-lang/rust#113833)
Amanieu
joshtriplett
m-ou-se
crater-run-first (by BurntSushi)
merge:
Split core's PanicInfo and std's PanicInfo (rust-lang/rust#115974)
Amanieu
BurntSushi
joshtriplett
std/core unification (by Amanieu)
merge:
Tracking Issue for `{char, u8}::is_ascii_octdigit` (rust-lang/rust#101288)
Amanieu
dtolnay
m-ou-se
does not pull its weight (by BurntSushi)
merge:
Stabilize Wasm relaxed SIMD (rust-lang/rust#117468)
joshtriplett
nikomatsakis
pnkfelix
scottmcm
tmandry
no pending concerns
merge:
Tracking Issue for `Bound::map` (rust-lang/rust#86026)
BurntSushi
joshtriplett
m-ou-se
no pending concerns
merge:
Tracking Issue for `Ready::into_inner()` (rust-lang/rust#101196)
Amanieu
joshtriplett
async wg review (by BurntSushi)
T-release
merge:
Update Windows platform support (rust-lang/rust#115141)
Aaron1011
estebank
pnkfelix
needs-blog-post (by petrochenkov)
T-rustdoc
merge:
rustdoc: "Namespace" user-written Markdown headings (rust-lang/rust#91759)
jyn514
ollie27
simplify (by jsha)
merge:
Turn `INVALID_DOC_ATTRIBUTES` lint into a hard error starting edition 2024 (rust-lang/rust#111505)
Manishearth
jsha
multi-version (by Manishearth)
merge:
[rustdoc] Allows links in headings (rust-lang/rust#117662)
aDotInTheVoid
camelid
jsha
no pending concerns
merge:
rustdoc: search for tuples and unit by type with `()` (rust-lang/rust#118194)
aDotInTheVoid
camelid
jsha
no pending concerns
merge:
Bundle local images in rustdoc output (rust-lang/rfcs#3397)
Manishearth
aDotInTheVoid
camelid
jsha
Crate size (by jsha)
merge:
rustdoc: Add support for --remap-path-prefix (rust-lang/rust#107099)
Manishearth
aDotInTheVoid
camelid
jsha
no pending concerns
merge:
rustdoc: redesign [+]/[−] controls (rust-lang/rust#113074)
aDotInTheVoid
jsha
why-not-triangle (by jsha)
merge:
Add a `default` flag for enum documentation (rust-lang/rust#115575)
Manishearth
aDotInTheVoid
camelid
jsha
usefulness (by camelid)
close:
Always display stability version even if it's the same as the containing item (rust-lang/rust#118441)
Nemo157
aDotInTheVoid
camelid
no pending concerns
T-types
merge:
Prevent opaque types being instantiated twice with different regions within the same function (rust-lang/rust#116935)
aliemjay
joshtriplett
pnkfelix
scottmcm
spastorino
can there be a soft transition (by tmandry)
higher-ranked-lifetimes (by aliemjay)
merge:
Support async recursive calls (as long as they have indirection) (rust-lang/rust#117703)
aliemjay
jackh726
nikomatsakis
pnkfelix
scottmcm
tmandry
no pending concerns