index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
slice
/
memchr.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-3
/
+2
2024-11-27
update cfgs
Boxy
-4
/
+0
2024-11-05
add const_eval_select macro to reduce redundancy
Ralf Jung
-50
/
+48
2024-11-03
remove const-support for align_offset
Ralf Jung
-43
/
+52
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-4
/
+4
2024-09-08
remove const_slice_index annotations, it never had a feature gate anyway
Ralf Jung
-1
/
+0
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