about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-10Stabilize the Duration APISteven Fackler-2/+1
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-08-04syntax: Don't assume `std` exists for testsAlex Crichton-9/+10
2015-07-27std: Remove msvc/valgrind headersAlex Crichton-8/+1
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-1/+1
2015-07-12Implement RFC 1058Simonas Kazlauskas-2/+1
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-1/+1
2015-07-02windows: Don't link rust_builtinAlex Crichton-3/+17
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-11/+10
2015-06-18Auto merge of #26340 - bluss:bench-sigfix, r=alexcrichtonbors-4/+4
2015-06-17More test fixes and fallout of stability changesAlex Crichton-5/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+2
2015-06-17collections: Split the `collections` featureAlex Crichton-1/+1
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-5/+6
2015-06-16test: Fix a bug in bench result formattingUlrik Sverdrup-4/+4
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-1/+1