| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -3/+3 |
| 2022-02-13 | Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-02-11 | Auto merge of #90271 - adamgemmell:dev/feat-detect-stabilise, r=Amanieu | bors | -3/+4 |
| 2022-02-10 | Move `is_aarch64_feature_detected!` to `simd_aarch64` feature and stabilise | Adam Gemmell | -3/+4 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-08 | `std::path::absolute` | Chris Denton | -0/+1 |
| 2022-02-03 | Move `{core,std}::stream::Stream` to `{core,std}::async_iter::AsyncIterator`. | Charles Lew | -3/+3 |
| 2022-02-03 | Auto merge of #93146 - workingjubilee:use-std-simd, r=Mark-Simulacrum | bors | -2/+20 |
| 2022-01-30 | Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | Eric Huss | -11/+7 |
| 2022-01-28 | update cfg(bootstrap)s | Pietro Albini | -11/+7 |
| 2022-01-28 | Move unstable is_{arch}_feature_detected! macros to std::arch | Amanieu d'Antras | -19/+25 |
| 2022-01-27 | pub use std::simd::StdFloat; | Jubilee Young | -2/+20 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -0/+1 |
| 2022-01-18 | Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2022-01-17 | Stabilize vec_spare_capacity | Amanieu d'Antras | -1/+0 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -3/+2 |
| 2022-01-17 | Add PanicInfo::can_unwind which indicates whether a panic handler is | Amanieu d'Antras | -0/+1 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -3/+2 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -1/+0 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -2/+2 |
| 2022-01-05 | Add is_riscv_feature_detected!; modify impl of hint::spin_loop | luojia65 | -0/+1 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -2/+0 |
| 2021-12-13 | Stabilize const_cstr_unchecked | Konrad Borowski | -1/+0 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -2/+0 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -0/+2 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+9 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -4/+1 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -7/+3 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -4/+1 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -2/+3 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -2/+3 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+1 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -1/+2 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+4 |
| 2021-11-12 | Expose portable-simd as core::simd | Jubilee Young | -0/+4 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -1/+2 |
| 2021-11-02 | read_buf | DrMeepster | -0/+2 |
| 2021-10-27 | Auto merge of #90273 - nbdd0121:const, r=fee1-dead | bors | -0/+1 |
| 2021-10-25 | Remove fNN::lerp - consensus unlikely | CAD97 | -1/+0 |
| 2021-10-25 | Clean up special function const checks | Gary Guo | -0/+1 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2021-10-22 | Rollup merge of #88624 - kellerkindt:master, r=JohnTitor | Yuki Okushi | -1/+0 |
| 2021-10-21 | Stabilize feature saturating_div for rust 1.58 | Michael Watzko | -1/+0 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -1/+9 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+2 |
| 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 | -4/+2 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -1/+5 |