summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2016-08-22std: Stabilize APIs for the 1.12 releaseAlex Crichton-1/+0
2016-08-13Auto merge of #35414 - jupp0r:feature/test-threads-flag, r=alexcrichtonbors-4/+23
2016-08-07save an Instant for the timeout instead of a DurationFelix Rath-24/+35
2016-08-07Add --test-threads option to test binariesJupp Müller-4/+23
2016-08-06add warning timeout for tests that run >1minFelix Rath-1/+47
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-2/+6
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-6/+3
2016-06-05run rustfmt on libtest folderSrinivas Reddy Thatiparthy-2/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+2
2016-04-12Remove unused trait importsSeo Sanghyeon-2/+0
2016-04-06avoid "==" in assert! when one of the values is a boolTshepang Lekhonkhobe-1/+1
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-3/+6
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-30/+30
2016-03-15Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichtonbors-16/+34
2016-03-15Shorter output for `rustc --test` binaries.Simon Sapin-16/+34
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-5/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-24Generalize from passing around a single path to the test file to passingNiko Matsakis-1/+6
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+14
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-3/+6
2016-02-03Auto merge of #31078 - nbaksalyar:illumos, r=alexcrichtonbors-1/+2
2016-02-02Fixes #31229Dave Huseby-8/+2
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-1/+2
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-19manual fixupsNick Cameron-20/+13
2016-01-19rustfmt libtestNick Cameron-522/+538
2016-01-17Rollup merge of #30959 - bluss:bench-resolution, r=GankroManish Goregaokar-2/+1
2016-01-16test: Increase resolution of MB/s stat for bench runs close to 1 secondUlrik Sverdrup-2/+1
2016-01-12HW_AVAILCPU is unavailable under openbsdSébastien Marie-1/+18
2015-12-22variable `CPUS_SIZE` should have a snake case name such as `cpus_size`Sébastien Marie-3/+3
2015-12-22explicit use libc to refer to HW_NCPUSébastien Marie-1/+1
2015-12-21std: Remove rust_builtin C support libraryAlex Crichton-3/+38
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-20Auto merge of #30436 - durka:patch-14, r=alexcrichtonbors-2/+2
2015-12-17libtest: change CLI usage string to be trueAlex Burka-2/+2
2015-12-17Remove unused importsJeffrey Seyfried-2/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-29/+23
2015-12-03libterm: bring across changes from termBryce Van Dyk-1/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-12libtest: deny warnings in doctestsKevin Butler-1/+2
2015-11-09std: Migrate to the new libcAlex Crichton-5/+26
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-0/+4
2015-10-24Remove bare semicolonsFlorian Hahn-1/+1
2015-09-08Reverted for-loop, it messes up type inferencellogiq-1/+2
2015-09-08fixes/improvements thanks to @ManishearthAndre Bogus-1/+0
2015-09-08some more clippy-based improvementsAndre Bogus-17/+17
2015-08-17test: Don't panic if some tests failedAlex Crichton-1/+1
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1