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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libtest
Age
Commit message (
Expand
)
Author
Lines
2017-10-05
Remove nacl from libtest
est31
-4
/
+2
2017-08-27
Platform gate libc in libtest
Tatsuyuki Ishi
-1
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+3
2017-08-20
Make sure crates not opting in to staged_api don't use staged_api
Ralf Jung
-0
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-19
/
+19
2017-07-13
Reduce the usage of features in compiletest and libtest
Oliver Schneider
-2
/
+0
2017-06-25
only show allowed failure count if there are allowed failures
Paul Woolcock
-3
/
+13
2017-06-24
fix some tests i missed
Paul Woolcock
-0
/
+13
2017-06-24
Shorten some lines so this can pass the tidy checks
Paul Woolcock
-8
/
+10
2017-06-24
add `allow_fail` test attribute
Paul Woolcock
-3
/
+20
2017-06-20
Switch to the crates.io `getopts` crate
Alex Crichton
-25
/
+26
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-1
/
+1
2017-05-11
Number of filtered out tests in tests summary
Mike Lubinets
-2
/
+13
2017-05-09
Don't show the std frames before user code on unwinding.
Yamakaky
-5
/
+21
2017-05-05
Add Options type in libtest and remove argument
Guillaume Gomez
-13
/
+32
2017-05-02
Add option to display warnings in rustdoc
Guillaume Gomez
-3
/
+46
2017-04-04
Fix links
steveklabnik
-2
/
+4
2017-02-27
fix typo
king6cong
-2
/
+2
2017-02-14
make more types public
Oliver Schneider
-1
/
+1
2017-02-14
enable tools to use test runners programmatically
Oliver Schneider
-2
/
+2
2017-02-12
Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichton
bors
-0
/
+2
2017-02-11
removed trailing whitespace
Alexander Battisti
-1
/
+1
2017-01-12
Auto merge of #38779 - Craig-Macomber:bench, r=alexcrichton
bors
-97
/
+148
2017-01-09
Fix for for setting test-threads to 0
Alexander Battisti
-0
/
+2
2017-01-02
do not run outter part of benchmarks multimple times to fix issue 20142
Craig Macomber
-97
/
+148
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-12-15
WIP: Cross-compilation for Redox target
Jeremy Soller
-0
/
+11
2016-12-14
libtest: add --list option to list tests and benchmarks
Jeremy Fitzhardinge
-20
/
+78
2016-12-05
libtest: add --exact to make filter matching exact
Jeremy Fitzhardinge
-2
/
+90
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-11-18
Warn when a #[should_panic] test has an unexpected message
Josh Driver
-13
/
+30
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-22
Add Fuchsia support
Raph Levien
-1
/
+2
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-10-06
std: Minor cleanup to libtest
Alex Crichton
-65
/
+65
2016-09-30
Change the sigs of set_print/set_panic to allow restoring the default objects
Brian Anderson
-10
/
+6
2016-09-30
Update libtest for single-threaded emscripten support
Brian Anderson
-16
/
+53
2016-09-30
Preliminary wasm32 support
Brian Anderson
-2
/
+2
2016-09-28
Auto merge of #36604 - japaric:libtest-skip, r=alexcrichton
bors
-0
/
+10
2016-09-25
Haiku: Style, TODO to FIXME
Alexander von Gluck IV
-1
/
+1
2016-09-25
Add support for the Haiku operating system on x86 and x86_64 machines
Niels Sascha Reedijk
-0
/
+6
2016-09-20
libtest: add a --skip flag to the test runner
Jorge Aparicio
-0
/
+10
2016-08-19
std: Stabilize APIs for the 1.12 release
Alex Crichton
-1
/
+0
2016-08-13
Auto merge of #35414 - jupp0r:feature/test-threads-flag, r=alexcrichton
bors
-4
/
+23
2016-08-07
save an Instant for the timeout instead of a Duration
Felix Rath
-24
/
+35
2016-08-07
Add --test-threads option to test binaries
Jupp Müller
-4
/
+23
2016-08-06
add warning timeout for tests that run >1min
Felix Rath
-1
/
+47
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-2
/
+6
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-6
/
+3
2016-06-05
run rustfmt on libtest folder
Srinivas Reddy Thatiparthy
-2
/
+1
[next]