| Age | Commit message (Expand) | Author | Lines |
| 2024-01-11 | std: begin moving platform support modules into `pal` | joboet | -2162/+0 |
| 2023-12-03 | library: use c string literals | klensy | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -7/+11 |
| 2023-10-29 | Don't use LFS64 symbols on musl | git-bruh | -9/+14 |
| 2023-10-09 | Support AIX in Rust standard library | Qiu Chaofan | -2/+33 |
| 2023-09-30 | Add missing #[inline] on AsFd impl for sys::unix::fs::File | linkmauve | -0/+1 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -12/+48 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -1/+1 |
| 2023-08-10 | Rollup merge of #114194 - thomcc:flushinline, r=cuviper | Michael Goulet | -0/+1 |
| 2023-08-05 | use offset_of! to calculate dirent64 field offsets | The 8472 | -25/+2 |
| 2023-07-28 | inline trivial (noop) flush calls | Thom Chiovoloni | -0/+1 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -1/+1 |
| 2023-06-21 | Update tvOS support elsewhere in the stdlib | Thom Chiovoloni | -3/+3 |
| 2023-06-21 | wip: Support Apple tvOS in libstd | Thom Chiovoloni | -4/+28 |
| 2023-06-05 | Std support improvement for ps vita target | Nikolay Arhipov | -3/+34 |
| 2023-05-31 | use c literals in library | klensy | -1/+1 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -15/+37 |
| 2023-05-10 | Remove and fix useless drop of reference | Urgau | -1/+1 |
| 2023-05-07 | PS Vita std support | Nikolay Arhipov | -4/+15 |
| 2023-05-01 | Rollup merge of #111057 - xfix:tcpstream-as-raw-fd-inline, r=m-ou-se | Matthias Krüger | -0/+4 |
| 2023-05-01 | Rollup merge of #110093 - beetrees:set-times-32-bit, r=joshtriplett | Matthias Krüger | -2/+17 |
| 2023-05-01 | Inline AsRawFd implementations | Konrad Borowski | -0/+1 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+3 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-04-14 | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | -3/+4 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-04-08 | Add 64-bit `time_t` support on 32-bit glibc Linux to `set_times` | beetrees | -2/+17 |
| 2023-03-22 | Check the presence of linkat() on Solaris (not available in version 10, avail... | Daniel Laügt | -5/+6 |
| 2023-03-04 | Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee | bors | -0/+8 |
| 2023-02-28 | Add QNX Neutrino support to libstd | Florian Bartels | -19/+65 |
| 2023-02-27 | Add vectored positioned I/O on Unix | Benoît du Garreau | -0/+8 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |
| 2023-01-11 | Stop probing for statx unless necessary | Mateusz Guzik | -27/+41 |
| 2022-12-22 | std: only use LFS function on glibc | mochaaP | -2/+2 |
| 2022-12-18 | Auto merge of #105638 - tavianator:fix-50619-again, r=Mark-Simulacrum | bors | -38/+19 |
| 2022-12-14 | Rollup merge of #105399 - mikebenfield:lfs, r=thomcc | Matthias Krüger | -1/+6 |
| 2022-12-12 | fs: Fix #50619 (again) and add a regression test | Tavian Barnes | -38/+19 |
| 2022-12-09 | Replace hand-made masking by call to masked() method in FileType | Arthur Carcano | -1/+1 |
| 2022-12-07 | Use more LFS functions. | Michael Benfield | -1/+6 |
| 2022-12-06 | Implement masking in FileType hashing on Unix | Arthur Carcano | -1/+8 |
| 2022-11-29 | Add in the comment that solaris lacks also the 'linkat' | Daniel Laügt | -1/+1 |
| 2022-11-28 | linkat() not available in the system headers of Solaris 10 | Daniel Laügt | -1/+1 |
| 2022-11-25 | Implement masking in FileType comparison on Unix | Arthur Carcano | -1/+10 |
| 2022-10-26 | library: allow some unused things in Miri | Ralf Jung | -2/+3 |
| 2022-10-23 | Auto merge of #103137 - dtolnay:readdir, r=Mark-Simulacrum | bors | -20/+65 |
| 2022-10-16 | Eliminate 280-byte memset from ReadDir iterator | David Tolnay | -20/+65 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -2/+8 |
| 2022-10-11 | Rollup merge of #102227 - devnexen:solarish_get_path, r=m-ou-se | Matthias Krüger | -2/+9 |
| 2022-10-09 | Auto merge of #102850 - JohnTitor:rollup-lze1w03, r=JohnTitor | bors | -2/+16 |