| Age | Commit message (Expand) | Author | Lines |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 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 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+2 |
| 2015-03-23 | Remove auto-deref'ing Pattern impl because it conflicts with other | Niko Matsakis | -2/+0 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+2 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -7/+7 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+1 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -6/+6 |
| 2015-03-12 | Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton | bors | -0/+403 |
| 2015-03-11 | Switch to a specific feature | Steven Fackler | -0/+1 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -25/+37 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -25/+37 |
| 2015-03-09 | Switch derive(Debug) to use the debug builders | Steven Fackler | -0/+10 |
| 2015-03-09 | Implement RFC 640 | Steven Fackler | -0/+392 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -8/+8 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -20/+20 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -5/+3 |