| Age | Commit message (Expand) | Author | Lines |
| 2024-03-08 | further changes from feedback | David Carlier | -19/+1 |
| 2024-03-08 | Document overrides of `clone_from()` | Noa | -2/+14 |
| 2024-03-08 | Rollup merge of #121938 - blyxxyz:quadratic-vectored-write, r=Amanieu | Matthias Krüger | -31/+50 |
| 2024-03-08 | Rollup merge of #118623 - haydonryan:master, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2024-03-07 | Rollup merge of #122147 - kadiwa4:private_impl_mods, r=workingjubilee | Guillaume Gomez | -48/+44 |
| 2024-03-07 | make `std::os::unix::ucred` module private | Kalle Wachsmuth | -48/+44 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -11/+11 |
| 2024-03-07 | Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgr | bors | -0/+1 |
| 2024-03-06 | Document and test minimal stack size on Windows | Chris Denton | -0/+15 |
| 2024-03-06 | Dynamically size sigaltstk in std | Jubilee Young | -11/+39 |
| 2024-03-06 | fix `close_read_wakes_up` test | Lukas Markeffsky | -15/+18 |
| 2024-03-06 | Note why we're using a new thread in a test | Chris Denton | -0/+1 |
| 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 | Auto merge of #121956 - ChrisDenton:srwlock, r=joboet | bors | -30/+136 |
| 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 | -30/+103 |
| 2024-03-04 | std::threads: revisit stack address calculation on netbsd. | David Carlier | -2/+21 |
| 2024-03-04 | Don't run test_get_os_named_thread on win7 | roblabla | -1/+1 |
| 2024-03-03 | std::rand: enable getrandom for dragonflybsd too. | David Carlier | -1/+9 |
| 2024-03-03 | Fix quadratic behavior of repeated vectored writes | Jan Verbeek | -31/+50 |
| 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 | 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 | -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 |