rust/library/alloc/src
bors 7ad4e69ad5 Auto merge of #152517 - jhpratt:rollup-fGRcId6, r=jhpratt
Rollup of 17 pull requests

Successful merges:

 - rust-lang/rust#142415 (Add note when inherent impl for a alias type defined outside of the crate)
 - rust-lang/rust#142680 (Fix passing/returning structs with the 64-bit SPARC ABI)
 - rust-lang/rust#150768 (Don't compute FnAbi for LLVM intrinsics in backends)
 - rust-lang/rust#151152 (Add FCW for derive helper attributes that will conflict with built-in attributes)
 - rust-lang/rust#151814 (layout: handle rigid aliases without params)
 - rust-lang/rust#151863 (Borrowck: simplify diagnostics for placeholders)
 - rust-lang/rust#152159 (Add note for `?Sized` params in int-ptr casts diag)
 - rust-lang/rust#152434 (Clarify names of `QueryVTable` functions for "executing" a query)
 - rust-lang/rust#152478 (Remove tm_factory field from CodegenContext)
 - rust-lang/rust#152498 (Partially revert "resolve: Update `NameBindingData::vis` in place")
 - rust-lang/rust#152316 (fix: add continue)
 - rust-lang/rust#152394 (Correctly check if a macro call is actually a macro call in rustdoc highlighter)
 - rust-lang/rust#152425 (Port #![test_runner] to the attribute parser)
 - rust-lang/rust#152481 (Use cg_ssa's produce_final_output_artifacts in cg_clif)
 - rust-lang/rust#152485 (fix issue#152482)
 - rust-lang/rust#152495 (Clean up some subdiagnostics)
 - rust-lang/rust#152502 (Implement `BinaryHeap::from_raw_vec`)
2026-02-12 06:57:59 +00:00
..
boxed Stabilize alloc_layout_extra 2026-01-11 16:39:18 +03:00
collections add BinaryHeap::from_raw_vec 2026-02-11 21:18:07 +00:00
ffi remove from impl block in std 2026-02-08 22:22:58 +01:00
raw_vec Use repeat_packed when calculating layouts in RawVec 2026-01-21 01:11:12 -08:00
vec Stabilize feature(push_mut) 2026-01-28 10:02:49 -06:00
wtf8 Stabilize char_max_len 2025-11-14 18:23:19 +03:00
alloc.rs Stabilize alloc_layout_extra 2026-01-11 16:39:18 +03:00
borrow.rs alloc: Move Cow impl to existing ones 2026-01-02 20:40:04 +01:00
boxed.rs Rollup merge of #148769 - stabilize/alloc_layout_extra, r=scottmcm 2026-01-18 03:16:44 -05:00
bstr.rs Fully test the alloc crate through alloctests 2025-03-07 19:11:13 +00:00
fmt.rs Add some clarifications and fixes for fmt syntax 2026-01-12 09:35:59 -08:00
lib.miri.rs add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
lib.rs Stabilize assert_matches 2026-02-11 14:13:44 +01:00
macros.rs Streamline the format macro. 2025-04-28 06:56:13 +10:00
rc.rs ptr_aligment_type: add more APIs 2026-01-20 17:15:50 +03:00
slice.rs Auto merge of #151337 - the8472:bail-before-memcpy2, r=Mark-Simulacrum 2026-01-25 19:45:35 +00:00
str.rs const { 'Σ'.len_utf8() } 2026-02-07 17:20:39 +03:00
string.rs remove reason = "new API" from #[unstable(...)] 2026-01-16 13:34:34 +00:00
sync.rs Stabilize atomic_try_update 2026-01-27 21:15:27 +03:00
task.rs Apply suggestion from @tisonkun 2026-01-07 09:31:59 +08:00