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
Age
Commit message (
Expand
)
Author
Lines
2020-04-06
Use assoc float consts in libcore
Linus Färnstrand
-2
/
+0
2020-04-05
Stop importing int/float modules in libcore
Linus Färnstrand
-2
/
+0
2019-12-22
Format the world
Mark Rousskov
-1
/
+0
2019-12-16
Add benchmarks for `start_with` and `ends_with`
Andrea Canciani
-0
/
+44
2019-12-06
Format libcore with rustfmt (including tests and benches)
David Tolnay
-103
/
+87
2019-12-06
Exclude manually arranged ascii tables from rustfmt
David Tolnay
-0
/
+2
2019-11-23
make `./x.py bench` again
Mazdak Farrokhzad
-2
/
+2
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-08-06
Improve `ptr_rotate` performance, tests, and benchmarks
Aaron Kutch
-0
/
+26
2019-06-14
Change `...` to `..=` where applicable
Aaron Kutch
-4
/
+4
2019-04-18
libcore => 2018
Taiki Endo
-1
/
+0
2019-04-06
Tiny docs fix
Tobias Bucher
-1
/
+1
2019-04-02
Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcm
Mazdak Farrokhzad
-0
/
+10
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
-1
/
+7
2019-03-18
Tidy
Simon Sapin
-2
/
+4
2019-03-18
Add benchmark for not-quite-correct “fake SIMD” make_ascii_uppercase
Simon Sapin
-0
/
+46
2019-03-18
Make u8::to_ascii_lowercase and to_ascii_uppercase branchless
Simon Sapin
-21
/
+1
2019-03-18
Add benchmarks for [u8]::make_ascii_uppercase
Simon Sapin
-0
/
+173
2019-03-17
Add iter::{bench_partial_cmp, bench_lt} benchmarks
Tim Vermeulen
-0
/
+10
2019-03-12
Fix the bench_max and bench_max_by_key benchmarks
Tim Vermeulen
-2
/
+2
2019-02-27
Add trailing newline
Tim Vermeulen
-1
/
+1
2019-02-27
Improve existing benchmarks to prevent extreme optimizations
Tim Vermeulen
-2
/
+2
2019-02-27
Add relevant benchmarks
Tim Vermeulen
-0
/
+28
2019-01-12
Add fmt benchmarks
Shotaro Yamada
-0
/
+111
2018-12-25
Remove licenses
Mark Rousskov
-140
/
+0
2018-12-09
Override Cycle::try_fold
Shotaro Yamada
-0
/
+6
2018-11-21
core/benches/num: Add `from_str/from_str_radix()` benchmarks
Tobias Bieniek
-0
/
+105
2018-11-13
core/benches: Add `char::to_digit()` benchmarks
Tobias Bieniek
-0
/
+54
2018-08-29
bench: libcore: fix build failure of any.rs benchmark (use "dyn Any")
Matthias Krüger
-1
/
+1
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-2
/
+0
2018-03-20
Stabilize slice patterns without `..`
Vadim Petrochenkov
-1
/
+0
2018-03-01
Specialize Zip::nth for TrustedRandomAccess
Scott McMurray
-0
/
+29
2017-11-17
Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay
bors
-0
/
+6
2017-11-11
Improve the performance of binary_search by reducing the number of
Alkis Evlogimenos
-1
/
+68
2017-10-29
Fundamental internal iteration with try_fold
Scott McMurray
-0
/
+6
2017-10-04
seperate and move miscellaneous benchmarks to librustc
Niv Kaminer
-69
/
+0
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-1
/
+0
2017-09-25
Add more custom folding to `core::iter` adaptors
Josh Stone
-30
/
+121
2017-09-14
Customize `<FlatMap as Iterator>::fold`
Josh Stone
-0
/
+38
2017-06-21
Use `fold` to implement `Iterator::for_each`
Josh Stone
-0
/
+47
2017-04-28
num: add minimal benchmarks for full floating-point formatting
Nathan Froyd
-0
/
+24
2017-02-06
Extract collections benchmarks to libcollections/benches
Son
-0
/
+661