about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-20/+22
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-12/+4
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-12/+12
2015-01-13Generalise pointer width tests using pointer_widthRicho Healey-14/+4
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-12/+12
2015-01-11powerpc: Add backend support for powerpcRicho Healey-2/+4
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-8/+8
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-4/+3
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-7/+7
2015-01-07rollup merge of #20696: reem/unsized-typeidAlex Crichton-0/+31
2015-01-07fix the `&mut _` patternsJorge Aparicio-2/+2
2015-01-08Remove the unneeded Sized bound on TypeId creationJonathan Reem-0/+31
2015-01-07use slicing sugarJorge Aparicio-5/+5
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-43/+60
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-3/+3
2015-01-06Register new snapshotsAlex Crichton-4/+2
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-22/+46
2015-01-07markers -> markerNick Cameron-4/+4
2015-01-07falloutNick Cameron-26/+25
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-22/+46
2015-01-07Replace full slice notation with index callsNick Cameron-23/+23
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-4/+4
2015-01-05More test fixes!Alex Crichton-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-9/+13
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-1/+1
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+5
2015-01-06FalloutNick Cameron-1/+1
2015-01-05coretest: remove/ignore testsJorge Aparicio-38/+8
2015-01-05Rename macro_escape to macro_useKeegan McAllister-2/+4
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-4/+5
2015-01-03Remove deprecated functionalityAlex Crichton-66/+57
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-04auto merge of #20490 : japaric/rust/assoc-types, r=aturonbors-4/+6
2015-01-03use assoc types in binop traitsJorge Aparicio-3/+3
2015-01-03Initial version of AArch64 support.Akos Kiss-3/+5
2015-01-03coretest: fix falloutJorge Aparicio-1/+3
2015-01-02rollup merge of #20386: frewsxcv/rm-reexportsAlex Crichton-0/+1
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+10
2015-01-01std: Second pass stabilization of syncAlex Crichton-3/+3
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-11/+11
2014-12-31Remove core::iter::MinMaxResult::* public reexportCorey Farwell-0/+1
2014-12-31Test fixes and rebase conflictsAlex Crichton-0/+1
2014-12-30Fallout from stabilizationAaron Turon-11/+11