| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -21/+36 |
| 2018-12-31 | now that some intrisics are safe, use that fact. | Mazdak Farrokhzad | -0/+24 |
| 2018-12-31 | stabilize const_int_sign | Mazdak Farrokhzad | -2/+0 |
| 2018-12-31 | stabilize const_int_rotate | Mazdak Farrokhzad | -4/+4 |
| 2018-12-31 | stabilize const_int_wrapping. | Mazdak Farrokhzad | -10/+10 |
| 2018-12-28 | Make the getter for NonZero types into a const fn | dylan_DPC | -1/+1 |
| 2018-12-26 | Remove the private generic NonZero<T> wrapper type. | Simon Sapin | -6/+6 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-20 | fix nits | Nicole Mazzuca | -2/+4 |
| 2018-12-20 | Update src/libcore/num/mod.rs | David Tolnay | -1/+1 |
| 2018-12-17 | rename div_euc -> div_euclid, and mod_euc -> rem_euclid | Nicole Mazzuca | -76/+96 |
| 2018-12-16 | Rollup merge of #56855 - nikic:remove-cttz-hack, r=nagisa | Mazdak Farrokhzad | -14/+1 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2018-12-15 | Remove u8 cttz hack | Nikita Popov | -14/+1 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -12/+2 |
| 2018-12-11 | Make `const unsafe fn` bodies `unsafe` | Oliver Scherer | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -4/+4 |
| 2018-12-04 | Make sure the initialization of constrained int range newtypes is unsafe | Oliver Scherer | -2/+2 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -0/+1 |
| 2018-12-01 | Rollup merge of #56216 - SimonSapin:array-tryfrom-slice, r=withoutboats | kennytm | -0/+78 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -0/+1 |
| 2018-11-26 | Auto merge of #55705 - ethanboxx:master, r=SimonSapin | bors | -1/+24 |
| 2018-11-25 | Add TryFrom<&[T]> for [T; $N] where T: Copy | Simon Sapin | -0/+78 |
| 2018-11-25 | fix missing borrow | Ethan Brierley | -1/+1 |
| 2018-11-25 | Use a reference rather than take ownership | Ethan Brierley | -1/+1 |
| 2018-11-25 | Stabilize the int_to_from_bytes feature | Simon Sapin | -36/+12 |
| 2018-11-11 | Rollup merge of #55828 - oli-obk:promotion_strikes_again, r=eddyb | Pietro Albini | -0/+2 |
| 2018-11-09 | Add missing `rustc_promotable` attribute to unsigned `min_value` and `max_value` | Oliver Scherer | -0/+2 |
| 2018-11-07 | add unstable attribute | Ethan Brierley | -0/+4 |
| 2018-11-07 | Fix incorrect documentation | Ethan Brierley | -2/+2 |
| 2018-11-07 | Use method rather than public field | Ethan Brierley | -2/+5 |
| 2018-11-06 | Document kind field | Ethan Brierley | -0/+1 |
| 2018-11-06 | Fix mistake in my markdown | Ethan Brierley | -0/+2 |
| 2018-11-06 | Add very useful documentation | Ethan Brierley | -0/+8 |
| 2018-11-05 | Continue to try to make travis happy by adding a issue number | Ethan Brierley | -1/+2 |
| 2018-11-05 | break line to keep `travis_fold:start:tidy` happy | Ethan Brierley | -1/+2 |
| 2018-11-05 | Add useful attributes | Ethan Brierley | -0/+3 |
| 2018-11-05 | Make `ParseIntError` and `IntErrorKind` fully public | Ethan Brierley | -2/+2 |
| 2018-11-03 | Implement rotate using funnel shift on LLVM >= 7 | Nikita Popov | -2/+12 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -2/+2 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -0/+2 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -405/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -405/+1 |
| 2018-09-17 | introduce from_nonzero feature | csmoe | -1/+1 |
| 2018-09-15 | implement From<NonZero<Int>> for Int | csmoe | -0/+7 |
| 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 |