| Age | Commit message (Expand) | Author | Lines |
| 2024-06-23 | fix build | David Carlier | -2/+1 |
| 2024-06-23 | Added runtime detection | sayantn | -21/+67 |
| 2024-06-23 | Use generic simd for avx512 popcnt | Tobias Decking | -78/+38 |
| 2024-06-23 | Rollup merge of #126783 - tguichaoua:fix_tcplistener_into_incoming_issue_numb... | Matthias Krüger | -5/+5 |
| 2024-06-23 | std::unix::os::home_dir: fallback's optimisation. | David Carlier | -2/+3 |
| 2024-06-22 | Auto merge of #126838 - matthiaskrgr:rollup-qkop22o, r=matthiaskrgr | bors | -38/+30 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -19/+12 |
| 2024-06-22 | Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu | Matthias Krüger | -19/+18 |
| 2024-06-22 | Auto merge of #116113 - kpreid:arcmut, r=dtolnay | bors | -58/+492 |
| 2024-06-22 | Generalize `{Rc,Arc}::make_mut()` to unsized types. | Kevin Reid | -26/+229 |
| 2024-06-22 | Replace `WriteCloneIntoRaw` with `CloneToUninit`. | Kevin Reid | -34/+11 |
| 2024-06-22 | Add `core::clone::CloneToUninit`. | Kevin Reid | -0/+254 |
| 2024-06-22 | Fix unset variables in the build script | Trevor Gross | -3/+3 |
| 2024-06-22 | Auto merge of #126750 - scottmcm:less-unlikely, r=jhpratt | bors | -19/+19 |
| 2024-06-22 | Skip f128 tests on powerpc64le | Trevor Gross | -1/+2 |
| 2024-06-22 | Update the Ubuntu docker image to the latest version | Trevor Gross | -19/+19 |
| 2024-06-22 | Auto merge of #124101 - the8472:pidfd-methods, r=cuviper | bors | -124/+265 |
| 2024-06-22 | to extract a pidfd we must consume the child | The 8472 | -12/+19 |
| 2024-06-22 | Add PidFd::{kill, wait, try_wait} | The 8472 | -117/+251 |
| 2024-06-21 | std::unix::fs: copy simplification for apple. | David Carlier | -35/+15 |
| 2024-06-21 | Auto merge of #125853 - tesuji:promote-fail-fast, r=cjgillot | bors | -1/+1 |
| 2024-06-21 | set asm attributes | Ralf Jung | -0/+11 |
| 2024-06-21 | fix test_mm512_stream_ps test | Ralf Jung | -2/+2 |
| 2024-06-21 | non-temporal stores: use inline assembly | Ralf Jung | -18/+59 |
| 2024-06-21 | Update avx2.rs | Tobias Decking | -4/+0 |
| 2024-06-21 | addcarryx: use pointers of the right type | Ralf Jung | -6/+6 |
| 2024-06-21 | update intrinsic const param counting | Deadbeef | -1/+3 |
| 2024-06-21 | Remove `feature(effects)` from the standard library | Deadbeef | -19/+10 |
| 2024-06-21 | Auto merge of #126781 - matthiaskrgr:rollup-5u4pens, r=matthiaskrgr | bors | -13/+13 |
| 2024-06-21 | fix issue number | Tristan Guichaoua | -5/+5 |
| 2024-06-21 | Rollup merge of #126613 - tgross35:log-test-update, r=cuviper | Matthias Krüger | -13/+13 |
| 2024-06-20 | Stop using `unlikely` in `strict_*` methods | Scott McMurray | -19/+19 |
| 2024-06-20 | [GVN] Add tests for generic pointees with PtrMetadata | Scott McMurray | -0/+7 |
| 2024-06-20 | Don't perform mitigation for thread-unsafe libc::exit under Miri. | Zachary S | -1/+9 |
| 2024-06-20 | fix rustdoc URL | Zachary S | -3/+4 |
| 2024-06-20 | On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`... | Zachary S | -0/+93 |
| 2024-06-21 | Auto merge of #126578 - scottmcm:inlining-bonuses-too, r=davidtwco | bors | -2/+4 |
| 2024-06-20 | Auto merge of #124032 - Voultapher:a-new-sort, r=thomcc | bors | -1686/+2627 |
| 2024-06-20 | Rollup merge of #126737 - fee1-dead-contrib:rm-const-closures, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-06-20 | Fix wrong big O star bracing in the doc comments | Lukas Bergdoll | -6/+6 |
| 2024-06-20 | Remove `feature(const_closures)` from libcore | Deadbeef | -1/+0 |
| 2024-06-20 | Auto merge of #126736 - matthiaskrgr:rollup-rb20oe3, r=matthiaskrgr | bors | -22/+56 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -18/+41 |
| 2024-06-20 | Rollup merge of #126711 - GKFX:const-option-as-slice, r=oli-obk | Matthias Krüger | -4/+15 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -7/+9 |
| 2024-06-20 | Stabilize `PanicInfo::message()` and `PanicMessage` | StackOverflowExcept1on | -7/+6 |
| 2024-06-20 | Rollup merge of #126703 - the8472:on-blackbox-crypto-use, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-06-19 | Shrink some slice iterator MIR | Scott McMurray | -2/+4 |
| 2024-06-19 | Stabilize `hint_assert_unchecked` | Trevor Gross | -9/+4 |
| 2024-06-19 | Update documentation for `hint::assert_unchecked` | Trevor Gross | -20/+73 |