about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-16/+16
2015-01-02std: Stabilize the prelude moduleAlex Crichton-7/+9
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+2
2015-01-01std: Enforce Unicode in fmt::WriterAlex Crichton-4/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-16/+16
2014-12-29std: Stabilize the prelude moduleAlex Crichton-7/+9
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-1/+1
2014-12-26Require types to opt-in SyncFlavio Percoco-0/+2
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-1/+2
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-1/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-3/+5
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-19libtest: use `#[deriving(Copy)]`Jorge Aparicio-11/+4
2014-12-18Revise std::thread API to join by defaultAaron Turon-3/+3
2014-12-18Fallout from new thread APIAaron Turon-9/+8
2014-12-18enumset falloutAlexis Beingessner-3/+3
2014-12-18s/Tree/BTreeAlexis Beingessner-2/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-19/+21
2014-12-13libtest: use unboxed closuresJorge Aparicio-8/+10
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-3/+16
2014-12-08auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichtonbors-23/+70
2014-12-06libtest: remove unnecessary `to_string()` callsJorge Aparicio-1/+1
2014-12-06libtest: remove unnecessary `as_mut_slice()` callsJorge Aparicio-1/+1
2014-12-06libtest: remove unnecessary `as_slice()` callsJorge Aparicio-4/+4
2014-12-06Change from message to expectedSteven Fackler-1/+1
2014-12-06Allow message specification for should_failSteven Fackler-23/+70
2014-12-05auto merge of #19508 : cmr/rust/rollup-2014_12_03, r=cmrbors-21/+3
2014-12-05test: expose boxplot and the extra stats test keeps track ofErick Tryzelaar-11/+70
2014-12-03libtest: get rid of dependency to ToJsonOliver Schneider-21/+3
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-2/+0
2014-11-26Test fixes and rebase conflictsAlex Crichton-3/+3
2014-11-26rollup merge of #19299: nikomatsakis/stop-indenting-test-outputAlex Crichton-3/+1
2014-11-26Remove special casing for some meta attributesSteven Fackler-2/+0
2014-11-25Stop indenting error messages. It throws off M-x next-error in emacs and seem...Niko Matsakis-3/+1
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-2/+2
2014-11-18auto merge of #18885 : thestinger/rust/writer, r=aturonbors-8/+5
2014-11-18implement Writer for Vec<u8>Daniel Micay-8/+5
2014-11-18auto merge of #19050 : japaric/rust/moar-dst, r=aturonbors-28/+28
2014-11-17libtest: DSTify `Stats`Jorge Aparicio-28/+28
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+10
2014-11-17Fix fallout from coercion removalNick Cameron-4/+4
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+1
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-1/+1
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-16/+14
2014-11-12auto merge of #18858 : alexcrichton/rust/remove-time, r=jakubbors-37/+34
2014-11-12Register new snapshotsAlex Crichton-50/+0