| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -2/+3 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -1/+25 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -1/+1 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -1/+1 |
| 2021-10-03 | Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht... | Manish Goregaokar | -0/+1 |
| 2021-10-04 | Stabilize `unreachable_unchecked` as `const fn` | Jacob Pratt | -1/+0 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -1/+0 |
| 2021-10-01 | Add methods to add/sub `uX` to/from `iX` | Benoît du Garreau | -1/+1 |
| 2021-10-01 | Add functions to add unsigned and signed integers | Benoît du Garreau | -0/+1 |
| 2021-09-30 | Rollup merge of #89303 - guswynn:std_suspend, r=dtolnay | Manish Goregaokar | -0/+1 |
| 2021-09-28 | ref/refmut | Gus Wynn | -0/+1 |
| 2021-09-15 | Constify identify conversions | Albin Hedman | -0/+1 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -0/+3 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -3/+0 |
| 2021-08-29 | const fn for option copied, take & replace + tests | Lamb | -0/+1 |
| 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 |