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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libtest
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-22
std: Stabilize APIs for the 1.12 release
Alex Crichton
-1
/
+0
2016-08-13
Auto merge of #35414 - jupp0r:feature/test-threads-flag, r=alexcrichton
bors
-4
/
+23
2016-08-07
save an Instant for the timeout instead of a Duration
Felix Rath
-24
/
+35
2016-08-07
Add --test-threads option to test binaries
Jupp Müller
-4
/
+23
2016-08-06
add warning timeout for tests that run >1min
Felix Rath
-1
/
+47
2016-07-12
Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`
Tobias Bucher
-2
/
+6
2016-07-03
prefer `if let` to match with `None => {}` arm in some places
Zack M. Davis
-6
/
+3
2016-05-09
rustc: Implement custom panic runtimes
Alex Crichton
-0
/
+2
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-2
/
+0
2016-04-06
avoid "==" in assert! when one of the values is a bool
Tshepang Lekhonkhobe
-1
/
+1
2016-03-31
allow RUST_BACKTRACE=0 to act as if unset
Emanuel Czirai
-3
/
+6
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-30
/
+30
2016-03-15
Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichton
bors
-16
/
+34
2016-03-15
Shorter output for `rustc --test` binaries.
Simon Sapin
-16
/
+34
2016-03-07
mk: Distribute fewer TARGET_CRATES
Alex Crichton
-4
/
+1
2016-02-29
std: Stabilize APIs for the 1.8 release
Alex Crichton
-1
/
+0
2016-02-24
Generalize from passing around a single path to the test file to passing
Niko Matsakis
-1
/
+6
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-3
/
+6
2016-02-03
Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichton
bors
-1
/
+2
2016-02-02
Fixes #31229
Dave Huseby
-8
/
+2
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-1
/
+1
2016-01-31
Add Illumos support
Nikita Baksalyar
-1
/
+2
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-19
manual fixups
Nick Cameron
-20
/
+13
2016-01-19
rustfmt libtest
Nick Cameron
-231
/
+276
2016-01-17
Rollup merge of #30959 - bluss:bench-resolution, r=Gankro
Manish Goregaokar
-2
/
+1
2016-01-16
test: Increase resolution of MB/s stat for bench runs close to 1 second
Ulrik Sverdrup
-2
/
+1
2016-01-12
HW_AVAILCPU is unavailable under openbsd
Sébastien Marie
-1
/
+18
2015-12-22
variable `CPUS_SIZE` should have a snake case name such as `cpus_size`
Sébastien Marie
-3
/
+3
2015-12-22
explicit use libc to refer to HW_NCPU
Sébastien Marie
-1
/
+1
2015-12-21
std: Remove rust_builtin C support library
Alex Crichton
-3
/
+38
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-12-20
Auto merge of #30436 - durka:patch-14, r=alexcrichton
bors
-2
/
+2
2015-12-17
libtest: change CLI usage string to be true
Alex Burka
-2
/
+2
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-29
/
+23
2015-12-03
libterm: bring across changes from term
Bryce Van Dyk
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-12
libtest: deny warnings in doctests
Kevin Butler
-1
/
+2
2015-11-09
std: Migrate to the new libc
Alex Crichton
-5
/
+26
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-0
/
+4
2015-10-24
Remove bare semicolons
Florian Hahn
-1
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-16
/
+16
2015-08-17
test: Don't panic if some tests failed
Alex Crichton
-1
/
+1
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-11
rollup merge of #27622: eefriedman/https-url
Alex Crichton
-2
/
+2
2015-08-10
Stabilize the Duration API
Steven Fackler
-2
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-08-04
syntax: Don't assume `std` exists for tests
Alex Crichton
-9
/
+10
[next]