| Age | Commit message (Expand) | Author | Lines |
| 2019-12-10 | Auto merge of #66277 - peter-wilkins:impl-from-wider-non-zeros, r=SimonSapin | bors | -85/+96 |
| 2019-12-08 | move from non zero impls to `libcore/convert/num.rs` | Peter | -2058/+1955 |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -1/+4 |
| 2019-12-06 | Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs` | Simon Sapin | -330/+1 |
| 2019-12-06 | Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods | Simon Sapin | -2/+62 |
| 2019-11-29 | Make dec2flt_table compatible with rustfmt | David Tolnay | -1225/+1231 |
| 2019-11-28 | Clarify `{f32,f64}::EPSILON` docs | Ohad Ravid | -2/+2 |
| 2019-11-27 | Rollup merge of #66769 - fusion-engineering-forks:tau-constant, r=dtolnay | Tyler Mandry | -0/+12 |
| 2019-11-26 | Format libcore with rustfmt | David Tolnay | -334/+551 |
| 2019-11-26 | Add tracking issue number. | Mara Bos | -2/+2 |
| 2019-11-26 | Add core::{f32,f64}::consts::TAU. | Mara Bos | -0/+12 |
| 2019-11-21 | Redefine `core::convert::Infallible` as `!`. | Mazdak Farrokhzad | -11/+1 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-12 | update version metadata | Peter | -35/+35 |
| 2019-11-11 | add NonZeroU16 -> NonZeroUsize and NonZeroI16 -> NonZeroIsize | Peter | -0/+2 |
| 2019-11-10 | remove irrelevant Safety section | Peter | -38/+34 |
| 2019-11-10 | From<NonZero*> impls for wider NonZero types | Peter | -0/+70 |
| 2019-11-08 | remove vestigial comments referring to defunct numeric trait hierarchy | Alexander Nye | -2/+0 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -2/+31 |
| 2019-10-31 | Stabilize float_to_from_bytes feature | Lzu Tao | -24/+12 |
| 2019-10-22 | Apply clippy::useless_let_if_seq suggestion | Mateusz Mikuła | -5/+4 |
| 2019-10-21 | Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-10-21 | improve readability of is_power_of_two | Trevor Spiteri | -1/+1 |
| 2019-10-18 | Rollup merge of #65549 - t-rapp:tr-wrapping-rotate-docs, r=jonas-schievink | Tyler Mandry | -2/+2 |
| 2019-10-18 | Fix left/right shift typo in wrapping rotate docs | Tobias Rapp | -2/+2 |
| 2019-10-17 | properly document panics in div_euclid and rem_euclid | Trevor Spiteri | -2/+10 |
| 2019-10-11 | improve performance of signed saturating_mul | Trevor Spiteri | -1/+1 |
| 2019-10-04 | make is_power_of_two a const function | Trevor Spiteri | -2/+2 |
| 2019-10-03 | Rollup merge of #64941 - lzutao:inline-max_min_value, r=nnethercote | Mazdak Farrokhzad | -4/+4 |
| 2019-10-01 | Add lower bound doctests for `saturating_{add,sub}` signed ints | Lzu Tao | -3/+6 |
| 2019-10-01 | Inline `{min,max}_value` even in debug builds | Lzu Tao | -4/+4 |
| 2019-09-25 | Rollup merge of #64764 - Mark-Simulacrum:snap, r=Centril | Mazdak Farrokhzad | -42/+6 |
| 2019-09-25 | Rollup merge of #64386 - tspiteri:const-abs2, r=oli-obk | Mazdak Farrokhzad | -3/+26 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -42/+6 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -12/+12 |
| 2019-09-18 | doc: Format some primitives examples | Lzu Tao | -12/+18 |
| 2019-09-13 | use `sign` variable in abs and wrapping_abs methods | Trevor Spiteri | -3/+26 |
| 2019-09-10 | Rollup merge of #63786 - tspiteri:const-abs, r=alexcrichton | Mazdak Farrokhzad | -21/+9 |
| 2019-09-02 | Auto merge of #63692 - iluuu1994:issue-49660, r=sfackler | bors | -0/+8 |
| 2019-08-22 | Change code formatting for readability. | Tomasz Różański | -2/+2 |
| 2019-08-21 | make abs, wrapping_abs, and overflowing_abs const functions | Trevor Spiteri | -21/+9 |
| 2019-08-20 | Test that Wrapping arithmetic ops are implemented for all int types | Ilija Tovilo | -0/+8 |
| 2019-08-16 | rustbuild: work around the stdarch cfg(bootstrap) bug. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -6/+42 |
| 2019-08-08 | doc: Fix typo in float from bytes methods | Lzu Tao | -4/+4 |
| 2019-07-25 | Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,Centril | Mazdak Farrokhzad | -32/+16 |
| 2019-07-08 | Add documentation to float conversion methods | Lzu Tao | -20/+144 |
| 2019-07-08 | Add float conversions to and from bytes | Tobias Bucher | -0/+106 |
| 2019-07-07 | Stablize Euclidean Modulo (feature euclidean_division) | CrLF0710 | -32/+16 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -1/+1 |