| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Don't run test_get_os_named_thread on win7 | roblabla | -1/+1 |
| 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 | -3/+4 |
| 2024-03-02 | Rollup merge of #121666 - ChrisDenton:thread-name, r=cuviper | Matthias Krüger | -11/+137 |
| 2024-03-02 | Rollup merge of #121861 - tbu-:pr_floating_point_exact_examples, r=workingjub... | Matthias Krüger | -22/+26 |
| 2024-03-02 | Rollup merge of #109263 - squell:master, r=cuviper | Matthias Krüger | -5/+4 |
| 2024-03-01 | Add `get_name` placeholder to other targets | Chris Denton | -8/+40 |
| 2024-03-01 | Use the guaranteed precision of a couple of float functions in docs | Tobias Bucher | -22/+26 |
| 2024-03-01 | Rollup merge of #121736 - HTGAzureX1212:HTGAzureX1212/remove-mutex-unlock, r=... | Matthias Krüger | -20/+0 |
| 2024-03-01 | Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubilee | bors | -231/+8 |
| 2024-02-29 | Remove doc aliases to PATH | Trevor Gross | -2/+0 |
| 2024-02-29 | Rollup merge of #121596 - ChrisDenton:tls, r=joboet | Guillaume Gomez | -22/+13 |
| 2024-02-29 | Rollup merge of #121793 - tbu-:pr_floating_point_32, r=Amanieu | Guillaume Gomez | -0/+184 |
| 2024-02-29 | Rollup merge of #121765 - hermit-os:errno, r=ChrisDenton | Guillaume Gomez | -6/+6 |
| 2024-02-29 | Rollup merge of #118217 - tbu-:pr_floating_point, r=Amanieu | Guillaume Gomez | -0/+184 |
| 2024-02-29 | Document which methods on `f32` are precise | Tobias Bucher | -0/+184 |
| 2024-02-29 | Document the precision of `f64` methods | Tobias Bucher | -0/+184 |
| 2024-02-29 | Rollup merge of #121778 - ibraheemdev:patch-19, r=RalfJung | Jacob Pratt | -0/+3 |
| 2024-02-29 | Rollup merge of #121768 - ecton:condvar-unwindsafe, r=m-ou-se | Jacob Pratt | -1/+5 |
| 2024-02-29 | Rollup merge of #119748 - tgross35:suggest-path-split, r=Amanieu | Jacob Pratt | -1/+17 |
| 2024-02-29 | fix typos | Ibraheem Ahmed | -3/+3 |
| 2024-02-29 | document potential memory leak in unbounded channel | Ibraheem Ahmed | -0/+3 |
| 2024-02-29 | Rollup merge of #110543 - joboet:reentrant_lock, r=m-ou-se | Matthias Krüger | -207/+375 |
| 2024-02-28 | Implement unwind safety for Condvar | Jonathan Johnson | -1/+5 |
| 2024-02-28 | add platform-specific function to get the error number for HermitOS | Stefan Lankes | -6/+6 |
| 2024-02-28 | std: move thread local implementation to `sys` | joboet | -3/+4 |
| 2024-02-28 | Rollup merge of #121691 - janstarke:handle-missing-creation-time-as-unsupport... | Guillaume Gomez | -1/+1 |
| 2024-02-28 | Rollup merge of #120051 - riverbl:os-str-display, r=m-ou-se | Guillaume Gomez | -9/+72 |
| 2024-02-28 | remove Mutex::unlock | HTGAzureX1212. | -20/+0 |
| 2024-02-27 | Auto merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | bors | -124/+223 |
| 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/+93 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -8/+8 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -124/+223 |
| 2024-02-27 | Test getting the OS thread name | Chris Denton | -0/+19 |
| 2024-02-27 | Use the OS thread name by default for the current thread | Chris Denton | -3/+78 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -4/+4 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -1/+1 |
| 2024-02-26 | fix race between block initialization and receiver disconnection | Ibraheem Ahmed | -2/+2 |
| 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 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -4/+4 |
| 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-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -1/+1 |