about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-04-28Tests need not be publicTamir Duberstein-11/+11
2015-04-28Remove unused variableTamir Duberstein-9/+7
2015-04-29Auto merge of #24888 - tamird:snapshot, r=alexcrichtonbors-3/+1
2015-04-28Register new snapshotsTamir Duberstein-3/+1
2015-04-29Auto merge of #24865 - bluss:range-size, r=alexcrichtonbors-0/+6
2015-04-27Auto merge of #24701 - Stebalien:slice, r=alexcrichtonbors-0/+31
2015-04-27core: Fix size_hint for signed integer Range<T> iteratorsUlrik Sverdrup-0/+6
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-22Implement O(1) slice::Iter methods.Steven Allen-0/+31
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-84/+60
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+2
2015-04-14test: Fixup many library unit testsAlex Crichton-14/+14
2015-04-10Fix for #23150Ben Ashford-0/+17
2015-04-10Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichtonbors-0/+31
2015-04-10Optimise Iterator::{max, max_by, min, min_by}.Huon Wilson-0/+31
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-6/+6
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-6/+6
2015-04-07Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichtonbors-375/+1
2015-04-05Moved coretest::str tests into collectiontest::strMarvin Löbel-375/+1
2015-04-05Refactored core::str::pattern to become a user-facing module and hide awayMarvin Löbel-4/+4
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-6/+6
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-8/+8
2015-04-02Test fixes and rebase conflicts, round 2Alex Crichton-8/+8
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-4/+4
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-1/+1
2015-04-01Fallout from changes for overflow-checking during constant evaluation.Felix S. Klock II-1/+1
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-87/+21
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-1/+1
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-6/+3
2015-03-30Fix the falloutVadim Petrochenkov-6/+6
2015-03-28Update debug helpers and add list builderSteven Fackler-30/+127
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+1
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+1
2015-03-27Test fixes and rebase conflicts, round 1Alex Crichton-3/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-137/+137
2015-03-25Add trivial cast lints.Nick Cameron-8/+8
2015-03-23rollup merge of #23503: alexcrichton/fix-ptr-docsAlex Crichton-7/+7
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+2
2015-03-23Remove auto-deref'ing Pattern impl because it conflicts with otherNiko Matsakis-2/+0
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2015-03-21std: Remove deprecated ptr functionsAlex Crichton-7/+7
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-1/+0
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
2015-03-13Deprecate range, range_step, count, distributionsAaron Turon-6/+6
2015-03-12Auto merge of #23162 - sfackler:debug-builders, r=alexcrichtonbors-0/+403
2015-03-11Switch to a specific featureSteven Fackler-0/+1
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-25/+37