| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -229/+21 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1508/+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 | -0/+120 |
| 2015-04-14 | Remaining API additions for int overflow: | Felix S. Klock II | -0/+120 |
| 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-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 | -1/+1 |
| 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 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -101/+212 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -49/+51 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -1/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -49/+51 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+1 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+22 |
| 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 #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -16/+16 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+990 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -16/+16 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -17/+17 |
| 2015-03-11 | Add docs for saturating integer arithmetic. | Joseph Crail | -0/+20 |
| 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 | -5/+21 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -0/+3 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -25/+85 |
| 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 |