| Age | Commit message (Expand) | Author | Lines |
| 2016-10-23 | Implement ops on `&Wrapping<T>` | Cristi Cobzarenco | -0/+10 |
| 2016-10-12 | run rustfmt on libcore/num folder | Srinivas Reddy Thatiparthy | -54/+112 |
| 2016-10-07 | rewrite checked_{div,rem} to no contain any reference to panics | Jorge Aparicio | -8/+6 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -7/+7 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -9/+3 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -7/+7 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -7/+7 |
| 2016-09-19 | Auto merge of #34942 - porglezomp:master, r=sfackler | bors | -15/+11 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -7/+7 |
| 2016-09-11 | Use question_mark feature in libcore. | Ahmed Charles | -2/+2 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -24/+2 |
| 2016-08-06 | Fix overflow checking in unsigned pow() | Caleb Jones | -15/+11 |
| 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 | -65/+64 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -34/+90 |
| 2016-06-30 | Correct MIN_EXP docs and improve EPSILON | Oliver Middleton | -4/+4 |
| 2016-06-14 | Add/improve num const docs | Oliver Middleton | -65/+64 |
| 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-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+31 |
| 2016-05-31 | mk: Prepare for a new stage0 compiler | Alex Crichton | -31/+0 |
| 2016-05-19 | Support 16-bit pointers as well as i/usize | Jake Goulding | -0/+31 |
| 2016-05-16 | Fix `asm!` blocks | Andrea Canciani | -2/+2 |
| 2016-05-16 | Cleanup documentation | Andrea Canciani | -31/+10 |
| 2016-05-13 | Document the x87 control word | Andrea Canciani | -5/+62 |
| 2016-05-13 | Fix fast path of float parsing on x87 | Andrea Canciani | -7/+40 |
| 2016-05-08 | Rollup merge of #33426 - sfackler:try-from, r=aturon | Manish Goregaokar | -1/+94 |
| 2016-05-07 | Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnik | Steve Klabnik | -0/+11 |
| 2016-05-07 | Implement RFC 1542 | Steven Fackler | -1/+94 |
| 2016-05-06 | Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis | bors | -1/+1 |
| 2016-05-05 | Auto merge of #33067 - notriddle:wrapping_neg, r=alexcrichton | bors | -0/+9 |
| 2016-05-05 | Add an example to Wrapping's documentation. | Philipp Matthias Schaefer | -0/+11 |
| 2016-05-03 | require the non-last elements of a tuple to be Sized | Ariel Ben-Yehuda | -1/+1 |
| 2016-04-30 | Impl int/uint::MIN/MAX in terms of min/max_value | Simonas Kazlauskas | -0/+26 |
| 2016-04-20 | Implement negation for wrapping numerals. | Michael Howell | -0/+9 |
| 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-04-01 | Fix a couple of dead links on core::num::ParseFloatError docs | Oliver Middleton | -2/+2 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -1/+1 |
| 2016-03-21 | Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichton | bors | -0/+1 |
| 2016-03-20 | Update snapshots to 2016-03-18 (235d774). | Eduard Burtescu | -3/+3 |
| 2016-03-20 | libcore: add Debug implementations to most missing types | Sean McArthur | -0/+1 |
| 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 | -176/+1 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -3/+3 |