| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -16/+16 |
| 2015-02-16 | Document std::num::Float with examples | mdinger | -42/+777 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -21/+21 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -21/+21 |
| 2015-02-13 | Remove `_VALUE` from the float extremes constants. | Huon Wilson | -0/+2 |
| 2015-02-11 | Auto merge of #22076 - carols10cents:exp2-calling-exp, r=huonw | bors | -2/+56 |
| 2015-02-10 | Auto merge of #21937 - alexcrichton:issue-21929, r=aturon | bors | -1/+1 |
| 2015-02-08 | Correct fns exp2 that were calling exp | Carol Nichols | -2/+56 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -2/+2 |
| 2015-02-04 | std: Add reexports for core parse errors | Alex Crichton | -1/+1 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+1 |
| 2015-01-30 | rollup merge of #21631: tbu-/isize_police | Alex Crichton | -23/+23 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -10/+10 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -23/+23 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -2/+2 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -4/+4 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -51/+51 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -9/+18 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -45/+45 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -45/+45 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -105/+129 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -2/+2 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -28/+14 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -18/+18 |
| 2015-01-07 | rollup merge of #20708: aturon/new-int-modules | Alex Crichton | -6/+56 |
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -14/+28 |
| 2015-01-07 | Add isize, usize modules, deprecate int, uint modules | Aaron Turon | -6/+56 |
| 2015-01-07 | markers -> marker | Nick Cameron | -1/+1 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+1 |
| 2015-01-06 | Apply stability attributes to std::num::Float. | Huon Wilson | -30/+56 |
| 2015-01-06 | Merge core::num::Float and std::num::FloatMath. | Huon Wilson | -30/+437 |
| 2015-01-06 | num: remove deprecated functionality. | Huon Wilson | -4/+0 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -3/+0 |
| 2015-01-05 | Merge `UnicodeChar` and `CharExt`. | Huon Wilson | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -52/+6 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -4/+4 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -3/+3 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -1/+1 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -34/+37 |
| 2015-01-02 | merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr` | Jorge Aparicio | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -8/+7 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -2/+2 |
| 2014-12-31 | std: unbox closures used in let bindings | Jorge Aparicio | -2/+2 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -34/+37 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -5/+6 |
| 2014-12-29 | Fallout from globs/re-export/shadowing change | Nick Cameron | -2/+4 |