| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -0/+1 |
| 2020-11-04 | Constantify `UnsafeCell::into_inner` and related | BenoƮt du Garreau | -0/+1 |
| 2020-10-27 | Do not depend on except for bootstrap | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+1 |
| 2020-10-26 | Apply suggested changes | Ethan Brierley | -0/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -0/+1 |
| 2020-10-19 | Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma... | Guillaume Gomez | -0/+1 |
| 2020-10-16 | stop relying on feature(untagged_unions) in stdlib | Ralf Jung | -1/+1 |
| 2020-10-16 | Rollup merge of #75265 - WaffleLapkin:str_split_as_str, r=dtolnay | Dylan DPC | -0/+2 |
| 2020-10-12 | Use `try{}` in `try_fold` to decouple library from `Try` details | Scott McMurray | -0/+1 |
| 2020-10-10 | Revert "Assume slice len is bounded by allocation size" | Simonas Kazlauskas | -1/+0 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -3/+2 |