| Age | Commit message (Expand) | Author | Lines |
| 2015-01-07 | Add isize, usize modules, deprecate int, uint modules | Aaron Turon | -6/+53 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -2/+2 |
| 2015-01-07 | markers -> marker | Nick Cameron | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -2/+2 |
| 2015-01-06 | Apply stability attributes to core::num::{Int, SignedInt, UnsignedInt}. | Huon Wilson | -11/+40 |
| 2015-01-06 | Unstabilise f32/f64 constants that are int/uint. | Huon Wilson | -14/+13 |
| 2015-01-06 | Reword unstability message for core::num::Float. | Huon Wilson | -1/+1 |
| 2015-01-06 | Deprecate the constant-returning functions in Float. | Huon Wilson | -3/+33 |
| 2015-01-06 | num: remove deprecated functionality. | Huon Wilson | -12/+12 |
| 2015-01-05 | Revert "Remove i suffix in docs" | Alex Crichton | -1/+1 |
| 2015-01-05 | rollup merge of #20482: kmcallister/macro-reform | Alex Crichton | -3/+0 |
| 2015-01-05 | Remove i suffix in docs | Steve Klabnik | -1/+1 |
| 2015-01-05 | Stop using macro_escape as an inner attribute | Keegan McAllister | -3/+0 |
| 2015-01-05 | Rename `core::char::Char` to `CharExt` to match prelude guidelines. | Huon Wilson | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -357/+4 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | use assoc types in unop traits | Jorge Aparicio | -4/+4 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -23/+23 |
| 2015-01-02 | Fix fallout from change, adding explicit `Sized` annotations where necessary. | Niko Matsakis | -1/+1 |
| 2014-12-23 | Rename and namespace `FPCategory` | Tobias Bucher | -26/+26 |
| 2014-12-21 | std: Stabilize the std::str module | Alex Crichton | -1/+1 |
| 2014-12-19 | Stabilize integer modules | Aaron Turon | -10/+6 |
| 2014-12-20 | auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankro | bors | -16/+11 |
| 2014-12-19 | Reform power_of_two methods for perf increase & semantic change to consider 0... | Aaron Liblong | -16/+11 |
| 2014-12-19 | libcore: use `#[deriving(Copy)]` | Jorge Aparicio | -3/+1 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -155/+158 |
| 2014-12-13 | libcore: fix move semantics fallout | Jorge Aparicio | -2/+2 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -0/+2 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -1/+2 |
| 2014-12-02 | Improve documentation of checked_* functions | Victor van den Elzen | -4/+4 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-18 | Fallout from deprecation | Aaron Turon | -4/+4 |
| 2014-11-18 | libs: stabilize most numerics after RFC changes | Aaron Turon | -23/+93 |
| 2014-11-18 | auto merge of #19031 : nodakai/rust/libcore-pow-and-sq, r=bjz | bors | -21/+26 |
| 2014-11-18 | libcore: add num::Int::pow() and deprecate num::pow(). | NODA, Kai | -21/+26 |
| 2014-11-18 | rollup merge of #19015: alex/libcore-typos | Jakub Bukaj | -2/+2 |
| 2014-11-18 | rollup merge of #18911: canndrew/slice_shift_char | Jakub Bukaj | -11/+11 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -11/+11 |
| 2014-11-16 | Fixed a few typos in libcore | Alex Gaynor | -2/+2 |
| 2014-11-16 | Remove core::num::strconv | Brendan Zabarauskas | -411/+282 |
| 2014-11-16 | Move FromStr to core::str | Brendan Zabarauskas | -2/+432 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -116/+146 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+26 |
| 2014-11-13 | Clean up core::num doc comments | Brendan Zabarauskas | -50/+45 |
| 2014-11-13 | Deprecate signum wrapper and clean up signed impls | Brendan Zabarauskas | -38/+42 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -46/+60 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -121/+111 |
| 2014-11-13 | Deprecate Bounded trait | Brendan Zabarauskas | -57/+86 |