| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | Provide C FFI types via core::ffi, not just in std | Josh Triplett | -4/+4 |
| 2022-03-01 | Rollup merge of #94094 - chrisnc:tcp-nodelay-windows-bool, r=dtolnay | Dylan DPC | -2/+2 |
| 2022-02-20 | use `BOOL` for `TCP_NODELAY` `setsockopt` value on Windows | Chris Copeland | -2/+2 |
| 2022-02-20 | solarish current_exe using libc call directly | David Carlier | -4/+1 |
| 2022-02-20 | Rollup merge of #94019 - hermitcore:target, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahc | Matthias Krüger | -1/+20 |
| 2022-02-15 | remove compiler warnings | Stefan Lankes | -1/+1 |
| 2022-02-14 | Maintain broken symlink behaviour for the Windows exe resolver | Chris Denton | -2/+30 |
| 2022-02-13 | Auto merge of #91673 - ChrisDenton:path-absolute, r=Mark-Simulacrum | bors | -3/+73 |
| 2022-02-13 | make Instant::{duration_since, elapsed, sub} saturating and remove workarounds | The8472 | -68/+0 |
| 2022-02-11 | Rollup merge of #90955 - JohnTitor:os-error-123-as-invalid-input, r=m-ou-se | Matthias Krüger | -2/+3 |
| 2022-02-10 | Rename to `InvalidFilename` | Yuki Okushi | -3/+3 |
| 2022-02-10 | Map `ERROR_INVALID_NAME` to `FilenameInvalid` | Yuki Okushi | -1/+2 |
| 2022-02-10 | Rename `FilenameTooLong` to `FilenameInvalid` | Yuki Okushi | -2/+2 |
| 2022-02-10 | windows: Map `ERROR_INVALID_NAME` as `InvalidInput` | Yuki Okushi | -1/+1 |
| 2022-02-10 | Rollup merge of #93843 - solid-rs:fix-kmc-solid-condvar, r=m-ou-se | Matthias Krüger | -4/+9 |
| 2022-02-10 | kmc-solid: Use the filesystem thread-safety wrapper | Tomoaki Kawada | -1/+20 |
| 2022-02-10 | kmc-solid: Wait queue should be sorted in the descending order of task priori... | Tomoaki Kawada | -1/+1 |
| 2022-02-10 | kmc-solid: Fix wait queue manipulation errors in the `Condvar` implementation | Tomoaki Kawada | -3/+8 |
| 2022-02-09 | Rollup merge of #93445 - yaahc:exitcode-constructor, r=dtolnay | Yuki Okushi | -0/+21 |
| 2022-02-08 | Rollup merge of #93206 - ChrisDenton:ntopenfile, r=nagisa | Matthias Krüger | -6/+17 |
| 2022-02-08 | Fix `absolute` issues | Chris Denton | -2/+3 |
| 2022-02-08 | `std::path::absolute` | Chris Denton | -3/+72 |
| 2022-02-07 | fix exclusive range error | Jane Lusby | -1/+1 |
| 2022-02-07 | Auto merge of #87869 - thomcc:skinny-io-error, r=yaahc | bors | -146/+133 |
| 2022-02-06 | Add From<u8> for ExitCode | Jane Lusby | -0/+21 |
| 2022-02-04 | Hide Repr details from io::Error, and rework `io::Error::new_const`. | Thom Chiovoloni | -146/+133 |
| 2022-02-04 | Rollup merge of #93495 - solid-rs:fix-kmc-solid-rtc-month, r=yaahc | Matthias Krüger | -1/+1 |
| 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: `SOLID_RTC_TIME::tm_mon` is 1-based | Tomoaki Kawada | -1/+1 |
| 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-24 | Use `NtCreateFile` instead of `NtOpenFile` to open a file | Chris Denton | -6/+17 |
| 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 |