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
/
libtest
/
stats.rs
Age
Commit message (
Expand
)
Author
Lines
2020-03-07
libtest: declare variables as floats instead of casting them (clippy::unneces...
Matthias Krüger
-8
/
+8
2019-09-29
Enhance report-time option
Igor Aleksanov
-1
/
+1
2019-08-02
libtest: Unconfigure tests during normal build
Vadim Petrochenkov
-31
/
+3
2019-06-16
Separate libtest module
chansuke
-576
/
+1
2019-04-07
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
Jacob Greenfield
-0
/
+922
2019-03-19
Move libtest out of rust-lang/rust
gnzlbg
-922
/
+0
2019-02-04
Transition libtest to 2018 edition
Hirokazu Hata
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-09-04
Introduce Custom Test Frameworks
John Renner
-1
/
+2
2018-03-21
Cargo fmt libtest
Seiichi Uchida
-9
/
+14
2018-01-26
libtest: rustfmt run
Gilad Naaman
-241
/
+263
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-9
/
+9
2017-04-04
Fix links
steveklabnik
-2
/
+4
2017-02-27
fix typo
king6cong
-2
/
+2
2017-01-02
do not run outter part of benchmarks multimple times to fix issue 20142
Craig Macomber
-1
/
+4
2016-06-05
run rustfmt on libtest folder
Srinivas Reddy Thatiparthy
-2
/
+1
2016-01-19
rustfmt libtest
Nick Cameron
-291
/
+262
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-2
/
+1
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-74
/
+73
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-4
/
+4
2015-04-14
test: Fixup many library unit tests
Alex Crichton
-3
/
+3
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+1
2015-03-15
Use new io in print and println macroses
Simonas Kazlauskas
-19
/
+0
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-12
/
+12
2015-02-22
Record default implementations in a separate step
Flavio Percoco
-0
/
+1
2015-02-18
rollup merge of #22497: nikomatsakis/suffixes
Alex Crichton
-1
/
+1
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-2
/
+2
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-9
/
+9
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-29
fix inference fallout
Jorge Aparicio
-1
/
+1
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-1
/
+1
2015-01-26
Fallout of io => old_io
Alex Crichton
-2
/
+2
2015-01-22
Remove remaining stats and boxplot code.
Ahmed Charles
-130
/
+0
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-2
/
+2
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-3
/
+3
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-1
/
+1
2015-01-06
Merge core::num::Float and std::num::FloatMath.
Huon Wilson
-4
/
+4
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20554: huonw/mut-pattern
Alex Crichton
-1
/
+2
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-05
Change `&` pat to only work with &T, and `&mut` with &mut T.
Huon Wilson
-1
/
+2
[next]