about summary refs log tree commit diff
path: root/library/core/src/slice/memchr.rs
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-3/+2
2024-11-27update cfgsBoxy-4/+0
2024-11-05add const_eval_select macro to reduce redundancyRalf Jung-50/+48
2024-11-03remove const-support for align_offsetRalf Jung-43/+52
2024-10-25Re-do recursive const stability checksRalf Jung-4/+4
2024-09-08remove const_slice_index annotations, it never had a feature gate anywayRalf Jung-1/+0
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