| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #121591 - matthiaskrgr:rollup-8wfhh3v, r=matthiaskrgr | bors | -21/+0 |
| 2024-02-25 | Rollup merge of #121513 - nshyrei:fix_tests_module, r=cuviper | Matthias Krüger | -21/+0 |
| 2024-02-25 | Windows: Use ProcessPrng for random keys | Chris Denton | -44/+28 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -37/+37 |
| 2024-02-23 | moved tests file | NikitaShyrei | -21/+0 |
| 2024-02-23 | Make timespec capping public to crate::sys | Florian Bartels | -2/+2 |
| 2024-02-22 | Auto merge of #117174 - Ayush1325:uefi-stdio-improve, r=workingjubilee | bors | -37/+94 |
| 2024-02-21 | Always use WaitOnAddress on Win10+ | Chris Denton | -106/+154 |
| 2024-02-21 | os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`. | David Carlier | -0/+12 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -11/+22 |
| 2024-02-20 | Delete architecture-specific memchr code in std::sys | Arthur Carcano | -91/+6 |
| 2024-02-19 | Auto merge of #121177 - joboet:move_pal_locks, r=ChrisDenton | bors | -3221/+12 |
| 2024-02-18 | Dyn erase at call site | David Thomas | -59/+50 |
| 2024-02-18 | Add some comments to prevent regression | David Thomas | -0/+5 |
| 2024-02-18 | Reduce monomorphisation bloat in small_c_string | David Thomas | -8/+15 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -4/+6 |
| 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 | -9/+9 |
| 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 platforms without threads | joboet | -140/+1 |
| 2024-02-16 | std: move locks to `sys` on xous | joboet | -340/+0 |
| 2024-02-16 | std: move locks to `sys` on Windows | joboet | -151/+0 |
| 2024-02-16 | std: move locks to `sys` on UNIX and other futex platforms | joboet | -1609/+0 |
| 2024-02-16 | std: move locks to `sys` on teeos | joboet | -153/+0 |
| 2024-02-16 | std: move locks to `sys` on SGX | joboet | -337/+1 |
| 2024-02-16 | std: move locks to `sys` on µITRON | joboet | -491/+10 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -80/+80 |
| 2024-02-16 | Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplett | bors | -0/+116 |
| 2024-02-15 | Rollup merge of #120672 - devnexen:update_thread_stack_guardpages_fbsd, r=m-o... | Guillaume Gomez | -5/+25 |
| 2024-02-15 | Rollup merge of #121098 - ShoyuVanilla:thread-local-unnecessary-else, r=Nilst... | Matthias Krüger | -1/+2 |
| 2024-02-15 | Rollup merge of #118749 - ChrisDenton:winsys, r=cuviper | Matthias Krüger | -9/+10 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -26/+24 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -78/+80 |
| 2024-02-15 | Remove unnecessary else block from `thread_local!` expanded code | Shoyu Vanilla | -1/+2 |
| 2024-02-14 | Rollup merge of #118738 - devnexen:netbsd10_update, r=cuviper | Oli Scherer | -4/+6 |
| 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-13 | Implement Instant for UEFI | Ayush Singh | -0/+116 |
| 2024-02-13 | Auto merge of #120938 - Ayush1325:uefi-thread, r=joboet,Nilstrieb | bors | -1/+60 |
| 2024-02-12 | Auto merge of #110211 - joboet:queue_lock, r=Amanieu | bors | -197/+559 |
| 2024-02-11 | Implement sys/thread for UEFI | Ayush Singh | -1/+60 |
| 2024-02-11 | add doc-comment to `unlock_queue` | joboet | -0/+3 |
| 2024-02-11 | std: enabling new netbsd (10) calls. | David Carlier | -4/+6 |
| 2024-02-09 | Auto merge of #120852 - matthiaskrgr:rollup-01pr8gj, r=matthiaskrgr | bors | -644/+136 |
| 2024-02-09 | std::thread update freebsd stack guard handling. | David Carlier | -5/+25 |