| Age | Commit message (Expand) | Author | Lines |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -0/+156 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -55/+115 |
| 2015-03-02 | Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=Manishearth | Manish Goregaokar | -41/+0 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -41/+0 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+2 |
| 2015-02-24 | Stop parsing "-" as integer, fixes #22745 | MichaĆ Krasnoborski | -0/+1 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -4/+4 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -4/+4 |
| 2015-02-13 | Remove `_VALUE` from the float extremes constants. | Huon Wilson | -11/+37 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -4/+4 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -51/+123 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -51/+123 |
| 2015-01-30 | fix fallout | Jorge Aparicio | -2/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -10/+10 |
| 2015-01-25 | Moving away from deprecated i/u suffixes in libcore | Alfie John | -10/+10 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -59/+59 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -32/+64 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -57/+57 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -57/+57 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -148/+178 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -13/+8 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -22/+22 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -2/+6 |
| 2015-01-07 | rollup merge of #20721: japaric/snap | Alex Crichton | -2/+2 |
| 2015-01-07 | rollup merge of #20708: aturon/new-int-modules | Alex Crichton | -6/+53 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -6/+9 |
| 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 |