| Age | Commit message (Expand) | Author | Lines |
| 2022-01-05 | Remove portable_simd | Mark Rousskov | -23/+0 |
| 2021-11-27 | Auto merge of #91269 - matthiaskrgr:rollup-jh8i8eh, r=matthiaskrgr | bors | -16/+17 |
| 2021-11-26 | Auto merge of #91246 - nnethercote:faster-layout-array, r=dtolnay | bors | -4/+14 |
| 2021-11-26 | Optimize `Layout::array`. | Nicholas Nethercote | -3/+11 |
| 2021-11-26 | Use unchecked construction in `Layout::pad_to_align`. | Nicholas Nethercote | -1/+3 |
| 2021-11-25 | Saner formatting for UTF8_CHAR_WIDTH table | David Tolnay | -16/+17 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -0/+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 | -19/+24 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -1/+2 |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -0/+1 |
| 2021-11-22 | Partially stabilize `duration_consts_2` | Jacob Pratt | -19/+24 |
| 2021-11-21 | libcore: assume the input of `next_code_point` and `next_code_point_reverse` ... | Eduardo Sánchez Muñoz | -24/+34 |
| 2021-11-21 | Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcm | Matthias Krüger | -0/+136 |
| 2021-11-20 | Apply documentation suggestions from @est31 | Urgau | -8/+8 |
| 2021-11-20 | Add similar note as LLVM does for minNum and maxNum functions | Loïc BRANSTETT | -0/+12 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+124 |
| 2021-11-20 | Rollup merge of #91044 - r00ster91:x1b, r=joshtriplett | Matthias Krüger | -20/+20 |
| 2021-11-20 | Rollup merge of #88361 - WaffleLapkin:patch-2, r=jyn514 | Matthias Krüger | -5/+3 |
| 2021-11-19 | Turn all 0x1b_u8 into '\x1b' or b'\x1b' | r00ster91 | -20/+20 |
| 2021-11-19 | Remove unnecessary doc links | Maybe Waffle | -2/+0 |
| 2021-11-19 | Rollup merge of #89258 - est31:const_char_convert, r=oli-obk | Yuki Okushi | -15/+33 |
| 2021-11-18 | Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitor | bors | -21/+44 |
| 2021-11-18 | Auto merge of #90382 - alexcrichton:wasm64-libstd, r=joshtriplett | bors | -6/+6 |
| 2021-11-18 | Fill in tracking issues for `const_str_from_utf8` and `const_str_from_utf8_un... | Maybe Waffle | -5/+5 |
| 2021-11-18 | Make slice->str conversion and related functions const | Maybe Waffle | -21/+44 |
| 2021-11-17 | Rollup merge of #90687 - jhpratt:const_panic, r=oli-obk | Matthias Krüger | -2/+3 |
| 2021-11-16 | Fill in tracking issue for feature `const_align_offset` | Maybe Waffle | -2/+2 |
| 2021-11-16 | Mark `<*const _>::align_offset` and `<*mut _>::align_offset` as `const fn` | Maybe Waffle | -6/+36 |
| 2021-11-16 | Rollup merge of #90909 - RalfJung:miri-no-portable-simd, r=workingjubilee | Yuki Okushi | -0/+2 |
| 2021-11-16 | Rollup merge of #90848 - scottmcm:remove-signed-bigint-helpers, r=joshtriplett | Yuki Okushi | -68/+1 |
| 2021-11-15 | Auto merge of #90821 - scottmcm:new-slice-reverse, r=Mark-Simulacrum | bors | -91/+32 |
| 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 | -15/+47 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+21 |
| 2021-11-12 | Remove bigint_helper_methods for *signed* types | Scott McMurray | -68/+1 |
| 2021-11-12 | Expose portable-simd as core::simd | Jubilee Young | -0/+21 |
| 2021-11-12 | Rollup merge of #90798 - edmorley:doc-unreachable-custom-message, r=dtolnay | Matthias Krüger | -2/+5 |
| 2021-11-12 | Rollup merge of #90644 - est31:const_swap, r=Mark-Simulacrum | Matthias Krüger | -3/+6 |
| 2021-11-11 | MIRI says `reverse` is UB, so replace it with an implementation that LLVM can... | Scott McMurray | -91/+32 |
| 2021-11-11 | Document `unreachable!()` custom panic message | Ed Morley | -2/+5 |
| 2021-11-10 | Moar #[inline] | Scott McMurray | -0/+2 |
| 2021-11-10 | Use `target_family = "wasm"` | Alex Crichton | -12/+6 |
| 2021-11-10 | std: Get the standard library compiling for wasm64 | Alex Crichton | -0/+6 |
| 2021-11-09 | Specialize array cloning for Copy types | Scott McMurray | -3/+22 |
| 2021-11-09 | Extend the const_swap feature | est31 | -3/+6 |
| 2021-11-09 | Auto merge of #86041 - bstrie:unmagic-array-copy, r=jackh726 | bors | -2/+20 |
| 2021-11-09 | Re-enable `copy[_nonoverlapping]()` runtime checks | Julian Frimmel | -15/+47 |