| Age | Commit message (Expand) | Author | Lines |
| 2022-08-18 | silence some unused-fn warnings in miri std builds | Ralf Jung | -0/+2 |
| 2022-08-14 | Rollup merge of #100249 - Meziu:master, r=joshtriplett | Matthias Krüger | -5/+5 |
| 2022-08-11 | promote debug_assert to assert | Vincenzo Palazzo | -1/+5 |
| 2022-08-07 | Fix HorizonOS regression in FileTimes | Andrea Ciliberti | -5/+5 |
| 2022-08-03 | FilesTimes support does not build for ESP-IDF | Ivan Markov | -3/+7 |
| 2022-08-01 | Auto merge of #98246 - joshtriplett:times, r=m-ou-se | bors | -1/+88 |
| 2022-07-30 | Fix warnings in stubbed out set_times | Josh Triplett | -4/+5 |
| 2022-07-25 | Implement `fs::get_path` for FreeBSD. | David CARLIER | -0/+14 |
| 2022-07-22 | Stub out `set_times` to return unsupported on Redox | Josh Triplett | -2/+13 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -8/+17 |
| 2022-07-15 | Don't fall back to futimes on Android; it needs a newer API level than futimens | Josh Triplett | -7/+18 |
| 2022-07-15 | Also use fallback for futimens on Android | Josh Triplett | -3/+3 |
| 2022-07-15 | Support setting file accessed/modified timestamps | Josh Triplett | -0/+64 |
| 2022-06-13 | Update libc::stat field names | Ian Chamberlain | -1/+6 |
| 2022-06-13 | Horizon OS STD support | Meziu | -8/+14 |
| 2022-05-09 | Use Rust 2021 prelude in std itself. | Mara Bos | -1/+0 |
| 2022-05-06 | Use statx's 64-bit times on 32-bit linux-gnu | Josh Stone | -38/+71 |
| 2022-04-24 | Auto merge of #94609 - esp-rs:esp-idf-stat-type-fixes, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-04-20 | remove_dir_all_recursive: treat ELOOP the same as ENOTDIR | Geoffry Song | -1/+2 |
| 2022-04-19 | espidf: fix stat | Scott Mabin | -1/+1 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -0/+3 |
| 2022-03-28 | Fix build on i686-apple-darwin systems | Marcus Calhoun-Lopez | -5/+5 |
| 2022-03-20 | Rollup merge of #94749 - RalfJung:remove-dir-all-miri, r=cuviper | Matthias Krüger | -3/+3 |
| 2022-03-09 | Auto merge of #94750 - cuviper:dirent64_min, r=joshtriplett | bors | -10/+47 |
| 2022-03-08 | unix: reduce the size of DirEntry | Josh Stone | -10/+47 |
| 2022-03-08 | remove_dir_all: use fallback implementation on Miri | Ralf Jung | -3/+3 |
| 2022-03-07 | unix: Avoid name conversions in `remove_dir_all_recursive` | Josh Stone | -10/+9 |
| 2022-03-07 | Auto merge of #94272 - tavianator:readdir-reclen-for-real, r=cuviper | bors | -5/+9 |
| 2022-03-04 | Integrate macos x86-64 remove_dir_all() impl. Step 2: readd | Hans Kratz | -6/+60 |
| 2022-03-04 | Integrate macos x86-64 remove_dir_all() impl. Step 1: remove | Hans Kratz | -118/+0 |
| 2022-03-04 | remove_dir_all(): try recursing first instead of trying to unlink() | Hans Kratz | -15/+22 |
| 2022-02-23 | fs: Don't dereference a pointer to a too-small allocation | Tavian Barnes | -5/+9 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -4/+4 |
| 2022-01-31 | Rollup merge of #93471 - cuviper:direntry-file_type-stat, r=the8472 | Matthias Krüger | -2/+2 |
| 2022-01-29 | unix: Use metadata for `DirEntry::file_type` fallback | Josh Stone | -2/+2 |
| 2022-01-29 | fs: Don't copy d_name from struct dirent | Tavian Barnes | -2/+10 |
| 2022-01-29 | Auto merge of #93351 - anp:fuchsia-remove-dir-all, r=tmandry | bors | -2/+0 |
| 2022-01-28 | Fix remove_dir_all on Fuchsia after CVE fix. | Adam Perry | -2/+0 |
| 2022-01-26 | Rollup merge of #92778 - tavianator:linux-readdir-no-r, r=joshtriplett | Matthias Krüger | -35/+57 |
| 2022-01-21 | fs: Use readdir() instead of readdir_r() on Android | Tavian Barnes | -0/+10 |
| 2022-01-21 | fs: Use readdir() instead of readdir_r() on Linux | Tavian Barnes | -12/+29 |
| 2022-01-21 | fs: Implement more ReadDir methods in terms of name_cstr() | Tavian Barnes | -23/+18 |
| 2022-01-21 | Fix STD compilation for the ESP-IDF target | ivmarkov | -3/+7 |
| 2022-01-20 | Fix compilation for a few tier 2 targets | Hans Kratz | -8/+5 |
| 2022-01-19 | Fix CVE-2022-21658 for UNIX-like | Hans Kratz | -11/+277 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -1/+5 |
| 2021-11-12 | Refactor weak symbols in std::sys::unix | Josh Stone | -13/+7 |
| 2021-11-02 | more efficent File::read_buf impl for windows and unix | DrMeepster | -1/+5 |
| 2021-09-14 | Add chown functions to std::os::unix::fs to change the owner and group of files | Josh Triplett | -0/+17 |
| 2021-08-31 | Use the return value of readdir_r() instead of errno | Tavian Barnes | -2/+3 |