| Age | Commit message (Expand) | Author | Lines |
| 2024-03-06 | Document and test minimal stack size on Windows | Chris Denton | -0/+2 |
| 2024-03-06 | Dynamically size sigaltstk in std | Jubilee Young | -11/+39 |
| 2024-03-06 | Remove unnecessary fixme | Chris Denton | -5/+0 |
| 2024-03-06 | Be stricter with `copy_file_range` probe results | Tobias Bucher | -33/+35 |
| 2024-03-06 | Less syscalls for the `copy_file_range` probe | Tobias Bucher | -23/+48 |
| 2024-03-06 | unix time module now return result | Antoine PLASKOWSKI | -51/+35 |
| 2024-03-05 | Add `Waitable` trait | Chris Denton | -10/+43 |
| 2024-03-05 | Windows: Implement mutex using futex | Chris Denton | -0/+58 |
| 2024-03-04 | std::threads: revisit stack address calculation on netbsd. | David Carlier | -2/+21 |
| 2024-03-03 | std::rand: enable getrandom for dragonflybsd too. | David Carlier | -1/+9 |
| 2024-03-03 | Add missing get_name for wasm::thread. | Ian Neumann | -0/+4 |
| 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 #121758 - joboet:move_pal_thread_local, r=ChrisDenton | Matthias Krüger | -666/+0 |
| 2024-03-02 | Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviper | Matthias Krüger | -10/+115 |
| 2024-03-01 | Add `get_name` placeholder to other targets | Chris Denton | -8/+40 |
| 2024-03-01 | revise interface to read directory entries | Stefan Lankes | -97/+116 |
| 2024-03-01 | Extending filesystem support for hermit-os | simonschoening | -96/+225 |
| 2024-03-01 | Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubilee | bors | -91/+6 |
| 2024-02-29 | Rollup merge of #121596 - ChrisDenton:tls, r=joboet | Guillaume Gomez | -22/+13 |
| 2024-02-29 | Rollup merge of #121765 - hermit-os:errno, r=ChrisDenton | Guillaume Gomez | -5/+5 |
| 2024-02-28 | add platform-specific function to get the error number for HermitOS | Stefan Lankes | -5/+5 |
| 2024-02-28 | std: move thread local implementation to `sys` | joboet | -666/+0 |
| 2024-02-28 | Rollup merge of #121691 - janstarke:handle-missing-creation-time-as-unsupport... | Guillaume Gomez | -1/+1 |
| 2024-02-27 | Implement junction_point | Chris Denton | -74/+69 |
| 2024-02-27 | Auto merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | bors | -123/+213 |
| 2024-02-27 | handle unavailable creation time as `io::ErrorKind::Unsupported` | Jan Starke | -1/+1 |
| 2024-02-27 | Auto merge of #119636 - devnexen:linux_tcp_defer_accept, r=m-ou-se | bors | -0/+12 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -4/+4 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -123/+213 |
| 2024-02-27 | Use the OS thread name by default for the current thread | Chris Denton | -2/+75 |
| 2024-02-26 | change std::process to drop supplementary groups based on CAP_SETGID | Elliot Roberts | -3/+11 |
| 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 | 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 |