| Age | Commit message (Expand) | Author | Lines |
| 2021-05-22 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -0/+1 |
| 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-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 |
| 2021-02-23 | Constify ptr::write and the write[_unaligned] methods on *mut T | Albin Hedman | -0/+3 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -1/+0 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -1/+1 |
| 2021-02-15 | Fix intra-doc link to raw pointer method | Simon Sapin | -0/+1 |
| 2021-02-15 | Add `ptr::from_raw_parts`, `ptr::from_raw_parts_mut`, and `NonNull::from_raw_... | Simon Sapin | -0/+1 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+1 |
| 2021-02-08 | Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnay | bors | -3/+0 |
| 2021-01-30 | Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-01-29 | rename raw_const/mut -> const/mut_addr_of, and stabilize them | Ralf Jung | -1/+0 |
| 2021-01-22 | Add `core::stream::Stream` | Yoshua Wuyts | -0/+2 |
| 2021-01-18 | use raw-ptr-addr-of for slice::swap | Ralf Jung | -0/+1 |
| 2021-01-13 | Stabilize remaining integer methods as `const fn` | Jacob Pratt | -3/+0 |
| 2021-01-01 | remove incomplete features from std | Bastian Kauschke | -2/+1 |
| 2020-12-30 | Remove all doc_comment!{} hacks by using #[doc = expr] where needed. | Mara Bos | -0/+1 |
| 2020-12-30 | Auto merge of #80511 - Mark-Simulacrum:bump-stage0, r=pietroalbini | bors | -3/+2 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -3/+2 |
| 2020-12-26 | Constify MaybeUninit::assume_init_read | Albin Hedman | -0/+1 |
| 2020-12-26 | Constify ptr::read and ptr::read_unaligned | Albin Hedman | -0/+1 |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -0/+4 |
| 2020-12-08 | Make assume_init_{ref,mut} const | Albin Hedman | -0/+1 |
| 2020-12-02 | Resolved some of the comments | Albin Hedman | -1/+2 |
| 2020-12-02 | Even more const | Albin Hedman | -0/+1 |
| 2020-12-02 | Make some of MaybeUninit's methods const | Albin Hedman | -0/+1 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+1 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+2 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -2/+0 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -6/+4 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -0/+1 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -0/+1 |
| 2020-11-08 | Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay | Mara Bos | -0/+1 |