| Age | Commit message (Expand) | Author | Lines |
| 2022-01-31 | Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisa | Eric Huss | -1/+2 |
| 2022-01-31 | kmc-solid: Increase the default stack size | Tomoaki Kawada | -1/+2 |
| 2022-01-31 | Rollup merge of #93494 - solid-rs:fix-kmc-solid-spawned-task-priority, r=Mark... | Matthias Krüger | -5/+2 |
| 2022-01-31 | Rollup merge of #93471 - cuviper:direntry-file_type-stat, r=the8472 | Matthias Krüger | -2/+2 |
| 2022-01-31 | kmc-solid: Inherit the calling task's base priority in `Thread::new` | Tomoaki Kawada | -5/+2 |
| 2022-01-29 | unix: Use metadata for `DirEntry::file_type` fallback | Josh Stone | -2/+2 |
| 2022-01-30 | Rollup merge of #93459 - tavianator:dirent-copy-only-reclen, r=cuviper | Matthias Krüger | -2/+10 |
| 2022-01-29 | fs: Don't copy d_name from struct dirent | Tavian Barnes | -2/+10 |
| 2022-01-29 | Rollup merge of #93410 - solid-rs:feat-kmc-solid-net-dup, r=dtolnay | Matthias Krüger | -1/+4 |
| 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-28 | wasi: enable TcpListener and TcpStream | Harald Hoyer | -13/+57 |
| 2022-01-28 | wasi: update to wasi 0.11.0 | Harald Hoyer | -24/+29 |
| 2022-01-28 | kmc-solid: Implement `FileDesc::duplicate` | Tomoaki Kawada | -1/+4 |
| 2022-01-26 | Rollup merge of #92778 - tavianator:linux-readdir-no-r, r=joshtriplett | Matthias Krüger | -36/+58 |
| 2022-01-25 | make Windows abort_internal Miri-compatible | Ralf Jung | -0/+1 |
| 2022-01-25 | Rollup merge of #88794 - sunfishcode:sunfishcode/try-clone, r=joshtriplett | Matthias Krüger | -91/+11 |
| 2022-01-24 | Rollup merge of #93152 - ivmarkov:master, r=m-ou-se | Matthias Krüger | -3/+7 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -1/+6 |
| 2022-01-21 | Rollup merge of #92586 - esp-rs:bugfix/allocation-alignment-espidf, r=yaahc | Matthias Krüger | -2/+8 |
| 2022-01-21 | Old versions of Android generate SIGSEGV from libc::abort | Amanieu d'Antras | -1/+6 |
| 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 | -13/+30 |
| 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 WASI | Alex Crichton | -8/+63 |
| 2022-01-19 | Fix CVE-2022-21658 for UNIX-like | Hans Kratz | -13/+281 |
| 2022-01-19 | Fix CVE-2022-21658 for Windows | Chris Denton | -27/+419 |
| 2022-01-13 | Set the allocation MIN_ALIGN for espidf to 4. | Scott Mabin | -2/+8 |
| 2022-01-05 | Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnay | Matthias Krüger | -33/+37 |
| 2022-01-04 | Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma... | Matthias Krüger | -18/+54 |
| 2022-01-03 | Explicitly pass `PATH` to the Windows exe resolver | Chris Denton | -33/+37 |
| 2021-12-28 | Fix windows build | Xuanwo | -0/+9 |
| 2021-12-28 | Add try_reserve for OsString | Xuanwo | -0/+11 |
| 2021-12-23 | Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnay | Matthias Krüger | -0/+16 |
| 2021-12-23 | Rollup merge of #92117 - solid-rs:fix-kmc-solid-read-buf, r=yaahc | Matthias Krüger | -1/+27 |
| 2021-12-22 | Fix tests | Chris Denton | -0/+4 |
| 2021-12-21 | kmc-solid: Add `std::sys::solid::fs::File::read_buf` | Tomoaki Kawada | -1/+27 |
| 2021-12-16 | Revert "socket ancillary data implementation for dragonflybsd." | David CARLIER | -2/+2 |
| 2021-12-16 | Quote bat script command line | Chris Denton | -0/+16 |
| 2021-12-15 | Modifications to buffer UTF-16 internally so that there is no longer a 4-byte... | PFPoitras | -18/+54 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -14/+14 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -14/+14 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -1/+1 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -8/+11 |
| 2021-12-11 | Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahc | Matthias Krüger | -2/+2 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -13/+78 |
| 2021-12-09 | Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se | Matthias Krüger | -1/+7 |
| 2021-12-05 | socket ancillary data implementation for dragonflybsd. | David Carlier | -2/+2 |