| Age | Commit message (Expand) | Author | Lines |
| 2021-08-26 | Add carrying_add, borrowing_sub, widening_mul, carrying_mul methods to integers | ltdk | -0/+1 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -0/+2 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -0/+1 |
| 2021-08-17 | Constified `Default` implementations | Deadbeef | -0/+1 |
| 2021-08-16 | Make Arguments constructors unsafe | Cameron Steffen | -0/+1 |
| 2021-08-07 | impl const From<num> for num | Albin Hedman | -0/+1 |
| 2021-08-05 | Make rustfmt happy. | Mara Bos | -4/+4 |
| 2021-08-05 | Remove unnecessary #[unstable] from internal macro. | Mara Bos | -2/+1 |
| 2021-08-05 | Remove unused langauge #![feature]s from core. | Mara Bos | -3/+0 |
| 2021-08-05 | Remove unused library #![feature]s from core. | Mara Bos | -5/+0 |
| 2021-08-05 | Sort and categorize lint and feature attributes in core. | Mara Bos | -57/+66 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -1/+0 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -2/+1 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -0/+1 |
| 2021-07-29 | Rollup merge of #81363 - jonhoo:no-unpin-in-pin-future-impl, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-07-28 | Make const panic!("..") work in Rust 2021. | Mara Bos | -0/+1 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -1/+1 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -1/+1 |
| 2021-07-24 | Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-Simulacrum | Yuki Okushi | -0/+4 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -1/+31 |
| 2021-07-18 | better support for running libcore and liballoc tests with Miri | Ralf Jung | -0/+4 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -1/+1 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -0/+10 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -2/+2 |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -0/+1 |
| 2021-07-03 | Remove the deprecated `core::raw` and `std::raw` module. | Charles Lew | -1/+0 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -3/+0 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -1/+0 |
| 2021-06-11 | Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu | bors | -0/+1 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -0/+1 |
| 2021-06-10 | Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa | bors | -0/+1 |
| 2021-06-10 | Further simplification of to_digit | Giles Cope | -0/+1 |
| 2021-06-05 | Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomez | bors | -1/+0 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+0 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -1/+0 |
| 2021-05-26 | Merge branch 'master' into no-unpin-in-pin-future-impl | Jon Gjengset | -10/+14 |
| 2021-05-25 | fix matches! and assert_matches! on edition 2021 | Lukas Markeffsky | -0/+1 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -8/+5 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-10 | Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obk | Dylan DPC | -0/+1 |
| 2021-05-09 | Make unchecked_{add,sub,mul} inherent methods unstably const | ltdk | -0/+1 |
| 2021-05-07 | Rollup merge of #84871 - richkadel:no-coverage-unstable-only, r=nagisa | Dylan DPC | -0/+1 |
| 2021-05-05 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -0/+1 |
| 2021-04-30 | Allow using `core::` in intra-doc links within core itself | Joshua Nelson | -0/+4 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+2 |
| 2021-04-23 | Auto merge of #82585 - TrolledWoods:master, r=dtolnay | bors | -0/+1 |
| 2021-04-18 | separate feature flag for unsizing casts in const fn | Ralf Jung | -1/+1 |
| 2021-04-18 | move 'trait bounds on const fn' to separate feature gate | Ralf Jung | -0/+1 |
| 2021-04-13 | Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m... | bors | -1/+0 |
| 2021-04-11 | stabilize const_cttz | Andreas Jonson | -1/+0 |