| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-04-11 | Stabilize feature `duration_saturating_ops` | marmeladema | -1/+0 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -1/+2 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -4/+2 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -1/+2 |
| 2021-03-28 | Remove P: Unpin bound on impl Future for Pin | Jon Gjengset | -0/+1 |
| 2021-03-19 | core/std/alloc: stabilize or_patterns | mark | -1/+1 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -1/+2 |
| 2021-03-15 | Constify mem::swap and ptr::swap[_nonoverlapping] | Albin Hedman | -0/+1 |
| 2021-03-10 | Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nik... | Yuki Okushi | -1/+1 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -1/+2 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -1/+2 |
| 2021-02-27 | Added CharIndices::offset function | John Hörnvall | -0/+1 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -1/+1 |