| Age | Commit message (Expand) | Author | Lines |
| 2015-05-06 | core: fixed typos and revised comments in flt2dec. | Kang Seonghoon | -1/+1 |
| 2015-05-06 | core: tweaked flt2dec to match the casing of the older formatting code. | Kang Seonghoon | -32/+32 |
| 2015-05-06 | core: added core::num::flt2dec for floating-point formatting. | Kang Seonghoon | -0/+1676 |
| 2015-05-05 | Optimize iterator adapters. | Steven Allen | -0/+215 |
| 2015-05-03 | Auto merge of #24737 - P1start:dst-cell, r=alexcrichton | bors | -0/+24 |
| 2015-05-01 | Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturon | bors | -49/+0 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -0/+24 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -49/+0 |
| 2015-05-01 | Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichton | bors | -1/+13 |
| 2015-05-01 | iterator: Add `StepBy::size_hint` method | critiqjo | -1/+13 |
| 2015-04-28 | Unstub some tests | Tamir Duberstein | -4/+1 |
| 2015-04-28 | Tests need not be public | Tamir Duberstein | -11/+11 |
| 2015-04-28 | Remove unused variable | Tamir Duberstein | -9/+7 |
| 2015-04-29 | Auto merge of #24888 - tamird:snapshot, r=alexcrichton | bors | -3/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -3/+1 |
| 2015-04-29 | Auto merge of #24865 - bluss:range-size, r=alexcrichton | bors | -0/+6 |
| 2015-04-27 | Auto merge of #24701 - Stebalien:slice, r=alexcrichton | bors | -0/+31 |
| 2015-04-27 | core: Fix size_hint for signed integer Range<T> iterators | Ulrik Sverdrup | -0/+6 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-22 | Implement O(1) slice::Iter methods. | Steven Allen | -0/+31 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -84/+60 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -1/+2 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -14/+14 |
| 2015-04-10 | Fix for #23150 | Ben Ashford | -0/+17 |
| 2015-04-10 | Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichton | bors | -0/+31 |
| 2015-04-10 | Optimise Iterator::{max, max_by, min, min_by}. | Huon Wilson | -0/+31 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -6/+6 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -6/+6 |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -375/+1 |
| 2015-04-05 | Moved coretest::str tests into collectiontest::str | Marvin Löbel | -375/+1 |
| 2015-04-05 | Refactored core::str::pattern to become a user-facing module and hide away | Marvin Löbel | -4/+4 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -6/+6 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -8/+8 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -8/+8 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -4/+4 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -1/+1 |
| 2015-04-01 | Fallout from changes for overflow-checking during constant evaluation. | Felix S. Klock II | -1/+1 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -1/+1 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -87/+21 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -1/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -6/+3 |
| 2015-03-30 | Fix the fallout | Vadim Petrochenkov | -6/+6 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -30/+127 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+1 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+1 |
| 2015-03-27 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -3/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -137/+137 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -8/+8 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -7/+7 |