| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2023-11-26 | Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs` | Maybe Waffle | -16/+2 |
| 2023-04-16 | fix tidy | Deadbeef | -0/+2 |
| 2023-04-16 | core is now compilable | Deadbeef | -1/+0 |
| 2023-04-16 | memchr hack | Deadbeef | -3/+8 |
| 2023-02-01 | Change 'from_bytes_until_nul' to const stable | Trevor Gross | -3/+12 |
| 2022-09-24 | Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-09-14 | Simplify `const` `memchr`. | Markus Reiter | -25/+23 |
| 2022-09-12 | constify `CStr` methods | Maybe Waffle | -5/+24 |
| 2022-09-04 | use `pointer::add` in memchr impl | Maybe Waffle | -2/+2 |
| 2022-04-15 | Make some `usize`-typed masks definition agnostic to the size of `usize` | Eduardo Sánchez Muñoz | -6/+2 |
| 2021-10-12 | Add #[must_use] to expensive computations | John Kugelman | -0/+2 |
| 2020-10-05 | Document unsafety in core::slice::memchr | Nanami | -2/+6 |
| 2020-09-27 | Refactor memchr to allow optimization | Dániel Buga | -16/+24 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+132 |
