| Age | Commit message (Expand) | Author | Lines |
| 2024-03-09 | Auto merge of #120985 - Kobzol:linux-update-host-llvm, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-03-09 | Auto merge of #122241 - matthiaskrgr:rollup-r8q87ok, r=matthiaskrgr | bors | -171/+697 |
| 2024-03-09 | Rollup merge of #122237 - fee1-dead-contrib:rmord, r=compiler-errors | Matthias Krüger | -28/+42 |
| 2024-03-09 | Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obk | Matthias Krüger | -35/+250 |
| 2024-03-09 | Rollup merge of #122232 - RalfJung:misc, r=jhpratt | Matthias Krüger | -6/+7 |
| 2024-03-09 | Rollup merge of #122224 - gurry:add-tests, r=Nadrieril | Matthias Krüger | -0/+109 |
| 2024-03-09 | Rollup merge of #122223 - Jarcho:visit_fix, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-09 | Rollup merge of #122215 - Zoxc:cycle-detect-names, r=oli-obk | Matthias Krüger | -19/+24 |
| 2024-03-09 | Rollup merge of #122209 - onur-ozkan:fix-tidy-path-resolution, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2024-03-09 | Rollup merge of #122187 - bjorn3:merge_header_version_checks, r=petrochenkov | Matthias Krüger | -45/+79 |
| 2024-03-09 | Rollup merge of #122178 - cuviper:ci-llvm-18, r=Kobzol | Matthias Krüger | -0/+68 |
| 2024-03-09 | Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r... | Matthias Krüger | -1/+27 |
| 2024-03-09 | Rollup merge of #121813 - Urgau:misc-non_local_defs-lint, r=cjgillot | Matthias Krüger | -30/+78 |
| 2024-03-09 | Rollup merge of #121358 - GnomedDev:lower-align-typeid, r=Mark-Simulacrum | Matthias Krüger | -3/+8 |
| 2024-03-09 | Remove `Ord` from `ClosureKind` | Deadbeef | -28/+42 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -35/+250 |
| 2024-03-09 | Auto merge of #122150 - ShoyuVanilla:replace-typewalker, r=lcnr | bors | -301/+311 |
| 2024-03-09 | fn is_align_to: move some comments closer to the cast they refer to | Ralf Jung | -6/+6 |
| 2024-03-09 | fix warning when building libcore for Miri | Ralf Jung | -0/+1 |
| 2024-03-09 | Auto merge of #122102 - Urgau:optimize-symbol-integer, r=cjgillot | bors | -2/+6 |
| 2024-03-09 | Add missing regression tests | Gurinder Singh | -0/+109 |
| 2024-03-09 | Auto merge of #122095 - lukas-code:windows-shutdown-test, r=ChrisDenton | bors | -15/+18 |
| 2024-03-09 | fix incorrect path resolution in tidy | onur-ozkan | -3/+4 |
| 2024-03-08 | Fix typo in `VisitorResult` | Jason Newcomb | -1/+1 |
| 2024-03-09 | Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebank | bors | -157/+679 |
| 2024-03-09 | Auto merge of #122010 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -8/+12 |
| 2024-03-09 | Lint small gaps between ranges | Nadrieril | -12/+492 |
| 2024-03-09 | Allow lint where we don't care | Nadrieril | -125/+133 |
| 2024-03-09 | Declare new lint | Nadrieril | -0/+31 |
| 2024-03-09 | Make `MaybeInfiniteInt::plus_one/minus_one` fallible | Nadrieril | -20/+23 |
| 2024-03-09 | Some tweaks to the parallel query cycle handler | John Kåre Alsaker | -19/+24 |
| 2024-03-08 | Auto merge of #122208 - bjorn3:sync_cg_clif-2024-03-08, r=bjorn3 | bors | -122/+308 |
| 2024-03-08 | Remove exception for deleted file from rustfmt.toml | bjorn3 | -1/+0 |
| 2024-03-08 | Merge commit '54cbb6e7531f95e086d5c3dd0d5e73bfbe3545ba' into sync_cg_clif-202... | bjorn3 | -121/+308 |
| 2024-03-08 | Auto merge of #122206 - matthiaskrgr:rollup-4txx9wx, r=matthiaskrgr | bors | -214/+418 |
| 2024-03-08 | Use sqrt clif instruction for sqrt rust intrinsics | bjorn3 | -28/+4 |
| 2024-03-08 | Rollup merge of #122198 - beetrees:no-llvm-14, r=cuviper | Matthias Krüger | -10/+4 |
| 2024-03-08 | Rollup merge of #122197 - lcnr:proof-tree-braces, r=BoxyUwU | Matthias Krüger | -17/+30 |
| 2024-03-08 | Rollup merge of #122172 - compiler-errors:rpitit-collect-ice, r=fmease | Matthias Krüger | -8/+92 |
| 2024-03-08 | Rollup merge of #122171 - compiler-errors:next-solver-tests, r=lcnr | Matthias Krüger | -0/+49 |
| 2024-03-08 | Rollup merge of #122164 - beetrees:uefi-argv-align, r=workingjubilee | Matthias Krüger | -4/+6 |
| 2024-03-08 | Rollup merge of #122157 - dpaoliello:targetdesc, r=Nilstrieb | Matthias Krüger | -6/+7 |
| 2024-03-08 | Rollup merge of #122100 - compiler-errors:better-capture, r=oli-obk | Matthias Krüger | -116/+150 |
| 2024-03-08 | Rollup merge of #122076 - WaffleLapkin:mplace-args, r=RalfJung | Matthias Krüger | -37/+56 |
| 2024-03-08 | Rollup merge of #121201 - RalfJung:align_offset_contract, r=cuviper | Matthias Krüger | -16/+24 |
| 2024-03-08 | Cleanup .gitignore | bjorn3 | -10/+13 |
| 2024-03-08 | Remove configuration section from readme | bjorn3 | -5/+0 |
| 2024-03-08 | Remove y.rs | bjorn3 | -7/+0 |
| 2024-03-08 | Improve error message for opaque captures | Michael Goulet | -116/+150 |
| 2024-03-08 | Disable Linux MinGW cross-compilation testing for now | bjorn3 | -8/+9 |