about summary refs log tree commit diff
path: root/src/libcore/benches/lib.rs
AgeCommit message (Expand)AuthorLines
2019-12-16Add benchmarks for `start_with` and `ends_with`Andrea Canciani-0/+1
2019-12-06Format libcore with rustfmt (including tests and benches)David Tolnay-1/+1
2019-04-18libcore => 2018Taiki Endo-1/+0
2019-03-18Rename src/libcore/benches/ascii_case.rs to ascii.rsSimon Sapin-1/+1
2019-03-18Add benchmarks for [u8]::make_ascii_uppercaseSimon Sapin-0/+1
2019-01-12Add fmt benchmarksShotaro Yamada-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-13core/benches: Add `char::to_digit()` benchmarksTobias Bieniek-0/+1
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-2/+0
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+0
2017-11-11Improve the performance of binary_search by reducing the number ofAlkis Evlogimenos-1/+1
2017-02-06Extract collections benchmarks to libcollections/benchesSon-0/+25