| Age | Commit message (Expand) | Author | Lines |
| 2024-04-28 | Use raw-dylib for Windows futex APIs | Chris Denton | -1/+13 |
| 2024-04-11 | Beta revert "Use OS thread name by default" | Chris Denton | -107/+9 |
| 2024-04-09 | Disallow or quote all specials in bat args | Chris Denton | -12/+93 |
| 2024-04-04 | unix fs: Make hurd and horizon using explicit new rather than From | Samuel Thibault | -2/+2 |
| 2024-03-16 | Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-Simulacrum | Chris Denton | -213/+211 |
| 2024-03-14 | Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=Amanieu | Matthias Krüger | -3/+11 |
| 2024-03-14 | Auto merge of #114038 - Stargateur:108277, r=ChrisDenton | bors | -51/+35 |
| 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-12 | std: move `Once` implementations to `sys` | joboet | -115/+0 |
| 2024-03-11 | Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhpratt | bors | -21/+45 |
| 2024-03-11 | Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDenton | Jacob Pratt | -19/+36 |
| 2024-03-11 | Rollup merge of #122002 - devnexen:thread_stack_netbsd_fix, r=workingjubilee,... | Jacob Pratt | -2/+3 |
| 2024-03-11 | Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb | Jacob Pratt | -0/+6 |
| 2024-03-11 | Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnay | bors | -10/+16 |
| 2024-03-11 | Optimize `process_heap_alloc` | John Kåre Alsaker | -19/+36 |
| 2024-03-10 | Rollup merge of #121942 - devnexen:getrandom_for_dfbsd, r=joboet | Matthias Krüger | -1/+9 |
| 2024-03-10 | Rollup merge of #113525 - workingjubilee:handle-dynamic-minsigstksz, r=m-ou-se | Matthias Krüger | -11/+39 |
| 2024-03-09 | Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum | Guillaume Boisseau | -74/+69 |
| 2024-03-08 | further changes from feedback | David Carlier | -19/+1 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |
| 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 | 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 | 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 |