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
/
libstd
/
memchr.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
libstd => 2018
Taiki Endo
-2
/
+2
2019-01-13
Cosmetic improvements
Alexander Regueiro
-2
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-9
/
+0
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2017-08-24
Fix inconsistent doc headings
lukaramu
-2
/
+2
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-2
/
+2
2016-10-01
std: Move platform specific memchr code into sys
Brian Anderson
-271
/
+4
2016-08-24
memrchr: Use a conditional instead of subtracting a complicated min
Ulrik Sverdrup
-1
/
+1
2016-08-24
memrchr: Correct aligned offset computation
Ulrik Sverdrup
-1
/
+23
2016-07-03
Fix a few typos in the code
Sylvestre Ledru
-1
/
+1
2016-02-09
Minor spelling fixes
Carlos E. Garcia
-1
/
+1
2016-01-20
std: Use the fallback impl for memrchr on non-linux
Ulrik Sverdrup
-1
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-13
/
+15
2015-12-18
Use memrchr bindings provided by libc
Florian Hahn
-29
/
+15
2015-12-18
Add memchr implemenation based on rust-memchr to libstd
Florian Hahn
-0
/
+400