| Age | Commit message (Expand) | Author | Lines |
| 2020-02-04 | Make checked division `const` | Dylan MacKenzie | -4/+8 |
| 2020-02-04 | Make wrapping arithmetic `const` | Dylan MacKenzie | -4/+8 |
| 2020-02-04 | Make `saturating_mul` a `const fn` | Dylan MacKenzie | -6/+12 |
| 2020-02-04 | Make overflowing arithmetic `const` | Dylan MacKenzie | -4/+8 |
| 2020-02-04 | Make checked arithmetic besides division `const` | Dylan MacKenzie | -13/+26 |
| 2020-02-04 | Make euclidean division `const` | Dylan MacKenzie | -16/+32 |
| 2020-01-30 | Auto merge of #68325 - faern:move-numeric-consts-to-associated-consts-step1, ... | bors | -56/+191 |
| 2020-01-29 | Document `From` implementation for NonZero nums | LeSeulArtichaut | -2/+6 |
| 2020-01-23 | Unlock assoc_int_consts in documentation examples using it | Linus Färnstrand | -0/+4 |
| 2020-01-23 | Fix some float operations to work together with the assoc consts | Linus Färnstrand | -5/+5 |
| 2020-01-23 | Add relevant associated constants to the float types | Linus Färnstrand | -28/+135 |
| 2020-01-23 | Add MIN/MAX associated constants to the integer types | Linus Färnstrand | -23/+47 |
| 2020-01-15 | Mark leading_trailing_ones with tracking issue 57969 | Thom Chiovoloni | -4/+4 |
| 2020-01-12 | Add {leading,trailing}_ones to primitive int types | Thom Chiovoloni | -0/+83 |
| 2020-01-09 | Rollup merge of #67966 - popzxc:core-std-matches, r=Centril | Mazdak Farrokhzad | -40/+10 |
| 2020-01-09 | Rollup merge of #67884 - anp:allow-unused-const-attr, r=oli-obk | Mazdak Farrokhzad | -0/+3 |
| 2020-01-08 | Use matches macro in libcore and libstd | Igor Aleksanov | -40/+10 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -2/+2 |
| 2020-01-04 | Fix incremental builds of core by allowing unused attribute. | Adam Perry | -0/+3 |
| 2020-01-05 | Re-add comment about behaviour of inline. | jumbatm | -0/+3 |
| 2020-01-04 | Also remove const-hack for abs | jumbatm | -18/+6 |
| 2019-12-31 | Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2019-12-30 | Rollup merge of #67657 - jumbatm:cleanup-const-hack, r=oli-obk | Yuki Okushi | -12/+17 |
| 2019-12-27 | Clean up const-hack from #58044 | jumbatm | -1/+6 |
| 2019-12-27 | Clean up const-hack from #61635 | jumbatm | -1/+5 |
| 2019-12-27 | Clean up const-hack from #63786 | jumbatm | -10/+6 |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -2/+2 |
| 2019-12-24 | Show value for consts in the documentation | Ohad Ravid | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -3/+6 |
| 2019-12-21 | Require issue = "none" over issue = "0" in unstable attributes | Ross MacArthur | -7/+7 |
| 2019-12-19 | doc: minus (U+2212) instead of dash (U+002D) for negative infinity | Trevor Spiteri | -2/+2 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -333/+78 |
| 2019-12-15 | use Self alias in place of macros | Lzu Tao | -2/+2 |
| 2019-12-15 | Rollup merge of #67305 - kappa:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-14 | Doc typo | Alex Kapranoff | -1/+1 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -0/+11 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-14 | Revert "Redefine `core::convert::Infallible` as `!`." | Niko Matsakis | -0/+11 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -17/+329 |
| 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 |