| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | -0/+0 |
| 2024-02-25 | Rollup merge of #121513 - nshyrei:fix_tests_module, r=cuviper | Matthias Krüger | -0/+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 | -0/+0 |
| 2024-02-23 | Make timespec capping public to crate::sys | Florian Bartels | -2/+2 |
| 2024-02-22 | std support for wasm32 panic=unwind | Noa | -4/+4 |
| 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 | -16/+27 |
| 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 | -164/+141 |
| 2024-02-18 | Auto merge of #121101 - GnomedDev:dyn-small-c-string, r=Nilstrieb | bors | -57/+60 |
| 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 | Rollup merge of #118569 - blyxxyz:platform-os-str-slice, r=Mark-Simulacrum | Matthias Krüger | -1/+49 |
| 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 | -17/+10 |
| 2024-02-16 | std: move locks to `sys` on xous | joboet | -10/+11 |
| 2024-02-16 | std: move locks to `sys` on Windows | joboet | -8/+10 |
| 2024-02-16 | std: move locks to `sys` on UNIX and other futex platforms | joboet | -218/+55 |
| 2024-02-16 | std: move locks to `sys` on teeos | joboet | -10/+158 |
| 2024-02-16 | std: move locks to `sys` on SGX | joboet | -23/+19 |
| 2024-02-16 | std: move locks to `sys` on µITRON | joboet | -41/+41 |
| 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 |