| Age | Commit message (Expand) | Author | Lines |
| 2023-06-16 | Rollup merge of #112535 - RalfJung:miri-test-libstd, r=cuviper | Dylan DPC | -6/+7 |
| 2023-06-15 | Extend `unused_must_use` to cover block exprs | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -73/+76 |
| 2023-06-14 | Fix `SocketAddrV6: Display` tests | ltdk | -1/+1 |
| 2023-06-14 | Rollup merge of #107619 - stepancheg:hash-set-insert, r=Amanieu | Matthias Krüger | -1/+23 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -14/+27 |
| 2023-06-14 | update hashbrown and replace Hash{Set,Map}::DrainFilter with ExtractIf | The 8472 | -73/+76 |
| 2023-06-13 | fix: get the l4re target working again | Henrik Böving | -3/+23 |
| 2023-06-13 | Fix building the documentation on FreeBSD. | MikaelUrankar | -0/+1 |
| 2023-06-13 | Rollup merge of #112558 - eltociear:patch-21, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-06-13 | Fix typo in mod.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2023-06-12 | Add comment for arm_shim in generate-windows-sys | bdbai | -0/+3 |
| 2023-06-12 | Add windows_sys typedef for Win ARM32 | bdbai | -0/+17 |
| 2023-06-12 | Implement `TryFrom<&OsStr>` for `&str` | aticu | -14/+27 |
| 2023-06-11 | reorder attributes to make miri-test-libstd work again | Ralf Jung | -6/+7 |
| 2023-06-11 | Rollup merge of #112497 - icecream17:patch-1, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-06-10 | implement `Sync` for `mpsc::Sender` | Ibraheem Ahmed | -2/+2 |
| 2023-06-10 | abs_sub: fix typo 0[-:][+.]0 | icecream17 | -2/+2 |
| 2023-06-10 | Keep uwp specific code in sync with windows-sys | bdbai | -5/+4 |
| 2023-06-10 | Lazy load ntdll functions on UWP | bdbai | -2/+61 |
| 2023-06-08 | Auto merge of #112292 - thomcc:tls-ohno, r=m-ou-se | bors | -12/+33 |
| 2023-06-06 | Fix documentation build on FreeBSD | Dan McGregor | -1/+7 |
| 2023-06-06 | std: available_parallelism using native netbsd api first | David Carlier | -0/+23 |
| 2023-06-05 | Simplified bool to int conversion | Nikolay Arhipov | -4/+1 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -18/+58 |
| 2023-06-04 | Avoid unwind across `extern "C"` in `thread_local::fast_local.rs` | Thom Chiovoloni | -12/+33 |
| 2023-06-04 | Rollup merge of #112172 - tshepang:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-06-03 | Auto merge of #109432 - flba-eb:108594_forkspawn_exponential_backoff, r=worki... | bors | -14/+62 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -26/+26 |
| 2023-06-02 | Only determine clock res once; give up before sleeping more than 1 second | Florian Bartels | -23/+37 |
| 2023-06-02 | Retry to fork/spawn with exponential backoff | Florian Bartels | -10/+44 |
| 2023-06-02 | fix ptr cast | klensy | -7/+9 |
| 2023-06-01 | doc: improve explanation | Tshepang Mbambo | -1/+1 |
| 2023-05-31 | Fix bug in utf16_to_utf8 for zero length strings | Shane Murphy | -0/+13 |
| 2023-05-31 | use c literals in library | klensy | -25/+23 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -5/+5 |
| 2023-05-31 | Rollup merge of #112103 - Mark-Simulacrum:bootstrap-update, r=clubby789 | Matthias Krüger | -6/+6 |
| 2023-05-30 | add doc on From<OwnedFd/Handle> impl for ChildStd* | Vincent Thiberville | -0/+24 |
| 2023-05-30 | add FromOwnedFd/FromOwnedHandle for ChildStdin/out/err | Vincent Thiberville | -2/+71 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -6/+6 |
| 2023-05-27 | Rework handling of recursive panics | Amanieu d'Antras | -53/+67 |
| 2023-05-26 | Fix incorrect documented default bufsize in bufreader/writer | Kathryn R | -2/+2 |
| 2023-05-26 | Rollup merge of #111940 - zirconium-n:io-read-doc-change, r=thomcc | Matthias Krüger | -3/+4 |
| 2023-05-25 | std: make internal-only items `pub(crate)` | Michael Howell | -5/+5 |
| 2023-05-25 | Clarify safety concern of `io::Read::read` is only relevant in unsafe code | Ziru Niu | -3/+4 |
| 2023-05-23 | Rollup merge of #111609 - LegionMammal978:internal-unsafe, r=thomcc | Dylan DPC | -4/+7 |
| 2023-05-19 | docs: Add missing period | Ed Page | -1/+1 |
| 2023-05-19 | Auto merge of #109773 - beetrees:set-file-time-improvements, r=Amanieu | bors | -28/+196 |
| 2023-05-19 | Auto merge of #111590 - dtolnay:panictemporaries, r=bjorn3 | bors | -2/+2 |
| 2023-05-18 | Auto merge of #111710 - Dylan-DPC:rollup-eutrx54, r=Dylan-DPC | bors | -0/+18 |