about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-50/+50
2015-01-30std: Stabilize FromStr and parseAlex Crichton-50/+50
2015-01-30remove Copy impls from iteratorsJorge Aparicio-25/+25
2015-01-30Remove all `i` suffixesTobias Bucher-195/+195
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-2/+2
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-16/+16
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-10/+10
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-2/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-2/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-91/+148
2015-01-24Auto merge of #21537 - tbu-:pr_coretest_fmt, r=alexcrichtonbors-70/+72
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+0
2015-01-23Auto merge of #21453 - Stebalien:exactsize, r=alexcrichtonbors-4/+57
2015-01-23Clean up `isize`, `usize`. Don't bench allocation but formatting.Tobias Bucher-70/+72
2015-01-21Minor fixesBrian Anderson-1/+0
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add test cases for ExactSizeIterator implsSteven Allen-4/+57
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-20/+22
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-20/+22
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
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