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
/
src
/
libcore
/
slice
/
memchr.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-132
/
+0
2020-04-20
Stop accessing module level int consts via crate::<Ty>
Linus Färnstrand
-1
/
+1
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-04-18
libcore => 2018
Taiki Endo
-3
/
+3
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-01-13
Cosmetic improvements
Alexander Regueiro
-15
/
+14
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-2
/
+2
2018-07-30
fix memrchr in miri
Ralf Jung
-10
/
+16
2018-07-27
use slice::align_to
Ralf Jung
-26
/
+7
2018-07-26
make memrchr use align_offset
Ralf Jung
-1
/
+17
2018-05-06
Move the tests in src/libcore/slice/memchr.rs as well.
kennytm
-82
/
+0
2018-05-02
nano-optimization for memchr::repeat_byte
Andre Bogus
-13
/
+2
2018-01-01
memchr: fix variable name in docstrings
Hoàng Đức Hiếu
-2
/
+2
2017-12-13
Support 16 bit platforms
Manish Goregaokar
-0
/
+6
2017-12-13
Move rust memchr impl to libcore
Manish Goregaokar
-0
/
+224