about summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
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-08some more clippy-based improvementsAndre Bogus-16/+16
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
2015-06-09Auto merge of #26068 - bluss:bench-sigfigs, r=huonwbors-8/+35
2015-06-09test: Display benchmark results with thousands separatorsUlrik Sverdrup-8/+35
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-05-26Enable colored test output when capturing output of testsJohannes Oertel-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-14Auto merge of #24920 - alexcrichton:duration, r=aturonbors-6/+8
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-6/+8
2015-05-11Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnikbors-2/+2
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-1/+1
2015-05-03Update old uses of ~ in comments and debugging statementsCarol Nichols-2/+2
2015-05-02Run benchmarks once, as a test by default.Huon Wilson-14/+45
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-3/+2
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-3/+2
2015-04-21Remove references to `old_{path,io}`Tamir Duberstein-1/+0
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-7/+2