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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-14
add option to libtest to run all tests
Emerentius
-46
/
+104
2018-10-14
refactor filter_tests
Emerentius
-43
/
+23
2018-09-27
Bump to 1.31.0 and bootstrap from 1.30 beta
Josh Stone
-1
/
+1
2018-09-24
aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.
Michael Woerister
-1
/
+9
2018-09-15
Revert "Auto merge of #53527 - Emerentius:test_all, r=nrc"
Eduard-Mihai Burtescu
-119
/
+81
2018-09-15
Auto merge of #53527 - Emerentius:test_all, r=nrc
bors
-81
/
+119
2018-09-11
stabalize infer outlives requirements (RFC 2093).
toidiu
-1
/
+0
2018-09-05
rename option to run all tests and make it unstable
Emerentius
-12
/
+20
2018-09-04
Introduce Custom Test Frameworks
John Renner
-1
/
+2
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-08-24
check that adding infer-outlives requirement to all crates works
Niko Matsakis
-0
/
+1
2018-08-20
add option to run all tests
Emerentius
-46
/
+96
2018-08-20
refactor filter_tests
Emerentius
-43
/
+23
2018-08-15
Rollup merge of #52453 - srijs:fix-52436, r=TimNN
Guillaume Gomez
-1
/
+8
2018-08-11
improve diagnostics for tests with custom return values
Sam Rijs
-1
/
+8
2018-08-09
[nll] libtest: enable feature(nll) for bootstrap
memoryruins
-0
/
+1
2018-07-30
Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov
bors
-1
/
+1
2018-07-29
Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis
bors
-2
/
+1
2018-07-28
Don't format!() string literals
ljedrz
-1
/
+1
2018-07-27
Use str::repeat
Shotaro Yamada
-2
/
+1
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-12
Deny bare trait objects in librustc_target and libtest
ljedrz
-6
/
+9
2018-04-16
Add rustdoc-ui test suite
Guillaume Gomez
-1
/
+0
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-03-21
Cargo fmt libtest
Seiichi Uchida
-180
/
+145
2018-03-10
add stub for retrieving number of CPUs
Sebastian Humenda
-0
/
+6
2018-02-23
re-export `assert_test_result` for use when testing libtest itself
Niko Matsakis
-2
/
+2
2018-02-22
move Termination trait to std::process
Niko Matsakis
-1
/
+1
2018-02-22
put the "unit test" logic into libtest
Niko Matsakis
-0
/
+9
2018-02-04
libtest: Replace panics with error messages
Gilad Naaman
-4
/
+13
2018-01-26
libtest: Failing benchmarks no longer crash the harness.
Gilad Naaman
-37
/
+91
2018-01-26
libtest: Split-up formatters.rs into smaller modules
Gilad Naaman
-24
/
+22
2018-01-26
libtest: rustfmt run
Gilad Naaman
-258
/
+383
2018-01-26
libtest: Fixed pretty-printing of test names in single-threaded code.
Gilad Naaman
-9
/
+13
2018-01-26
libtest: JSON formatting is now only available in unstable builds
Gilad Naaman
-2
/
+36
2018-01-26
Added JSON output to libtest.
Gilad Naaman
-31
/
+93
2018-01-26
Refactoring needed in order to have test json output.
Gilad Naaman
-232
/
+62
2018-01-11
Make libtest build on CloudABI.
Ed Schouten
-8
/
+9
2018-01-03
Restore a FIXME that was removed by one of my previous changes.
Ed Schouten
-0
/
+1
2018-01-02
Provide a copy of stdout_isatty() on CloudABI.
Ed Schouten
-6
/
+3
2018-01-01
Move the TestPaths structure from libtest to compiletest.
Ed Schouten
-7
/
+0
2017-12-15
Replace libtest/lib.rs:FnBox with std::boxed::FnBox.
Corey Farwell
-30
/
+20
2017-12-10
Auto merge of #46620 - bjorn3:remove-test-metric, r=kennytm
bors
-62
/
+13
2017-12-10
Remove *MetricFn
bjorn3
-62
/
+13
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-31
/
+50
2017-11-06
libtest: Force a newline every 100 dots when testing in quiet mode.
kennytm
-3
/
+14
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
[next]