| Age | Commit message (Expand) | Author | Lines |
| 2023-08-29 | fix a doc typo at std::os::unix::fs::FileExt::write_at | Meng Xiangzhuo | -1/+1 |
| 2023-08-28 | Abstract over internal `SOCKET` type | Chris Denton | -4/+4 |
| 2023-08-28 | Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDenton | bors | -0/+69 |
| 2023-08-28 | Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-08-25 | Added option to set ProcThreadAttributes for Windows processes | Michael van Straten | -0/+69 |
| 2023-08-22 | std: xous: add support for locks | Sean Cross | -0/+4 |
| 2023-08-22 | std: xous: add services support | Sean Cross | -0/+264 |
| 2023-08-22 | std: xous: add os-specific ffi calls | Sean Cross | -0/+1122 |
| 2023-08-22 | Replace version placeholders with 1.73.0 | Mark Rousskov | -3/+3 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -0/+2 |
| 2023-08-14 | mention /proc/self/fd with /proc/self/mem | Ralf Jung | -3/+3 |
| 2023-08-14 | wording; and explain some of the possible consequences of violating io-safety | Ralf Jung | -2/+2 |
| 2023-08-14 | typos | Ralf Jung | -1/+1 |
| 2023-08-14 | sync the various FromRawFd trait docs, and remove 'valid' | Ralf Jung | -21/+32 |
| 2023-08-13 | add more explicit I/O safety documentation | Ralf Jung | -9/+22 |
| 2023-08-10 | Rollup merge of #114194 - thomcc:flushinline, r=cuviper | Michael Goulet | -0/+1 |
| 2023-08-05 | std/tests: disable ancillary tests on freebsd since the feature itself is. | David CARLIER | -1/+1 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+1 |
| 2023-07-26 | Add definitions for riscv64_linux_android target | Chris Wailes | -1/+1 |
| 2023-07-26 | Auto merge of #102757 - pcc:android-std-tests, r=workingjubilee | bors | -0/+18 |
| 2023-07-22 | Rollup merge of #113876 - darklyspaced:master, r=cuviper | Matthias Krüger | -1/+30 |
| 2023-07-22 | Rollup merge of #112490 - Alexendoo:c-char-cfg-all, r=cuviper | Matthias Krüger | -5/+0 |
| 2023-07-22 | Auto merge of #113033 - JohnTitor:stabilize-unix-chown, r=cuviper | bors | -6/+3 |
| 2023-07-20 | added a problematic example | darklyspaced | -3/+25 |
| 2023-07-20 | fix docs & example for FileExt::write_at | darklyspaced | -1/+8 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -1/+1 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -0/+1 |
| 2023-07-10 | Correct the Android stat struct definitions | Chris Wailes | -47/+58 |
| 2023-06-25 | Stabilize chown functions (`unix_chown`) | Yuki Okushi | -6/+3 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -1/+7 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -3/+13 |
| 2023-06-17 | Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomcc | Matthias Krüger | -1/+7 |
| 2023-06-16 | Remove `#[cfg(all())]` workarounds from `c_char` | Alex Macleod | -5/+0 |
| 2023-06-13 | Fix building the documentation on FreeBSD. | MikaelUrankar | -0/+1 |
| 2023-06-06 | Fix documentation build on FreeBSD | Dan McGregor | -1/+7 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -1/+1 |
| 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 | -0/+57 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -6/+6 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -7/+78 |
| 2023-05-14 | Auto merge of #108196 - sunfishcode:sunfishcode/windows-as-socket-impls, r=dt... | bors | -0/+72 |
| 2023-05-09 | Don't force include Windows goop when documenting | Chris Denton | -34/+40 |
| 2023-05-09 | Auto merge of #110152 - ChrisDenton:windows-sys, r=thomcc | bors | -1/+1 |
| 2023-05-08 | Rollup merge of #110638 - nikarh:vita, r=Mark-Simulacrum | Yuki Okushi | -0/+175 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -1/+1 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -0/+175 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-05-05 | Use new bindings | Chris Denton | -1/+1 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+1 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+1 |