| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-17 | Rollup merge of #119032 - smmalis37:patch-1, r=ChrisDenton | Guillaume Boisseau | -5/+25 |
| 2024-02-17 | Auto merge of #120741 - a1phyr:safe_buffer_advance, r=m-ou-se | bors | -3/+3 |
| 2024-02-16 | Remove cfg_attr | Steven | -1/+0 |
| 2024-02-16 | Use a hardcoded constant instead of calling OpenProcessToken. | Steven | -5/+26 |
| 2024-02-16 | std: move locks to `sys` on Windows | joboet | -151/+0 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -13/+13 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -3/+3 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -13/+13 |
| 2024-02-14 | Automatically sort windows_sys bindings | Chris Denton | -8/+1 |
| 2024-02-14 | Add windows_sys readme | Chris Denton | -0/+9 |
| 2024-02-14 | Move windows_sys.lst to bindings.txt | Chris Denton | -1/+0 |
| 2024-02-08 | std: move path into `sys` | joboet | -485/+3 |
| 2024-02-07 | Make `io::BorrowedCursor::advance` safe | Benoît du Garreau | -3/+3 |
| 2024-01-30 | Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnay | Guillaume Gomez | -2/+2 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -2/+2 |
| 2024-01-29 | Rollup merge of #120373 - HTGAzureX1212:HTGAzureX1212/issue-120040, r=ChrisDe... | Dylan DPC | -1/+33 |
| 2024-01-27 | add extra check for invalid handle in ReadDir::next | HTGAzureX1212. | -1/+8 |