about summary refs log tree commit diff
path: root/library/core/src/slice/memchr.rs
AgeCommit message (Expand)AuthorLines
2023-11-26Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs`Maybe Waffle-16/+2
2023-04-16fix tidyDeadbeef-0/+2
2023-04-16core is now compilableDeadbeef-1/+0
2023-04-16memchr hackDeadbeef-3/+8
2023-02-01Change 'from_bytes_until_nul' to const stableTrevor Gross-3/+12
2022-09-24Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcmMatthias Krüger-2/+2
2022-09-14Simplify `const` `memchr`.Markus Reiter-25/+23
2022-09-12constify `CStr` methodsMaybe Waffle-5/+24
2022-09-04use `pointer::add` in memchr implMaybe Waffle-2/+2
2022-04-15Make some `usize`-typed masks definition agnostic to the size of `usize`Eduardo Sánchez Muñoz-6/+2
2021-10-12Add #[must_use] to expensive computationsJohn Kugelman-0/+2
2020-10-05Document unsafety in core::slice::memchrNanami-2/+6
2020-09-27Refactor memchr to allow optimizationDániel Buga-16/+24
2020-07-27mv std libs to library/mark-0/+132