| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2023-04-28 | replace version placeholders | Pietro Albini | -17/+17 |
| 2023-04-27 | Auto merge of #110562 - ComputerDruid:riscv, r=tmandry | bors | -0/+6 |
| 2023-04-26 | Spelling library/ | Josh Soref | -2/+2 |
| 2023-04-25 | Add definitions for riscv64gc-unknown-fuchsia | Dan Johnson | -0/+6 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+1 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -2/+2 |
| 2023-04-04 | library/std: Add support for loongarch64 | zhaixiaojuan | -0/+1 |
| 2023-04-02 | Fix typo in std/src/os/fd/owned.rs | Taiki Endo | -1/+1 |
| 2023-03-27 | socket ancillary data implementation for FreeBSD (from 13 and above). | David CARLIER | -21/+194 |
| 2023-03-18 | Stabilise `unix_socket_abstract` | John Millikin | -20/+15 |
| 2023-03-15 | Bump version placeholders | Mark Rousskov | -2/+2 |
| 2023-03-04 | Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee | bors | -0/+87 |
| 2023-03-02 | Make std tests pass on newer Android | Peter Collingbourne | -0/+18 |
| 2023-03-02 | Add basic tests | Benoît du Garreau | -0/+61 |
| 2023-03-02 | Take shared references as parameter | Benoît du Garreau | -12/+4 |
| 2023-03-02 | Auto merge of #106673 - flba-eb:add_qnx_nto_stdlib, r=workingjubilee | bors | -13/+166 |
| 2023-03-01 | Update library/std/src/os/nto/mod.rs | Florian Bartels | -1/+1 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -13/+166 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -0/+34 |