| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -2/+2 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -1/+1 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+2 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -2/+2 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -26/+23 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -26/+23 |
| 2022-01-19 | Add links to the reference and rust by example for asm! docs and lints | Amanieu d'Antras | -0/+12 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -1/+0 |
| 2021-12-23 | Constify `core::intrinsics::black_box` | woppopo | -0/+1 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -0/+1 |
| 2021-12-17 | Constify (most) `Option` methods | Deadbeef | -0/+1 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -15/+2 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -15/+2 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -0/+1 |
| 2021-12-12 | Make `Unique`s methods `const` | woppopo | -0/+1 |
| 2021-12-06 | Add tracking issue; make `empty` const too (unstably) | Scott McMurray | -0/+2 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -6/+2 |
| 2021-11-28 | Stabilize some `MaybeUninit` behavior as const | Jacob Pratt | -2/+1 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -1/+2 |
| 2021-11-24 | Rollup merge of #89542 - jhpratt:stabilize-duration-const-fns, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+2 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -0/+1 |
| 2021-11-22 | Partially stabilize `duration_consts_2` | Jacob Pratt | -1/+1 |
| 2021-11-19 | Rollup merge of #89258 - est31:const_char_convert, r=oli-obk | Yuki Okushi | -0/+1 |
| 2021-11-18 | Make slice->str conversion and related functions const | Maybe Waffle | -0/+3 |
| 2021-11-16 | Rollup merge of #90909 - RalfJung:miri-no-portable-simd, r=workingjubilee | Yuki Okushi | -0/+2 |
| 2021-11-14 | disable portable SIMD tests in Miri | Ralf Jung | -0/+2 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -1/+1 |
| 2021-11-13 | Auto merge of #90041 - jfrimmel:rt_copy_checks, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+21 |
| 2021-11-12 | Expose portable-simd as core::simd | Jubilee Young | -0/+21 |
| 2021-11-09 | Re-enable `copy[_nonoverlapping]()` runtime checks | Julian Frimmel | -1/+1 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -0/+1 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -1/+1 |
| 2021-10-30 | Rollup merge of #90377 - WaffleLapkin:const_slice_from_raw_parts, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-10-30 | Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-10-28 | Make `core::slice::from_raw_parts[_mut]` const | Maybe Waffle | -0/+1 |
| 2021-10-25 | Clean up special function const checks | Gary Guo | -0/+1 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -3/+2 |
| 2021-10-24 | Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk | Matthias Krüger | -0/+2 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -3/+2 |
| 2021-10-22 | Mark {array,slice}::{from_ref,from_mut} as const fn | Maybe Waffle | -0/+2 |
| 2021-10-22 | Added const versions of common numeric operations | AlexApps99 | -0/+1 |
| 2021-10-20 | Make `From` impls of NonZero integer const. | woppopo | -0/+1 |
| 2021-10-16 | Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli... | Matthias Krüger | -1/+0 |
| 2021-10-16 | Make char conversion functions unstably const | est31 | -0/+1 |
| 2021-10-09 | Cfg hide no_global_oom_handling and no_fp_fmt_parse | Gary Guo | -0/+1 |
| 2021-10-08 | Cfg hide more conditions for core | Loïc BRANSTETT | -0/+1 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+25 |
| 2021-10-06 | Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytm | Manish Goregaokar | -0/+1 |