summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-30Add hypothetical support for ranges with only an upper boundNick Cameron-0/+6
2014-12-28libcoretest: Add tests for NonZero.Luqman Aden-0/+101
2014-12-24Review changesNick Cameron-0/+6
2014-12-24Add structs for ranges to core::ops.Nick Cameron-0/+27
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+2
2014-12-18Revise std::thread API to join by defaultAaron Turon-3/+3
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-24/+24
2014-12-17rollup merge of #19911: mdinger/tuple_tests2Alex Crichton-26/+0