| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -21/+23 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -1/+1 |
| 2014-12-21 | rollup merge of #20062: aturon/stab-2-ints | Alex Crichton | -2/+2 |
| 2014-12-21 | Remove a ton of public reexports | Corey Farwell | -19/+23 |
| 2014-12-19 | Stabilize integer modules | Aaron Turon | -2/+2 |
| 2014-12-20 | Fix fallout of removing import_shadowing in tests. | Eduard Burtescu | -6/+4 |
| 2014-12-20 | auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro | bors | -5/+26 |
| 2014-12-19 | Reform power_of_two methods for perf increase & semantic change to consider 0... | Aaron Liblong | -5/+26 |
| 2014-12-19 | libstd: use `#[deriving(Copy)]` | Jorge Aparicio | -7/+3 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -38/+38 |
| 2014-12-16 | auto merge of #19747 : alexcrichton/rust/slice-one-trait, r=brson | bors | -5/+3 |
| 2014-12-14 | std: Collapse SlicePrelude traits | Alex Crichton | -5/+3 |
| 2014-12-13 | libstd: fix unit tests | Jorge Aparicio | -11/+13 |
| 2014-12-13 | libstd: use unboxed closures | Jorge Aparicio | -2/+18 |
| 2014-12-09 | Rollback accidental documentation changes | Tobias Bucher | -29/+21 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -19/+32 |
| 2014-12-06 | libstd: remove unnecessary `to_string()` calls | Jorge Aparicio | -16/+16 |
| 2014-11-27 | Documentation fix for std::num::strconv | Barosl Lee | -41/+35 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -25/+26 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -1/+2 |
| 2014-11-18 | libs: stabilize most numerics after RFC changes | Aaron Turon | -11/+29 |
| 2014-11-18 | auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjz | bors | -3/+3 |