| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort windows_sys.lst alphabetically | Chris Denton | 2023-05-05 | 1 | -614/+617 |
| * | Use new bindings | Chris Denton | 2023-05-05 | 11 | -52/+69 |
| * | Generate windows-sys bindings | Chris Denton | 2023-05-05 | 4 | -3045/+7016 |
| * | Use `from_wide_to_user_path` in `read_link` | Chris Denton | 2023-05-03 | 2 | -4/+7 |
| * | Correctly convert an NT path to a Win32 path | Chris Denton | 2023-05-03 | 1 | -11/+16 |
| * | Inline AsInner implementations | Konrad Borowski | 2023-05-01 | 4 | -0/+4 |
| * | remove_dir_all: delete directory with fewer perms | Chris Denton | 2023-04-28 | 1 | -19/+22 |
| * | Windows: map a few more error codes to ErrorKind | Chris Denton | 2023-04-16 | 1 | -3/+6 |
| * | Fix typos in library | DaniPopes | 2023-04-10 | 1 | -1/+1 |
| * | Fix buffer overrun in (test-only) symlink_junction | Thom Chiovoloni | 2023-04-05 | 1 | -9/+25 |
| * | Rollup merge of #96391 - ChrisDenton:command-non-verbatim, r=joshtriplett | Matthias Krüger | 2023-03-21 | 3 | -38/+62 |
| |\ |
|
| | * | Windows: make Command prefer non-verbatim paths | Chris Denton | 2022-12-02 | 3 | -38/+62 |
| * | | Rollup merge of #108326 - tmiasko:read-buf, r=thomcc | nils | 2023-03-21 | 3 | -9/+52 |
| |\ \ |
|
| | * | | Implement read_buf for a few more types | Tomasz Miąsko | 2023-03-06 | 3 | -9/+52 |
| * | | | Auto merge of #108262 - ChrisDenton:libntdll, r=Mark-Simulacrum | bors | 2023-03-21 | 1 | -47/+40 |
| |\ \ \ |
|
| | * | | | Distribute libntdll.a with windows-gnu toolchains | Chris Denton | 2023-02-20 | 1 | -47/+40 |
| * | | | | Modify code style as per comments | NagaChaitanya Vellanki | 2023-03-17 | 1 | -7/+5 |
| * | | | | run rustfmt on changes | NagaChaitanya Vellanki | 2023-03-16 | 1 | -1/+1 |
| * | | | | fallback to lstat when stat fails on Windows | NagaChaitanya Vellanki | 2023-03-16 | 1 | -1/+13 |
| | |/ /
|/| | |
|
| * | | | Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton | Matthias Krüger | 2023-02-27 | 2 | -29/+77 |
| |\ \ \ |
|
| | * | | | [stdio][windows] Use MBTWC and WCTMB | Nicole Mazzuca | 2023-02-25 | 2 | -29/+77 |
| * | | | | Fix `is_terminal`'s handling of long paths on Windows. | Dan Gohman | 2023-02-23 | 2 | -19/+21 |
| |/ / / |
|
| * | | | Quote more batch file arguments | Chris Denton | 2023-02-22 | 1 | -1/+10 |
| |/ / |
|
| * | | Revert to using `RtlGenRandom` | Chris Denton | 2023-02-14 | 2 | -103/+31 |
| * | | Add another error to Windows file open fallback | alesito85 | 2023-02-13 | 1 | -1/+6 |
| * | | Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcm | bors | 2023-02-12 | 1 | -2/+1 |
| |\ \ |
|
| | * | | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | 2023-01-14 | 1 | -2/+1 |
| * | | | Zero the `REPARSE_MOUNTPOINT_DATA_BUFFER` header | Chris Denton | 2023-02-10 | 1 | -0/+2 |
| * | | | Replace libc::{type} with crate::ffi::{type} | Ayush Singh | 2023-01-28 | 1 | -1/+1 |
| * | | | refactor[std]: do not use box syntax | joboet | 2023-01-17 | 1 | -1/+1 |
| * | | | Remove various double spaces in source comments. | André Vennberg | 2023-01-14 | 2 | -2/+2 |
| |/ / |
|
| * | | std: rename `Parker::new` to `Parker::new_in_place`, add safe `Parker::new` c... | joboet | 2022-12-30 | 1 | -1/+1 |
| * | | std: unify id-based thread parking implementations | joboet | 2022-12-29 | 2 | -1/+1 |
| * | | Implement blocking output | Ayush Singh | 2022-12-11 | 1 | -0/+5 |
| * | | Add read_to_end for AnonPipe | Ayush Singh | 2022-12-08 | 1 | -1/+5 |
| * | | Auto merge of #103459 - ChrisDenton:propagate-nulls, r=thomcc | bors | 2022-12-07 | 1 | -14/+20 |
| |\ \
| |/
|/| |
|
| | * | Don't set `STARTF_USESTDHANDLES` if none are set | Chris Denton | 2022-12-06 | 1 | -7/+15 |
| | * | Pass on null handle values to child process | Chris Denton | 2022-10-24 | 1 | -7/+5 |
| * | | Auto merge of #104160 - Ayush1325:windows-args, r=m-ou-se | bors | 2022-12-01 | 1 | -52/+2 |
| |\ \ |
|
| | * | | Extract WStrUnits to sys_common::wstr | Ayush Singh | 2022-11-28 | 1 | -52/+2 |
| * | | | Handle the case that even the filename array is unaligned. | Thom Chiovoloni | 2022-11-18 | 1 | -5/+14 |
| * | | | Don't assume `FILE_ID_BOTH_DIR_INFO` will be aligned | Thom Chiovoloni | 2022-11-17 | 1 | -5/+9 |
| * | | | std: remove lock wrappers in `sys_common` | joboet | 2022-11-06 | 4 | -26/+21 |
| |/ / |
|
| * | | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | 2022-11-05 | 2 | -5/+6 |
| |\ \ |
|
| | * | | Small round of typo fixes | Alex Saveau | 2022-11-04 | 2 | -5/+6 |
| | |/ |
|
| * | | Use stdio in UWP apps | Chris Denton | 2022-10-27 | 3 | -120/+28 |
| |/ |
|
| * | Reduce false positives in msys2 detection | Chris Denton | 2022-10-21 | 2 | -2/+12 |
| * | Auto merge of #100579 - joboet:sync_mutex_everywhere, r=thomcc | bors | 2022-10-15 | 1 | -3/+3 |
| |\ |
|
| | * | std: use `sync::Mutex` for internal statics | joboet | 2022-10-13 | 1 | -3/+3 |
| * | | Use Align8 to avoid misalignment if the allocator or Vec doesn't align alloca... | Josh Triplett | 2022-10-15 | 1 | -7/+7 |