| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -4/+50 |
| 2015-04-01 | Fix bug in `OverflowOps` impl for unsigned integers. | Felix S. Klock II | -3/+49 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | rollup merge of #23947: aturon/revise-num | Alex Crichton | -0/+20 |
| 2015-04-01 | Re-add min_value, max_value methods | Aaron Turon | -0/+20 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -21/+20 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+1 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -0/+130 |
| 2015-04-01 | Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps. | Felix S. Klock II | -0/+130 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -200/+394 |
| 2015-03-30 | Change the type of constants BYTES/BITS to usize | Vadim Petrochenkov | -4/+4 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -66/+68 |
| 2015-03-27 | rollup merge of #23780: ruud-v-a/wrapping | Alex Crichton | -1/+1 |
| 2015-03-27 | num: Derive Debug for Wrapping | Ruud van Asseldonk | -1/+1 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -13/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -66/+68 |
| 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 |