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
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