| Age | Commit message (Expand) | Author | Lines |
| 2024-03-17 | Expand sys/os for UEFI | Ayush Singh | -10/+81 |
| 2024-03-16 | Rollup merge of #122583 - Zoxc:tls-non-mut, r=joboet | Chris Denton | -8/+7 |
| 2024-03-16 | Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-Simulacrum | Chris Denton | -213/+211 |
| 2024-03-16 | Use `UnsafeCell` for fast constant thread locals | John Kåre Alsaker | -8/+7 |
| 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-13 | Provide `cabi_realloc` on `wasm32-wasip2` by default | Alex Crichton | -0/+67 |
| 2024-03-13 | Get wasm32-wasip2 compiling with its custom pal implementation | Alex Crichton | -9/+3 |
| 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 | -25/+488 |
| 2024-03-12 | Allow dead code in sys/pal | Arthur Carcano | -0/+6 |
| 2024-03-12 | Allow dead code in thread local dtor | Arthur Carcano | -1/+1 |
| 2024-03-12 | std::rand: fix dragonflybsd after #121942. | David Carlier | -7/+13 |
| 2024-03-11 | Rollup merge of #121438 - coolreader18:wasm32-panic-unwind, r=cuviper | Jubilee | -4/+4 |
| 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 | -30/+103 |
| 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 | -2/+3 |
| 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 | -2/+3 |
| 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 |