| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -237/+173 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1691/+103 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-17 | side-step potentially panic'ing negate in `fn abs`. | Felix S. Klock II | -1/+5 |
| 2015-04-17 | Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichton | bors | -1/+156 |
| 2015-04-14 | Fix bug in `wrapping_div` | Felix S. Klock II | -1/+1 |
| 2015-04-14 | Remaining API additions for int overflow: | Felix S. Klock II | -0/+155 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -43/+43 |
| 2015-04-12 | mod.rs documentary fix | Igor Strebezhev | -2/+2 |
| 2015-04-11 | Rollup merge of #24298 - White-Oak:master, r=alexcrichton | Manish Goregaokar | -11/+8 |
| 2015-04-11 | Rollup merge of #24291 - xamgore:patch-1, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-04-11 | Rollup merge of #24274 - steveklabnik:fix_pow_docs, r=nikomatsakis | Manish Goregaokar | -4/+3 |
| 2015-04-10 | mod.rs docs fix - for floats | Oak | -5/+4 |
| 2015-04-10 | mod.rs docs fix | Oak | -6/+4 |
| 2015-04-10 | Fix mistake in documentation | Igor Strebezhev | -6/+6 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -0/+1 |
| 2015-04-10 | Fix pow docs to not use Int | Steve Klabnik | -4/+3 |
| 2015-04-07 | std: Hide facade extension traits in docs | Alex Crichton | -0/+1 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -0/+14 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -4/+4 |
| 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 |