| Age | Commit message (Expand) | Author | Lines |
| 2018-09-08 | Document .0 to unpack the value from Wrapping | Martin Pool | -0/+3 |
| 2018-09-05 | Individual docs for {from,to}_*_bytes | Andre Bogus | -251/+314 |
| 2018-09-03 | Add const_unstable flag to `overflowing_shr` | Tim Diekmann | -0/+1 |
| 2018-09-01 | rebase | Tim | -56/+496 |
| 2018-08-30 | Rollup merge of #53476 - GuillaumeGomez:try-from-int-error-partial-eq, r=KodrAus | Pietro Albini | -1/+1 |
| 2018-08-28 | Add partialeq implementation for TryFromIntError type | Guillaume Gomez | -1/+1 |
| 2018-08-21 | Rollup merge of #53363 - llogiq:num-individual-nonzero-docs, r=steveklabnik | kennytm | -20/+23 |
| 2018-08-17 | Gratuitous at byte boundaries in hex i32 literals in some doc-tests | Simon Sapin | -4/+4 |
| 2018-08-14 | add individual docs to `core::num::NonZero*` | Andre Bogus | -20/+23 |
| 2018-08-14 | `{to,from}_{ne,le,be}_bytes` for unsigned integer types | Simon Sapin | -16/+88 |
| 2018-08-10 | Add individual documentation for <integer>`.swap_bytes`/.`reverse_bits` | Andre Bogus | -113/+112 |
| 2018-08-10 | Rollup merge of #53207 - llogiq:num-rotate-docs, r=QuietMisdreavus | kennytm | -113/+115 |
| 2018-08-09 | Add individual docs for rotate_{left, right} | Andre Bogus | -113/+115 |
| 2018-08-05 | Correct invalid feature attributes | varkor | -20/+0 |
| 2018-08-04 | Rollup merge of #53062 - ljedrz:redundant_field_names, r=Mark-Simulacrum | kennytm | -27/+27 |
| 2018-08-04 | Remove redundant field names in structs | ljedrz | -27/+27 |
| 2018-08-04 | Change tracking issue from #49792 to #51919 | Tobias Bucher | -8/+8 |
| 2018-08-03 | Provide `{to,from}_{ne,le,be}_bytes` functions on integers | Tobias Bucher | -14/+86 |
| 2018-07-30 | Revert "Stabilize to_bytes and from_bytes for integers." | Simon Sapin | -4/+12 |
| 2018-07-11 | use proper footnote syntax for references | Andy Russell | -13/+11 |
| 2018-07-08 | Fix some links | Guillaume Gomez | -4/+4 |
| 2018-07-04 | Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapin | bors | -0/+2 |
| 2018-07-03 | Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton | bors | -10/+60 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -193/+0 |
| 2018-06-26 | Stabilize to_bytes and from_bytes for integers. | Thayne McCombs | -12/+4 |
| 2018-06-16 | Add #[repr(transparent)] to some libcore types | Simon Sapin | -0/+2 |
| 2018-06-10 | add some docs to conversions | Andre Bogus | -13/+39 |
| 2018-06-06 | Make the size of Option<NonZero*> a documented guarantee. | Simon Sapin | -2/+2 |
| 2018-06-06 | Revert "Remove TryFrom impls that might become conditionally-infallible with ... | Simon Sapin | -10/+60 |
| 2018-06-03 | Rollup merge of #51299 - faern:const-int-ops, r=oli-obk | Mark Simulacrum | -14/+280 |
| 2018-06-02 | Rollup merge of #50919 - frewsxcv:frewsxcv-epsilon, r=steveklabnik | Mark Simulacrum | -2/+10 |
| 2018-06-02 | Make integer methods non-const in stage0 | Linus Färnstrand | -0/+192 |
| 2018-06-02 | Make most integer operations const fns | Linus Färnstrand | -40/+114 |
| 2018-06-02 | Auto merge of #50554 - clarcharr:from_bool, r=TimNN | bors | -0/+14 |
| 2018-06-01 | Add From<bool> for int types | Clar Charr | -0/+14 |
| 2018-06-01 | Add missing whitespace in num example | Guillaume Gomez | -1/+1 |
| 2018-05-28 | Auto merge of #50465 - clarcharr:wrapping, r=KodrAus | bors | -199/+488 |
| 2018-05-28 | Provide more context for what the {f32,f64}::EPSILON values represent. | Corey Farwell | -2/+10 |
| 2018-05-22 | Remove the unstable Float trait | Simon Sapin | -372/+166 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -8/+2 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -28/+8 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -9/+7 |
| 2018-05-16 | Remove unstable deprecated num::NonZeroI* types | Simon Sapin | -17/+1 |
| 2018-05-16 | Make core::nonzero private | Simon Sapin | -3/+1 |
| 2018-05-16 | fix a typo in signed-integer::from_str_radix() | SHA Miao | -1/+1 |
| 2018-05-15 | Separate feature gate for wrapping_next_power_of_two | Clar Charr | -4/+6 |
| 2018-05-09 | move See also links to top | Michael Lamparski | -4/+4 |
| 2018-05-08 | Add missing Wrapping methods, use doc_comment! | Clar Charr | -199/+486 |
| 2018-05-08 | Add more logarithm constants | Clar Charr | -0/+16 |
| 2018-04-24 | core: Minor cleanup | Daiki Mizukami | -1/+1 |