about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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
2014-11-12time: Deprecate the library in the distributionAlex Crichton-37/+34
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-4/+6
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-14/+12
2014-11-13Move saturating operator methods into IntBrendan Zabarauskas-1/+0
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-5/+3
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-11-02refactor libcollections as part of collection reformAlexis Beingessner-4/+4
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-2/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-15/+15
2014-10-28Update code with new lint namesAaron Turon-2/+2
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-27auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichtonbors-2/+1
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-1/+5
2014-09-24handling fallout from entry apiAlexis Beingessner-1/+5
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-2/+1
2014-09-22Update calls of deprecated functions in macros.Victor Berger-2/+2
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-3/+2