about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
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
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-25/+37
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-0/+10
2015-03-09Implement RFC 640Steven Fackler-0/+392
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-8/+8
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-20/+20
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-5/+3