| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -5/+9 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -2/+2 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -4/+4 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -4/+4 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -10/+10 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -33/+9 |
| 2015-03-01 | Remove int/uint from libstd/lib.rs | Guillaume Gomez | -33/+9 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -5/+3 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -0/+11 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -3/+3 |
| 2015-02-27 | Rollup merge of #22817 - jmesmon:result-or-type, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2015-02-25 | Result::or : avoid over-specializing the type | Cody P Schafer | -2/+2 |
| 2015-02-25 | Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -51/+40 |
| 2015-02-24 | Add missing `fn` | Michał Krasnoborski | -1/+1 |
| 2015-02-24 | Stop parsing "-" as integer, fixes #22745 | Michał Krasnoborski | -0/+5 |
| 2015-02-22 | Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon | bors | -1/+267 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -22/+31 |
| 2015-02-20 | Fix tidy and rebase fallout | Marvin Löbel | -2/+144 |
| 2015-02-20 | Added a Pattern impl that delegates to the dereference of a type. | Marvin Löbel | -0/+10 |
| 2015-02-20 | Refactored code into Searcher traits with naive implementations | Marvin Löbel | -3/+3 |
| 2015-02-20 | Added string pattern traits and basic implementantions | Marvin Löbel | -0/+7 |
| 2015-02-20 | Added benchmarks for string pattern matching functions | Marvin Löbel | -0/+107 |
| 2015-02-18 | rollup merge of #22286: nikomatsakis/variance-4b | Alex Crichton | -3/+3 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -7/+7 |
| 2015-02-18 | Round 1 fixes and rebase conflicts | Alex Crichton | -2/+0 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -7/+7 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -31/+31 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -14/+10 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -22/+22 |