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-12-31
Bound sgx target_env with fortanix as target_vendor
Yu Ding
-2
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-11
Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton
bors
-15
/
+27
2018-12-11
use an enum instead of bool
Ralf Jung
-12
/
+17
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-4
/
+4
2018-12-07
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
Jethro Beekman
-4
/
+6
2018-11-27
fix libtest test suite
Ralf Jung
-6
/
+6
2018-11-27
Do not spawn a thread if we do not use concurrency
Ralf Jung
-5
/
+8
2018-11-27
use deterministic HashMap in libtest
Ralf Jung
-4
/
+8
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
[next]