rust/library/core/src/slice
Dylan DPC 7660b2fd74
remove exclamation mark
Co-authored-by: Janusz Marcinkiewicz <virrages@gmail.com>
2022-04-07 04:44:11 +02:00
..
iter cleanup some of the less terrifying library code 2022-03-29 20:18:27 -04:00
ascii.rs Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se 2022-03-30 12:28:50 +00:00
cmp.rs make memcmp return a value of c_int_width instead of i32 2022-04-02 17:21:08 -07:00
index.rs Mention implementers of unsatisfied trait 2022-04-04 21:01:42 +00:00
iter.rs add #[must_use] to functions of slice and its iterators. 2022-03-24 15:21:03 +01:00
memchr.rs Add #[must_use] to expensive computations 2021-10-12 23:27:17 -04:00
mod.rs remove exclamation mark 2022-04-07 04:44:11 +02:00
raw.rs Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu 2022-04-03 16:04:47 +00:00
rotate.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
sort.rs mark FIXMES for all the places found that are probably offset_from 2022-03-29 20:18:28 -04:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00