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-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
2019-05-02
Update getopts to 0.2.18
varkor
-1
/
+1
2019-04-07
Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"
Jacob Greenfield
-40
/
+3823
2019-03-25
Moves test::black_box to core::hint
gnzlbg
-17
/
+1
2019-03-20
Move some bench tests back from libtest
gnzlbg
-0
/
+25
2019-03-19
Directly reference the roadmap upstream
gnzlbg
-18
/
+1
2019-03-19
Export stats::Summary from libtest
gnzlbg
-1
/
+4
2019-03-19
Add missing explicit imports
gnzlbg
-1
/
+6
2019-03-19
Move black_box back to rust-lang/libtest and use explicit imports
gnzlbg
-1
/
+20
2019-03-19
Add a README to libtest with a roadmap
gnzlbg
-0
/
+30
2019-03-19
Allow the staged_api
gnzlbg
-0
/
+1
2019-03-19
Use feature(test)
gnzlbg
-0
/
+1
2019-03-19
Use libtest from crates.io
gnzlbg
-1
/
+1
2019-03-19
Re-export libtest
gnzlbg
-0
/
+17
2019-03-19
Move libtest out of rust-lang/rust
gnzlbg
-3868
/
+1
2019-02-24
Simplify exclude_should_panic flag.
memoryruins
-12
/
+6
2019-02-23
Add unstable option to ignore should_panic tests.
memoryruins
-0
/
+45
2019-02-14
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Mazdak Farrokhzad
-1
/
+1
2019-02-13
Convert old doc links to current edition
Lzu Tao
-1
/
+1
2019-02-10
libs: doc comments
Alexander Regueiro
-1
/
+1
2019-02-07
Remove images' url to make it work even without internet connection
Guillaume Gomez
-6
/
+1
2019-02-04
Excute rustfmt for fixing tidy check
Hirokazu Hata
-55
/
+86
2019-02-04
Transition libtest to 2018 edition
Hirokazu Hata
-20
/
+22
2019-01-27
Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton
bors
-1
/
+0
2019-01-26
Bump bootstrap compiler to 1.33 beta
Mark Rousskov
-1
/
+0
2019-01-20
Add missing #![feature(rustc_private)] annotation
Igor Matuszewski
-1
/
+1
2019-01-14
Stabilize `cfg_target_vendor`, #29718
Jethro Beekman
-1
/
+1
2018-12-31
Bound sgx target_env with fortanix as target_vendor
Yu Ding
-2
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-60
/
+0
2018-12-11
Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton
bors
-15
/
+27
[next]