about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-3/+3
2014-09-17doc: Cleanup.Jonas Hietala-3/+2
2014-09-16Fallout from renamingAaron Turon-8/+8
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-31alloc, arena, test, url, uuid: Elide lifetimes.OGINO Masanori-1/+1
2014-07-21Get rid of few warnings in testsPiotr Jawniak-1/+0
2014-07-17deprecate Vec::getNick Cameron-2/+2
2014-07-15Fix errorsAdolfo OchagavĂ­a-1/+0