about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2015-01-06More test fixesAlex Crichton-5/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-2/+2
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-5/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-11/+15
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-11/+15
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-5/+5
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+1
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-1/+1
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+2
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-1/+1
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-1/+2
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-3/+5
2015-01-04auto merge of #20393 : japaric/rust/impl-any, r=aturonbors-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2015-01-03remove `Any[Mut]RefExt` traits in favor of `impl Any`Jorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-14/+14
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03test: fix falloutJorge Aparicio-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+2
2015-01-02rollup merge of #20377: alexcrichton/issue-20352Alex Crichton-4/+3
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