| Age | Commit message (Expand) | Author | Lines |
| 2022-06-10 | Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett | bors | -0/+1 |
| 2022-06-04 | keep using poll as fast path and only use fcntl as fallback | The 8472 | -0/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+1 |
| 2022-05-31 | Auto merge of #97574 - Dylan-DPC:rollup-jq850l6, r=Dylan-DPC | bors | -1/+0 |
| 2022-05-31 | Auto merge of #96881 - est31:join_osstr, r=dtolnay | bors | -0/+2 |
| 2022-05-28 | Stabilize `toowned_clone_into` | Yuki Okushi | -1/+0 |
| 2022-05-11 | Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplett | Yuki Okushi | -1/+1 |
| 2022-05-09 | Implement [OsStr]::join | est31 | -0/+2 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -1/+1 |
| 2022-05-08 | Revert "Implement [OsStr]::join", which was merged without FCP | Thom Chiovoloni | -2/+0 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -0/+1 |
| 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 |