rust/library/core/src/slice
Matthias Krüger 99204047c9
Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay
Stabilize `is_sorted`

Closes: https://github.com/rust-lang/rust/issues/53485.

~~Question: does~~ 8fe0c753f2/compiler/rustc_lint_defs/src/builtin.rs (L1986-L1994) ~~need a new example?~~
edit: It causes a test failure and needs to be changed anyway.

``@rustbot`` label: +T-libs-api

r? libs-api
2024-07-28 08:57:17 +02:00
..
iter Shrink some slice iterator MIR 2024-06-19 21:35:37 -07:00
sort chore: remove repeat words 2024-07-04 14:56:08 +08:00
ascii.rs Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum 2024-06-12 18:15:32 +00:00
cmp.rs Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slice 2024-03-06 10:13:05 +01:00
index.rs add new_range_api for RFC 3550 2024-07-05 16:33:58 -06:00
iter.rs Updated slice documentation 2024-07-12 18:09:44 -06:00
memchr.rs Use usize::repeat_u8 instead of implementing repeat_byte in memchr.rs 2023-11-26 12:27:56 +00:00
mod.rs Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay 2024-07-28 08:57:17 +02:00
raw.rs Rollup merge of #123374 - mgeier:doc-slice-from-raw-parts, r=scottmcm 2024-06-12 03:57:18 -07:00
rotate.rs make ptr::rotate smaller when using optimize_for_size 2024-05-29 13:51:55 +02:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00