| Age | Commit message (Expand) | Author | Lines |
| 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 `fortanix-sgx-abi` a public depedenceny | Michael Howell | -1/+1 |
| 2023-05-25 | std: make internal-only items `pub(crate)` | Michael Howell | -5/+5 |
| 2023-05-25 | std: mark common functions in test crate `pub(crate)` | Michael Howell | -6/+4 |
| 2023-05-25 | bootstrap: enable Cargo `public-dependency` feature for `libstd` | Michael Howell | -4/+8 |
| 2023-05-25 | Clarify safety concern of `io::Read::read` is only relevant in unsafe code | Ziru Niu | -3/+4 |
| 2023-05-23 | Roll compiler_builtins to 0.1.92 | danakj | -1/+1 |
| 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 | Add tracking issue ID for `bufread_skip_until` feature gate | William Venner | -1/+1 |
| 2023-05-18 | Move `BufRead::skip_until` test to a more appropriate location | William Venner | -28/+28 |
| 2023-05-18 | Add `BufRead::skip_until` test | William Venner | -0/+28 |
| 2023-05-18 | Auto merge of #111710 - Dylan-DPC:rollup-eutrx54, r=Dylan-DPC | bors | -0/+18 |
| 2023-05-18 | Rollup merge of #111527 - knickish:bind_port_0_documentation, r=Mark-Simulacrum | Dylan DPC | -0/+18 |
| 2023-05-17 | docs: Clarify OsStr is self-synchronizing | Ed Page | -7/+15 |
| 2023-05-17 | Fix #107910, Shorten backtraces in ICEs | yukang | -5/+6 |
| 2023-05-16 | docs: Add examples of OsStr safety violation | Ed Page | -4/+7 |
| 2023-05-16 | Auto merge of #111134 - GilShoshan94:remove-send-bound-on-error, r=dtolnay | bors | -3/+3 |
| 2023-05-15 | Mark internal functions and traits unsafe | LegionMammal978 | -4/+7 |
| 2023-05-15 | Rollup merge of #110049 - SkiFire13:localkey-with-docs-fix, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2023-05-15 | Add test for `FileTimes` | beetrees | -2/+52 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -26/+144 |
| 2023-05-15 | Shorten lifetime of even more panic temporaries | David Tolnay | -2/+2 |
| 2023-05-15 | wanting => want | Vagelis Prokopiou | -2/+2 |
| 2023-05-14 | Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt... | bors | -0/+72 |
| 2023-05-14 | Shorten lifetime of panic temporaries in panic_fmt case | David Tolnay | -1/+3 |
| 2023-05-13 | refactor: Remove bespoke from_os_str_bytes_unchecked | Ed Page | -33/+23 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -48/+41 |
| 2023-05-13 | add examples of port 0 binding behavior | kirk | -0/+18 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -6/+18 |
| 2023-05-11 | Improve code around SGX waitqueue | Urgau | -3/+13 |
| 2023-05-10 | Remove useless drop of copy type | Urgau | -1/+1 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -3/+5 |
| 2023-05-09 | Don't force include Windows goop when documenting | Chris Denton | -59/+40 |
| 2023-05-09 | Auto merge of #110285 - KisaragiEffective:sync-stdarch, r=Amanieu | bors | -1/+0 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -3098/+7089 |
| 2023-05-08 | Rollup merge of #104070 - nbdd0121:unwind, r=Amanieu | Michael Goulet | -5/+11 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -23/+235 |
| 2023-05-08 | std: remove test for arm's crypto feature | Kisaragi Marine | -1/+0 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -4/+5 |
| 2023-05-07 | Auto merge of #111306 - Urgau:hashbrown-std-0.13, r=Amanieu | bors | -1/+1 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -23/+235 |
| 2023-05-07 | Prevent aborting guard from aborting the process in a forced unwind | Gary Guo | -0/+3 |
| 2023-05-07 | Parse catch filter in personality function | Gary Guo | -5/+8 |