about summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
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-3/+3
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-5/+64
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-18implement Writer for Vec<u8>Daniel Micay-5/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+10
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
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-1/+1
2014-11-12auto merge of #18858 : alexcrichton/rust/remove-time, r=jakubbors-37/+34
2014-11-12Register new snapshotsAlex Crichton-50/+0
2014-11-12time: Deprecate the library in the distributionAlex Crichton-37/+34
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-1/+0
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-1/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-23/+23
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+50
2014-10-29Rename fail! to panic!Steve Klabnik-15/+15
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-2/+1
2014-09-22Update calls of deprecated functions in macros.Victor Berger-2/+2
2014-09-16Fallout from renamingAaron Turon-7/+7
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-08-31Have std::io::TempDir::new and new_in return IoResultSimon Sapin-1/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+3
2014-08-19serialize: add json bounds checks, support for u64s, and testsErick Tryzelaar-2/+2
2014-08-19serialize: add json::{Integer,Floating} to parse large integers properlyErick Tryzelaar-2/+2
2014-07-21Get rid of few warnings in testsPiotr Jawniak-1/+0
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo OchagavĂ­a-3/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1