rust/library/core/src/slice
bors 015c7770ec Auto merge of #142432 - matthiaskrgr:rollup-ziuls9y, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - rust-lang/rust#138016 (Added `Clone` implementation for `ChunkBy`)
 - rust-lang/rust#141162 (refactor  `AttributeGate` and `rustc_attr!` to emit notes during feature checking)
 - rust-lang/rust#141474 (Add `ParseMode::Diagnostic` and fix multiline spans in diagnostic attribute lints)
 - rust-lang/rust#141947 (Specify that "option-like" enums must be `#[repr(Rust)]` to be ABI-compatible with their non-1ZST field.)
 - rust-lang/rust#142252 (Improve clarity of `core::sync::atomic` docs about "Considerations" in regards to CAS operations)
 - rust-lang/rust#142337 (miri: add flag to suppress float non-determinism)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-06-13 05:09:09 +00:00
..
iter rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
sort Rename cfg_match! to cfg_select! 2025-05-20 21:16:23 +00:00
ascii.rs chore(doctest): Remove redundant blank lines 2025-06-12 16:29:09 +09:00
cmp.rs Extend the chaining logic to slices too 2025-04-12 22:10:17 -07:00
index.rs Remove bootstrap cfgs from library/ 2025-06-02 10:19:58 -07:00
iter.rs Rollup merge of #138016 - nwoods-cimpress:slice_chunkby_clone, r=dtolnay 2025-06-12 20:03:34 +02:00
memchr.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
mod.rs Mark core::slice::memchr as #[doc(hidden)] 2025-06-09 20:03:21 +00:00
raw.rs terminology: allocated object → allocation 2025-05-31 22:49:14 +02:00
rotate.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00