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
Age
Commit message (
Expand
)
Author
Lines
2019-10-29
Rollup merge of #65898 - hermitcore:rusty-hermit, r=kennytm
Tyler Mandry
-1
/
+7
2019-10-28
removing trailing whitespaces
Stefan Lankes
-1
/
+1
2019-10-28
add basic HermitCore support within libtest
Stefan Lankes
-1
/
+7
2019-10-25
Re-enable Emscripten's exception handling support
Thomas Lively
-2
/
+2
2019-10-23
Rollup merge of #64178 - mati865:clippy, r=scottmcm
Mazdak Farrokhzad
-4
/
+4
2019-10-23
Public some types for compiletest_rs
Lzu Tao
-3
/
+4
2019-10-22
Apply clippy::needless_return suggestions
Mateusz MikuĊa
-4
/
+4
2019-10-21
Remove unneccessary use under cfg(unix)
Igor Aleksanov
-12
/
+2
2019-10-18
Add public re-exports for benches
Igor Aleksanov
-2
/
+4
2019-10-17
Improve code style
Igor Aleksanov
-21
/
+41
2019-10-17
Add more explaining comments to the code
Igor Aleksanov
-68
/
+94
2019-10-17
Split options parsing into several functions
Igor Aleksanov
-123
/
+179
2019-10-17
Make enum usage explicit and fix tests
Igor Aleksanov
-161
/
+289
2019-10-17
Extract ConsoleTestState
Igor Aleksanov
-286
/
+317
2019-10-17
Split libtest into several smaller modules
Igor Aleksanov
-1385
/
+1462
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-5
/
+16
2019-10-12
Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser
bors
-117
/
+593
2019-10-09
Follow the styling guide
Igor Aleksanov
-2
/
+10
2019-10-09
Make interface of the feature more convenient
Igor Aleksanov
-6
/
+20
2019-10-09
Resolve divergency with master
Igor Aleksanov
-26
/
+54
2019-10-05
Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...
Tyler Mandry
-13
/
+4
2019-10-04
Fix ABI, run and fix more tests, re-enable CI for PRs
Thomas Lively
-4
/
+13
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
-95
/
+501
2019-09-28
Spawn one subprocess per unit test when panic=abort
Tyler Mandry
-98
/
+291
2019-09-26
Include message on tests that should panic
Kenny Goodin
-2
/
+3
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
-48
/
+162
2019-08-27
Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg
Mazdak Farrokhzad
-39
/
+78
2019-08-23
bootstrap: Merge the libtest build step with libstd
Alex Crichton
-1
/
+15
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
/
+21
2019-08-02
libtest: Unconfigure tests during normal build
Vadim Petrochenkov
-95
/
+89
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
-34
/
+56
2019-07-11
libtest: add --show-output option
Paul Emmerich
-5
/
+22
2019-06-16
Separate libtest module
chansuke
-1031
/
+1029
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
2019-05-20
Rollup merge of #60895 - chandde:master, r=alexcrichton
Mazdak Farrokhzad
-4
/
+5
2019-05-18
fix line length
chandde
-3
/
+4
2019-05-17
optimize the arm64 OR arm32 check
chandde
-1
/
+1
2019-05-14
Update lib.rs
chandde
-3
/
+3
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-1
/
+0
2019-05-05
Update getopts to 0.2.19
varkor
-1
/
+1
[next]