summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-02-25Result::or : avoid over-specializing the typeCody P Schafer-2/+2
2015-02-25Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichtonManish Goregaokar-0/+5
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-51/+40
2015-02-24Add missing `fn`Michał Krasnoborski-1/+1
2015-02-24Stop parsing "-" as integer, fixes #22745Michał Krasnoborski-0/+5
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+267
2015-02-20try to reduce bajillion warningsAlexis-22/+31
2015-02-20Fix tidy and rebase falloutMarvin Löbel-2/+144
2015-02-20Added a Pattern impl that delegates to the dereference of a type.Marvin Löbel-0/+10
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-3/+3
2015-02-20Added string pattern traits and basic implementantionsMarvin Löbel-0/+7
2015-02-20Added benchmarks for string pattern matching functionsMarvin Löbel-0/+107
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-3/+3
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-7/+7
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+0
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-7/+7
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-31/+31
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-14/+10
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-22/+22
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