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
/
benches
/
ascii.rs
Age
Commit message (
Expand
)
Author
Lines
2020-07-27
mv std libs to library/
mark
-351
/
+0
2020-07-06
Remove pointless `black_box` call, add a comment about the `unaligned_` bench...
Thom Chiovoloni
-1
/
+1
2020-07-05
Add 'unrolled' is_ascii_align_to benchmark, and move is_ascii benchmarks into...
Thom Chiovoloni
-76
/
+2
2020-07-05
Benchmark the unaligned case for is_ascii, and add missing SAFETY
Thom Chiovoloni
-3
/
+21
2020-07-05
Add benchmark for slice is_ascii using align_to
Thom Chiovoloni
-1
/
+24
2020-07-05
Avoid `vec!` allocation in `is_ascii_slice_*` benches
Thom Chiovoloni
-9
/
+36
2020-07-05
Optimize is_ascii for &str and &[u8]
Thom Chiovoloni
-0
/
+8
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-12
/
+8
2019-12-06
Exclude manually arranged ascii tables from rustfmt
David Tolnay
-0
/
+2
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-06-14
Change `...` to `..=` where applicable
Aaron Kutch
-4
/
+4
2019-04-06
Tiny docs fix
Tobias Bucher
-1
/
+1
2019-03-19
ASCII uppercase: add "subtract multiplied bool" benchmark
Simon Sapin
-0
/
+12
2019-03-19
ASCII uppercase: add "subtract shifted bool" benchmark
Simon Sapin
-0
/
+12
2019-03-19
Simplify u8::to_ascii_{upp,low}ercase while keeping it fast
Simon Sapin
-1
/
+23
2019-03-19
Benchmark more possibles impls of [u8]::make_ascii_uppercase
Simon Sapin
-1
/
+83
2019-03-18
Add benchmarks for `u8::is_ascii*`
Simon Sapin
-17
/
+32
2019-03-18
Rename src/libcore/benches/ascii_case.rs to ascii.rs
Simon Sapin
-0
/
+206