| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Add blank lines after module-level `//` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+19 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -18/+20 |
| 2024-06-19 | Make Option::as_[mut_]slice const | George Bateman | -4/+15 |
| 2024-06-19 | reword the hint::blackbox non-guarantees | The 8472 | -1/+1 |
| 2024-06-19 | core: add tracking issue for `array::repeat` | joboet | -1/+1 |
| 2024-06-19 | core: simplify implementation of `array::repeat`, address other nits | joboet | -18/+9 |
| 2024-06-19 | core: implement `UncheckedIterator` for `RepeatN` | joboet | -1/+3 |
| 2024-06-19 | core: implement `array::repeat` | joboet | -0/+36 |
| 2024-06-19 | Add a hack to prevent proc_macro misopt in CI | Gary Guo | -1/+3 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -6/+6 |
| 2024-06-18 | AVX512DQ: Fixes (Corrected some typos in tests, Removed intrinsics list as ev... | sayantn | -460/+16 |
| 2024-06-18 | AVX512DQ: Fixes (Adding SSE target_feature for i586) | sayantn | -8/+8 |
| 2024-06-18 | AVX512DQ Part 7: FP-Class | sayantn | -17/+635 |
| 2024-06-18 | AVX512DQ Part 6: Reduce | sayantn | -1/+0 |
| 2024-06-18 | AVX512DQ Part 6: Reduce | sayantn | -178/+1522 |
| 2024-06-18 | AVX512DQ Part 5: Range. Fixed intrinsic verification. | sayantn | -58/+1268 |
| 2024-06-18 | AVX512DQ Part 4: Mask Registers and Multiply Low | sayantn | -61/+972 |
| 2024-06-18 | AVX512DQ : Fix errors in Part 2 | sayantn | -51/+55 |
| 2024-06-18 | AVX512DQ Part 3: Convert Intrinsics | sayantn | -166/+3662 |
| 2024-06-18 | AVX512DQ : Fix Instructions | sayantn | -41/+24 |
| 2024-06-18 | AVX512DQ : Fix | sayantn | -1/+0 |
| 2024-06-18 | AVX512DQ : Fix : Added to mod.rs | sayantn | -0/+125 |
| 2024-06-18 | AVX512DQ : Fix : Added to mod.rs | sayantn | -0/+5 |
| 2024-06-18 | AVX512DQ Part 2: Broadcast, Extract, Insert | sayantn | -96/+1825 |
| 2024-06-18 | AVX512DQ Part 1: Logical Operations (and, andn, or, xor) - tests and doc | sayantn | -122/+904 |
| 2024-06-18 | AVX512DQ Part 1: Logical Operations (and, andn, or, xor) | sayantn | -37/+551 |
| 2024-06-18 | AVX512DQ Part 0: Intrinsics List | sayantn | -0/+442 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -17/+17 |
| 2024-06-18 | Auto merge of #126330 - m-ou-se:panic-message-type, r=Amanieu | bors | -11/+79 |
| 2024-06-17 | Disable libm on x86 without sse2 | Trevor Gross | -0/+3 |
| 2024-06-17 | Print the tested value in int_log tests | Trevor Gross | -13/+13 |
| 2024-06-17 | Add missing CopyMarker impl | Lukas Bergdoll | -0/+2 |
| 2024-06-17 | Revert panic_safe test changes | Lukas Bergdoll | -1/+2 |
| 2024-06-17 | Add PanicMessage type for PanicInfo::message(). | Mara Bos | -11/+79 |
| 2024-06-17 | Add tracking issue to async_drop API | Daria Sukhonina | -13/+13 |
| 2024-06-17 | std: rename module for clarity | joboet | -2/+2 |
| 2024-06-17 | std: update TLS module documentation | joboet | -16/+22 |
| 2024-06-17 | std: use the `c_int` from `core::ffi` instead of `libc` | joboet | -1/+1 |
| 2024-06-17 | std: simplify `#[cfg]`s for TLS | joboet | -15/+10 |
| 2024-06-17 | Fix unintended regression for Freeze + Copy types | Lukas Bergdoll | -1/+5 |
| 2024-06-17 | Auto merge of #126569 - jieyouxu:rollup-1uvkb2y, r=jieyouxu | bors | -24/+17 |
| 2024-06-17 | Rollup merge of #126531 - slanterns:error_provider, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-17 | Rollup merge of #126468 - RalfJung:euclid, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2024-06-17 | Rollup merge of #126346 - hermit-os:fd, r=Amanieu | 许杰友 Jieyou Xu (Joe) | -13/+4 |
| 2024-06-17 | Rollup merge of #126288 - x4exr:patch-1, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -6/+6 |
| 2024-06-17 | Auto merge of #125720 - folkertdev:optimize_for_size-ptr-rotate, r=Amanieu | bors | -2/+6 |
| 2024-06-16 | doc: Added commas where needed | Rayyan Khan | -6/+6 |
| 2024-06-17 | Replace addsub variations | Tobias Decking | -29/+25 |
| 2024-06-17 | Fix SSE2 sqrt | Tobias Decking | -1/+2 |