rust/library
Matthias Krüger 8ceb4e49ff
Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubilee
Stabilize const_cstr_from_ptr (CStr::from_ptr, CStr::count_bytes)

Completed the pair of FCPs https://github.com/rust-lang/rust/issues/113219#issuecomment-2016939401 + https://github.com/rust-lang/rust/issues/114441#issuecomment-2016942566.

`CStr::from_ptr` is covered by just the first FCP on its own. `CStr::count_bytes` requires the approval of both FCPs. The second paragraph of the first link and the last paragraph of the second link explain the relationship between the two FCPs. As both have been approved, we can proceed with stabilizing `const` on both of these already-stable functions.
2024-07-12 14:37:58 +02:00
..
alloc Rollup merge of #124980 - zachs18:rc-allocator, r=Amanieu 2024-07-12 14:37:56 +02:00
backtrace@72265bea21
core Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubilee 2024-07-12 14:37:58 +02:00
panic_abort
panic_unwind Use the native unwind function in miri where possible 2024-07-01 18:02:40 +00:00
portable-simd
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee 2024-07-12 14:37:58 +02:00
stdarch@df3618d9f3
sysroot
test
unwind