| Age | Commit message (Expand) | Author | Lines |
| 2024-06-09 | Migrate more things to WinError | Chris Denton | -30/+69 |
| 2024-06-05 | Update `./x fmt` command | Chris Denton | -1/+1 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -4/+4 |
| 2024-05-02 | std: move thread parking to `sys::sync` | joboet | -279/+0 |
| 2024-04-24 | Rollup merge of #124282 - RalfJung:fill_utf16_buf, r=ChrisDenton | León Orell Valerian Liehr | -5/+14 |
| 2024-04-23 | fix weak memory bug in TLS on Windows | Ralf Jung | -4/+22 |
| 2024-04-23 | windows fill_utf16_buf: explain the expected return value | Ralf Jung | -5/+14 |
| 2024-04-18 | Rollup merge of #124019 - ChrisDenton:futex-raw-dylib, r=joboet | Jubilee | -1/+13 |
| 2024-04-16 | Use raw-dylib for Windows futex APIs | Chris Denton | -1/+13 |
| 2024-04-15 | Add support for Arm64EC to the Standard Library | Daniel Paoliello | -21/+21 |
| 2024-04-14 | Miri: run .CRT$XLB linker section on thread-end | Ralf Jung | -0/+1 |
| 2024-04-12 | Add `unsafe` to two functions with safety invariants | Eduardo Sánchez Muñoz | -12/+14 |
| 2024-04-11 | Factor some common `io::Error` constants | Benoît du Garreau | -12/+3 |
| 2024-04-10 | Rollup merge of #123534 - ChrisDenton:name, r=workingjubilee | Guillaume Gomez | -6/+123 |
| 2024-04-09 | Add comment on UTF-16 surrogates | Chris Denton | -0/+2 |
| 2024-04-09 | Windows: set main thread name without reencoding | Chris Denton | -4/+8 |
| 2024-04-09 | Add const UTF-8 to UTF-16 conversion macros | Chris Denton | -2/+113 |
| 2024-04-09 | Disallow or quote all specials in bat args | Chris Denton | -12/+93 |
| 2024-04-05 | Revert #121666 | Chris Denton | -24/+0 |
| 2024-04-04 | Add comments about using debug_assert | Chris Denton | -0/+4 |
| 2024-04-02 | Avoid panicking unnecessarily on startup | Chris Denton | -30/+10 |
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -11/+0 |
| 2024-03-19 | SeqCst->Relaxed in pal::windows::pipe. | Mara Bos | -4/+4 |
| 2024-03-12 | Bump windows-bindgen to 0.55.0 | Chris Denton | -183/+181 |
| 2024-03-12 | Bump windows-bindgen to 0.54.0 | Chris Denton | -31/+31 |
| 2024-03-11 | Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDenton | Jacob Pratt | -19/+36 |
| 2024-03-11 | Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb | Jacob Pratt | -0/+6 |
| 2024-03-11 | Optimize `process_heap_alloc` | John Kåre Alsaker | -19/+36 |
| 2024-03-09 | Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum | Guillaume Boisseau | -74/+69 |
| 2024-03-06 | Document and test minimal stack size on Windows | Chris Denton | -0/+2 |
| 2024-03-06 | Remove unnecessary fixme | Chris Denton | -5/+0 |
| 2024-03-05 | Add `Waitable` trait | Chris Denton | -10/+43 |
| 2024-03-05 | Windows: Implement mutex using futex | Chris Denton | -0/+58 |
| 2024-03-03 | Auto merge of #121856 - ChrisDenton:abort, r=joboet | bors | -10/+13 |
| 2024-03-02 | Cleanup windows abort_internal | Chris Denton | -10/+13 |
| 2024-03-02 | Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviper | Matthias Krüger | -1/+36 |
| 2024-03-01 | Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubilee | bors | -6/+0 |
| 2024-02-29 | Rollup merge of #121596 - ChrisDenton:tls, r=joboet | Guillaume Gomez | -22/+13 |
| 2024-02-27 | Implement junction_point | Chris Denton | -74/+69 |
| 2024-02-27 | Use the OS thread name by default for the current thread | Chris Denton | -1/+36 |
| 2024-02-26 | Remove _tls_used trickery unless needed | Chris Denton | -5/+2 |
| 2024-02-26 | Use volatile to make `p_thread_callback` used | Chris Denton | -17/+11 |
| 2024-02-26 | Win10: Use GetSystemTimePreciseAsFileTime directly | Chris Denton | -0/+6 |
| 2024-02-26 | Auto merge of #121317 - ChrisDenton:win10-sync, r=Mark-Simulacrum | bors | -106/+154 |
| 2024-02-25 | Windows: Use ProcessPrng for random keys | Chris Denton | -44/+28 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -13/+13 |
| 2024-02-21 | Always use WaitOnAddress on Win10+ | Chris Denton | -106/+154 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -5/+5 |
| 2024-02-20 | Delete architecture-specific memchr code in std::sys | Arthur Carcano | -6/+0 |
| 2024-02-19 | Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDenton | bors | -151/+0 |