about summary refs log tree commit diff
path: root/src/libcoretest
AgeCommit message (Expand)AuthorLines
2015-05-06core: fixed typos and revised comments in flt2dec.Kang Seonghoon-1/+1
2015-05-06core: tweaked flt2dec to match the casing of the older formatting code.Kang Seonghoon-32/+32
2015-05-06core: added core::num::flt2dec for floating-point formatting.Kang Seonghoon-0/+1676
2015-05-05Optimize iterator adapters.Steven Allen-0/+215
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-0/+24
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-49/+0
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-0/+24
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-49/+0
2015-05-01Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichtonbors-1/+13
2015-05-01iterator: Add `StepBy::size_hint` methodcritiqjo-1/+13
2015-04-28Unstub some testsTamir Duberstein-4/+1
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