| Age | Commit message (Expand) | Author | Lines |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -7/+7 |
| 2023-07-05 | Revert "use c literals in library" | León Orell Valerian Liehr | -7/+7 |
| 2023-07-05 | Auto merge of #112594 - ChrisDenton:process=-kill, r=Amanieu | bors | -1/+10 |
| 2023-07-01 | Return `Ok` on kill if process has already exited | Chris Denton | -1/+10 |
| 2023-06-25 | Auto merge of #113001 - ChrisDenton:win-arm32-shim, r=thomcc | bors | -49/+44 |
| 2023-06-24 | Remove unnecessary `path` attribute | Chris Denton | -1/+0 |
| 2023-06-24 | Move arm32 shim to c.rs | Chris Denton | -49/+44 |
| 2023-06-18 | Fix windows `Socket::connect_timeout` overflow | Eval EXEC | -1/+1 |
| 2023-06-14 | Rollup merge of #98202 - aticu:impl_tryfrom_osstr_for_str, r=Amanieu | Matthias Krüger | -1/+1 |
| 2023-06-12 | Add comment for arm_shim in generate-windows-sys | bdbai | -0/+3 |
| 2023-06-12 | Add windows_sys typedef for Win ARM32 | bdbai | -0/+17 |
| 2023-06-12 | Implement `TryFrom<&OsStr>` for `&str` | aticu | -1/+1 |
| 2023-06-10 | Keep uwp specific code in sync with windows-sys | bdbai | -5/+4 |
| 2023-06-10 | Lazy load ntdll functions on UWP | bdbai | -2/+61 |
| 2023-06-02 | Rollup merge of #111647 - klensy:cstr, r=oli-obk | Matthias Krüger | -7/+7 |
| 2023-05-31 | Fix bug in utf16_to_utf8 for zero length strings | Shane Murphy | -0/+13 |
| 2023-05-31 | use c literals in library | klensy | -7/+7 |
| 2023-05-13 | refactor: Remove bespoke from_os_str_bytes_unchecked | Ed Page | -13/+7 |
| 2023-05-13 | refactor: Remove redundant, private OsStr::bytes | Ed Page | -16/+18 |
| 2023-03-27 | Allow access to `OsStr` bytes | Ed Page | -0/+10 |
| 2023-05-15 | Add creation time support to `FileTimes` on apple and windows | beetrees | -4/+18 |
| 2023-05-05 | Sort windows_sys.lst alphabetically | Chris Denton | -614/+617 |
| 2023-05-05 | Use new bindings | Chris Denton | -52/+69 |
| 2023-05-05 | Generate windows-sys bindings | Chris Denton | -3045/+7016 |
| 2023-05-03 | Use `from_wide_to_user_path` in `read_link` | Chris Denton | -4/+7 |
| 2023-05-03 | Correctly convert an NT path to a Win32 path | Chris Denton | -11/+16 |
| 2023-05-01 | Inline AsInner implementations | Konrad Borowski | -0/+4 |
| 2023-04-28 | remove_dir_all: delete directory with fewer perms | Chris Denton | -19/+22 |
| 2023-04-16 | Windows: map a few more error codes to ErrorKind | Chris Denton | -3/+6 |
| 2023-04-10 | Fix typos in library | DaniPopes | -1/+1 |
| 2023-04-05 | Fix buffer overrun in (test-only) symlink_junction | Thom Chiovoloni | -9/+25 |
| 2023-03-21 | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | -38/+62 |
| 2023-03-21 | Rollup merge of #108326 - tmiasko:read-buf, r=thomcc | nils | -9/+52 |
| 2023-03-21 | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | -47/+40 |
| 2023-03-17 | Modify code style as per comments | NagaChaitanya Vellanki | -7/+5 |
| 2023-03-16 | run rustfmt on changes | NagaChaitanya Vellanki | -1/+1 |
| 2023-03-16 | fallback to lstat when stat fails on Windows | NagaChaitanya Vellanki | -1/+13 |
| 2023-03-06 | Implement read_buf for a few more types | Tomasz Miąsko | -9/+52 |
| 2023-02-27 | Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton | Matthias Krüger | -29/+77 |
| 2023-02-25 | [stdio][windows] Use MBTWC and WCTMB | Nicole Mazzuca | -29/+77 |
| 2023-02-23 | Fix `is_terminal`'s handling of long paths on Windows. | Dan Gohman | -19/+21 |
| 2023-02-22 | Quote more batch file arguments | Chris Denton | -1/+10 |
| 2023-02-20 | Distribute libntdll.a with windows-gnu toolchains | Chris Denton | -47/+40 |
| 2023-02-14 | Revert to using `RtlGenRandom` | Chris Denton | -103/+31 |
| 2023-02-13 | Add another error to Windows file open fallback | alesito85 | -1/+6 |
| 2023-02-12 | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | -2/+1 |
| 2023-02-10 | Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` header | Chris Denton | -0/+2 |
| 2023-01-28 | Replace libc::{type} with crate::ffi::{type} | Ayush Singh | -1/+1 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -1/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -2/+2 |