| Age | Commit message (Expand) | Author | Lines |
| 2016-07-28 | Add non-panicking abs() functions to all signed integer types. | Jethro Beekman | -0/+84 |
| 2016-07-15 | Improve float number example | Guillaume Gomez | -1/+1 |
| 2016-07-13 | Add examples for FpCategory | ggomez | -5/+24 |
| 2016-07-08 | Improve primitive integers documentation | Guillaume Gomez | -0/+32 |
| 2016-07-06 | Rollup merge of #34277 - ollie27:docs_num, r=steveklabnik | Steve Klabnik | -1/+0 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -11/+37 |
| 2016-06-14 | Add/improve num const docs | Oliver Middleton | -1/+0 |
| 2016-06-09 | Implement Binary, Octal, LowerHex and UpperHex for Wrapping<T> | Oliver Middleton | -0/+28 |
| 2016-06-05 | core: mark relevant functions with #[rustc_inherit_overflow_checks]. | Eduard Burtescu | -3/+3 |
| 2016-05-19 | Support 16-bit pointers as well as i/usize | Jake Goulding | -0/+21 |
| 2016-05-08 | Rollup merge of #33426 - sfackler:try-from, r=aturon | Manish Goregaokar | -1/+94 |
| 2016-05-07 | Implement RFC 1542 | Steven Fackler | -1/+94 |
| 2016-05-05 | Add an example to Wrapping's documentation. | Philipp Matthias Schaefer | -0/+11 |
| 2016-04-17 | Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichton | Manish Goregaokar | -1/+15 |
| 2016-04-16 | Implement `Display` and `Hash` for `std::num::Wrapping` | Tobias Bucher | -1/+15 |
| 2016-04-12 | Remove unused trait imports | Seo Sanghyeon | -1/+1 |
| 2016-04-10 | Match signed/unsigned integer type docs | jethrogb | -41/+53 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -3/+3 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+3 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -1/+1 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -1/+1 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -3/+3 |
| 2016-02-14 | Fix signed int checked_neg docs | Oliver Middleton | -1/+1 |
| 2016-02-10 | Note rotate_{left,right} in wrapping_sh{lr} docs | Thomas Winwood | -0/+14 |
| 2016-02-09 | Some docs for std::num | Steve Klabnik | -1/+12 |
| 2016-01-19 | fix the docs and simplify the implementation of unsigned wrapping ops | Oliver Schneider | -50/+43 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -77/+45 |
| 2016-01-11 | std: Move overflowing ops to inherent methods | Alex Crichton | -14/+658 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -161/+0 |
| 2015-12-13 | fix copy-paste typo in docs for wrapping_shr | Zach Reizner | -2/+2 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -6/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+36 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+13 |
| 2015-11-16 | Make `min_value()` and `max_value()` const functions | Andrea Canciani | -5/+5 |
| 2015-11-10 | Add examples to methods on integer types | Toby Scrace | -31/+342 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -1/+0 |
| 2015-11-01 | Auto merge of #29316 - GBGamer:change-unchecked-div-generic, r=eddyb | bors | -7/+163 |
| 2015-10-31 | Check unchecked_div|rem's specialisation | Nicholas Mazzuca | -7/+163 |
| 2015-10-29 | Auto merge of #29129 - cuviper:impl-from-for-floats, r=alexcrichton | bors | -3/+24 |
| 2015-10-28 | Comment how the significand limits lossless int->float conversion | Josh Stone | -0/+4 |
| 2015-10-23 | Make `{Default, From, FromIterator, One, Zero}` well-formed | Andrew Paseltiner | -2/+2 |
| 2015-10-17 | Implement conversion traits for primitive float types | Josh Stone | -3/+20 |
| 2015-10-17 | `other` should be called `other`, not `v`. | Michael Howell | -8/+8 |
| 2015-10-15 | Auto merge of #28921 - petrochenkov:intconv, r=alexcrichton | bors | -0/+43 |
| 2015-10-15 | Implement conversion traits for primitive integer types | Vadim Petrochenkov | -0/+43 |
| 2015-10-08 | Auto merge of #28900 - cristicbz:typos, r=alexcrichton | bors | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-08 | Auto merge of #28826 - arthurprs:leading_plus, r=alexcrichton | bors | -40/+41 |
| 2015-10-07 | core: Derive Default for Wrapping<T> | Cristi Cobzarenco | -1/+1 |
| 2015-10-03 | integer parsing should accept leading plus | arthurprs | -40/+41 |