about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
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
2014-12-17rollup merge of #19885: alexcrichton/char-escapeAlex Crichton-22/+19
2014-12-16std: Change escape_unicode to use new escapesAlex Crichton-22/+19
2014-12-16Tuple test no longer needed. Is already in run-pass testsmdinger-26/+0
2014-12-15Move hash module from collections to coreSteven Fackler-1/+386
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-20/+22
2014-12-13libcoretest: fix unit testsJorge Aparicio-20/+22
2014-12-13libcoretest: use tuple indexingJorge Aparicio-1/+1
2014-12-13libcoretest: fix falloutJorge Aparicio-1/+1
2014-12-13libcoretest: fix fallout in unit testsJorge Aparicio-6/+7
2014-12-13libcoretest: fix falloutJorge Aparicio-1/+1
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-139/+139
2014-12-06libcoretest: remove unnecessary `as_slice()` callsJorge Aparicio-139/+139
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-12-03Fix falloutJorge Aparicio-1/+1
2014-11-26Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-25auto merge of #18966 : huonw/rust/iter2slice, r=aturonbors-0/+49
2014-11-25Add methods to go from a slice iterators to a slice.Huon Wilson-0/+49