about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-3/+2
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-3/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-6/+6
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-2/+2
2014-06-30Fix issues in libtestAdolfo Ochagavía-1/+1
2014-06-28librustc: Match trait self types exactly.Patrick Walton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-12/+12
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Fallout from TaskBuilder changesAaron Turon-5/+4
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-8/+8
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-1/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-12/+1
2014-06-09Add a --color flag to test binariesSteven Fackler-4/+31
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo Ochagavía-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-5/+4
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-3/+3
2014-05-31libtest: Only colorize output if stdout is a ttyBen Noordhuis-1/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-8/+8
2014-05-28std: Remove format_strbuf!()Alex Crichton-7/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-63/+63
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-26std: Remove String::from_owned_str as it's redundantRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-17/+17