| Age | Commit message (Expand) | Author | Lines |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -1/+0 |
| 2022-04-01 | Remove need for associated_type_bounds in std. | Mara Bos | -1/+0 |
| 2022-03-31 | Categorize and sort unstable features in std. | Mara Bos | -63/+74 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -0/+1 |
| 2022-03-10 | Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPC | Dylan DPC | -2/+0 |
| 2022-03-10 | Rollup merge of #94644 - m-ou-se:scoped-threads-drop-soundness, r=joshtriplett | Matthias Krüger | -5/+5 |
| 2022-03-10 | Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-03-09 | enable portable-simd doctests in Miri | Ralf Jung | -2/+0 |
| 2022-03-09 | New `deprecated_suggestion` feature, use in tests | Jacob Pratt | -0/+1 |
| 2022-03-09 | Properly abort when thread result panics on drop. | Mara Bos | -5/+5 |
| 2022-03-07 | Reverted atomic-mut-ptr feature removal causing compilation break | Sandeep Bansal | -0/+1 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -2/+2 |
| 2022-03-05 | Implement RFC 3184 - thread local cell methods. | Mara Bos | -0/+1 |
| 2022-03-05 | Clean up the std library's #![feature]s | JmPotato | -23/+0 |
| 2022-03-02 | Re-export core::ffi types from std::ffi | bstrie | -0/+1 |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -0/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2022-02-21 | Correctly handle miniz_oxide extern crate declaration | Guillaume Gomez | -0/+1 |
| 2022-02-20 | Rollup merge of #94122 - GuillaumeGomez:miniz-oxide-std, r=notriddle | Matthias Krüger | -0/+4 |
| 2022-02-20 | Rollup merge of #93580 - m-ou-se:stabilize-pin-static-ref, r=scottmcm | Matthias Krüger | -1/+0 |
| 2022-02-18 | Fix miniz_oxide types showing up in std | Guillaume Gomez | -0/+4 |
| 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-04 | Stabilize pin_static_ref. | Mara Bos | -1/+0 |
| 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 |