| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+1 |
| 2022-05-05 | Implement [OsStr]::join | est31 | -0/+2 |
| 2022-04-27 | Revert "Re-export core::ffi types from std::ffi" | Josh Triplett | -1/+0 |
| 2022-04-17 | Improve Windows path prefix parsing | dylni | -0/+1 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+1 |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -0/+2 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -0/+2 |
| 2022-04-08 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -0/+1 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -3/+1 |
| 2022-04-04 | Stabilize total_cmp | Pyry Kontio | -1/+0 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+1 |
| 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 |