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
2020-07-27
mv std libs to library/
mark
-644
/
+0
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-1
/
+0
2020-03-05
Don't always eval arguments inside .expect(), use unwrap_or_else and closure....
Matthias Krüger
-1
/
+1
2020-03-05
Const items have by default a static lifetime, there's no need to annotate it...
Matthias Krüger
-1
/
+1
2020-02-29
Make it build again
Vadim Petrochenkov
-1
/
+1
2020-02-06
Respect --nocapture in panic=abort test mode
Tyler Mandry
-9
/
+17
2020-01-17
Rollup merge of #68301 - tmandry:dont-propagate-test-invoke, r=alexcrichton
Dylan DPC
-1
/
+2
2020-01-16
Don't propagate __RUST_TEST_INVOKE to subprocess
Tyler Mandry
-1
/
+2
2020-01-16
don't clone types that are copy
Matthias Krüger
-3
/
+1
2020-01-15
remove redundant clones, found by clippy
Matthias Krüger
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-82
/
+53
2019-12-06
Use `Instant::now` lazily
varkor
-2
/
+2
2019-12-06
Rename to `then_some` and `then`
varkor
-2
/
+2
2019-12-06
Use `to_option` in various places
varkor
-10
/
+3
2019-11-15
Add --force-run-in-process unstable libtest option
Tyler Mandry
-1
/
+1
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-2
/
+2
2019-10-23
Public some types for compiletest_rs
Lzu Tao
-3
/
+4
2019-10-18
Add public re-exports for benches
Igor Aleksanov
-1
/
+2
2019-10-17
Improve code style
Igor Aleksanov
-4
/
+8
2019-10-17
Make enum usage explicit and fix tests
Igor Aleksanov
-94
/
+90
2019-10-17
Extract ConsoleTestState
Igor Aleksanov
-282
/
+6
2019-10-17
Split libtest into several smaller modules
Igor Aleksanov
-1375
/
+42
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-3
/
+3
2019-10-12
Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser
bors
-60
/
+378
2019-10-09
Follow the styling guide
Igor Aleksanov
-2
/
+10
2019-10-09
Make interface of the feature more convenient
Igor Aleksanov
-5
/
+19
2019-10-09
Resolve divergency with master
Igor Aleksanov
-25
/
+53
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-3
/
+3
2019-10-04
Fix ABI, run and fix more tests, re-enable CI for PRs
Thomas Lively
-3
/
+3
2019-10-02
Remove rustdoc warning
Guillaume Gomez
-1
/
+1
2019-09-29
libtest: encapsulate time-related logic and avoid unnecessary allocations
Igor Aleksanov
-19
/
+39
2019-09-29
Enhance report-time option
Igor Aleksanov
-38
/
+286
2019-09-28
Spawn one subprocess per unit test when panic=abort
Tyler Mandry
-90
/
+274
2019-09-26
Include message on tests that should panic
Kenny Goodin
-0
/
+1
2019-09-22
libtest: Make --report-time an unstable option
Jakob Schikowski
-1
/
+7
2019-09-21
libtest: Add --report-time flag to print test execution time
Jakob Schikowski
-24
/
+77
2019-08-27
Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg
Mazdak Farrokhzad
-6
/
+12
2019-08-21
revert num_cpus change
newpavlov
-1
/
+6
2019-08-21
fix num_cpus
Artyom Pavlov
-7
/
+2
2019-08-21
fix libtest
Artyom Pavlov
-2
/
+1
2019-08-02
Remove some more `cfg(test)`s
Vadim Petrochenkov
-22
/
+0
2019-08-02
libtest: Unconfigure tests during normal build
Vadim Petrochenkov
-59
/
+15
2019-07-31
Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`
Vadim Petrochenkov
-1
/
+1
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+0
2019-07-16
Add supporting for vxWorks
Baoshan Pang
-0
/
+6
2019-07-12
libtest: support display_output in JSON formatter
Paul Emmerich
-1
/
+1
2019-07-11
libtest: add --show-output option
Paul Emmerich
-5
/
+11
2019-06-16
Separate libtest module
chansuke
-455
/
+1
2019-05-30
Make "panic did not include expected string" message consistent
varkor
-2
/
+2
2019-05-24
Use FnOnce instead of FnBox in libtest
Simon Sapin
-4
/
+2
[next]