| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-03-11 | core: Mark Wrapping impls as stable | Alex Crichton | -5/+5 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -3/+3 |
| 2016-03-01 | Rollup merge of #31965 - miqid:doc, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2016-03-01 | Fix broken links for core primitives | Michael Huynh | -10/+10 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -8/+8 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -2/+2 |
| 2016-02-15 | Auto merge of #31663 - nodakai:cleanup-uint_module, r=alexcrichton | bors | -7/+7 |
| 2016-02-15 | libcore/num: Remove unused macro argument. | NODA, Kai | -7/+7 |
| 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/+19 |
| 2016-02-04 | drive-by doc fixes | Robin Kruppe | -1/+1 |
| 2016-02-04 | Prevent the immediate panic uncovered by #31109 and add a test. | Robin Kruppe | -8/+28 |
| 2016-02-04 | Use the right target ratio in Algorithm M quickstart. | Robin Kruppe | -1/+1 |
| 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 | -82/+66 |
| 2016-01-14 | Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturon | bors | -14/+658 |
| 2016-01-13 | Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichton | bors | -9/+59 |
| 2016-01-12 | Speed up dec2flt fast path with additional tables. | Robin Kruppe | -9/+59 |
| 2016-01-11 | std: Move overflowing ops to inherent methods | Alex Crichton | -14/+658 |
| 2016-01-05 | Fix a breaking change in #30523 | Nicholas Mazzuca | -15/+15 |
| 2016-01-04 | Auto merge of #30681 - Toby-S:master, r=bluss | bors | -8/+9 |
| 2016-01-04 | Make float parsing "." return Err | Toby Scrace | -8/+9 |
| 2016-01-02 | Take out Op<T>/OpAssign<T> for Wrapping<T> | Nicholas Mazzuca | -144/+1 |
| 2016-01-01 | In the middle of the implementation | Nicholas Mazzuca | -208/+316 |