| Age | Commit message (Expand) | Author | Lines |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -13/+13 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+13 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -2/+26 |
| 2015-03-20 | Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnik | bors | -0/+20 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -974/+954 |
| 2015-03-17 | Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -18/+18 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+990 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -18/+18 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -17/+17 |
| 2015-03-11 | Add docs for saturating integer arithmetic. | Joseph Crail | -0/+20 |
| 2015-03-09 | Auto merge of #23219 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2015-03-08 | Register new snapshots (270a677) | Manish Goregaokar | -22/+0 |
| 2015-03-07 | indicate from_str_radix is code | FuGangqiang | -1/+1 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -0/+2 |
| 2015-03-03 | Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`. | Felix S. Klock II | -6/+22 |
| 2015-03-03 | Added `OverflowingOps` trait to core::num::wrapping. | Felix S. Klock II | -0/+147 |
| 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 |