about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-14/+10
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-1/+1
2015-02-18Rewrite `Unique<T>` so that it is covariant in T, implies `NonZero` and owner...Niko Matsakis-2/+2
2015-02-18Convert required suffixes into a use of `as`.Niko Matsakis-31/+31
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-21/+21
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-12Auto merge of #21895 - alfie:libcoretest, r=pnkfelixbors-112/+112
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-1/+1
2015-02-10Deprecating i/u suffixes in libcoretestAlfie John-112/+112
2015-02-10rollup merge of #22142: Kimundi/unsized_uniqueAlex Crichton-0/+9
2015-02-10Made the `ptr::Unique` type accept unsized types, to allow for use casesMarvin Löbel-0/+9
2015-02-08Fix std::ops::Range size_hint and ExactSizeIterator implsUlrik Sverdrup-0/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-6/+6
2015-02-04remove all kind annotations from closuresJorge Aparicio-8/+9
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-02rollup merge of #21854: alexcrichton/try-borrowAlex Crichton-0/+4
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-7/+7
2015-02-01std: Deprecate RefCell::{try_borrow, try_borrow_mut}Alex Crichton-0/+4
2015-01-31Kill more `isize`sTobias Bucher-7/+7
2015-01-30Test fixes and rebase conflictsAlex Crichton-13/+13
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-195/+195
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