| Age | Commit message (Expand) | Author | Lines |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -1/+1 |
| 2020-04-16 | Dogfood or_patterns in the standard library | Josh Stone | -0/+1 |
| 2020-03-29 | Auto merge of #70370 - petrochenkov:nosmatch, r=Centril | bors | -1/+0 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -0/+1 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -0/+1 |
| 2020-03-24 | Remove attribute `#[structural_match]` and any references to it | Vadim Petrochenkov | -1/+0 |
| 2020-03-18 | add `Option::{zip,zip_with}` methods under "option_zip" gate | Waffle | -0/+1 |
| 2020-03-15 | Bump the bootstrap compiler | Jonas Schievink | -1/+1 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2020-03-11 | Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -1/+0 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+1 |
| 2020-03-04 | Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay | bors | -5/+0 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -1/+0 |
| 2020-02-26 | Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay | Dylan DPC | -0/+3 |
| 2020-02-23 | Bump core::primitive to 1.43 | David Tolnay | -1/+1 |
| 2020-02-22 | Stabilize const for integer {to,from}_{be,le,ne}_bytes methods | Trevor Spiteri | -1/+0 |
| 2020-02-20 | Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obk | Dylan DPC | -0/+3 |
| 2020-02-12 | Remove uint_macros that was identical to int_macros | Linus Färnstrand | -4/+0 |
| 2020-02-12 | Stabilize assoc_int_consts | Linus Färnstrand | -1/+0 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -0/+1 |
| 2020-02-10 | Add `repr(no_niche)` to `UnsafeCell`. Fix #68303. | Felix S. Klock II | -0/+1 |
| 2020-02-08 | Make the ASCII ctype inherent methods const | Dylan MacKenzie | -0/+1 |
| 2020-02-08 | Make integer power methods const | Dylan MacKenzie | -0/+3 |
| 2020-02-06 | Add primitive module to libcore/std | Mark Rousskov | -0/+3 |
| 2020-02-04 | Use consistent feature naming | Dylan MacKenzie | -4/+4 |
| 2020-02-04 | Const-stabilize some arithmetic intrinsics | Dylan MacKenzie | -0/+1 |
| 2020-02-04 | Make `saturating_mul` a `const fn` | Dylan MacKenzie | -0/+1 |
| 2020-02-04 | Make overflowing arithmetic `const` | Dylan MacKenzie | -0/+1 |
| 2020-02-04 | Make checked arithmetic besides division `const` | Dylan MacKenzie | -0/+1 |
| 2020-02-04 | Make euclidean division `const` | Dylan MacKenzie | -0/+1 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-04 | Stabilize `core::iter::once_with()` | Yuki Okushi | -1/+0 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-23 | Unlock assoc_int_consts in core+std | Linus Färnstrand | -0/+1 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-12 | Diagnostics should not end with a full stop | varkor | -1/+1 |
| 2020-01-11 | Constify alloc::Layout | Lukas Lueg | -0/+1 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-02 | Add Iterator::try_find | MOZGIII | -0/+1 |
| 2019-12-31 | Constify Result | Lukas Lueg | -0/+1 |
| 2019-12-27 | Clean up const-hack from #63810 | jumbatm | -0/+2 |
| 2019-12-23 | Minimize unsafety in encode_utf8 | Mark Rousskov | -0/+1 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -0/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -37/+50 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -0/+2 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -5/+3 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -1/+1 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+1 |