| Age | Commit message (Expand) | Author | Lines |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -1/+1 |
| 2020-07-05 | variant_count: avoid incorrect dummy implementation | Ralf Jung | -1/+1 |
| 2020-07-02 | Rollup merge of #73622 - LeSeulArtichaut:unsafe-libcore, r=nikomatsakis | Manish Goregaokar | -1/+9 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -0/+1 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -1/+1 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -1/+8 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 1 | LeSeulArtichaut | -0/+1 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -2/+2 |
| 2020-06-28 | Remove uses of `const_loop` in `rustc` | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Rename the lint to clashing_extern_declarations. | jumbatm | -2/+2 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+1 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -0/+1 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -0/+1 |
| 2020-06-20 | Add ClashingExternDecl lint. | jumbatm | -0/+3 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -0/+1 |
| 2020-06-13 | Stabilize Option::zip | Lzu Tao | -1/+0 |
| 2020-05-25 | core: Make pointer offset methods "const fn" | Joe Richey | -0/+1 |
| 2020-05-18 | Add `len` and `slice_from_raw_parts` to `NonNull<[T]>` | Simon Sapin | -0/+2 |
| 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 |