| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -0/+11 |
| 2024-03-15 | Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgr | bors | -23/+1175 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -0/+11 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-03-14 | Rollup merge of #122373 - surechen:fix_121331, r=petrochenkov | Matthias Krüger | -20/+183 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -0/+863 |
| 2024-03-14 | Rollup merge of #122212 - erikdesjardins:byval-align2, r=wesleywiser | Matthias Krüger | -0/+126 |
| 2024-03-14 | Auto merge of #119849 - lcnr:eagerly-instantiate-binders, r=compiler-errors | bors | -373/+463 |
| 2024-03-14 | add tests | lcnr | -0/+128 |
| 2024-03-14 | rebase | lcnr | -5/+0 |
| 2024-03-14 | one must imagine tidy happy | lcnr | -10/+10 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -373/+340 |
| 2024-03-14 | Rollup merge of #122482 - weiznich:fix/122446, r=compiler-errors | Matthias Krüger | -0/+21 |
| 2024-03-14 | Rollup merge of #122368 - pavedroad:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #122287 - RalfJung:simd-static-assert, r=pnkfelix | Matthias Krüger | -0/+41 |
| 2024-03-14 | Rollup merge of #122247 - notriddle:notriddle/search-unbox-limit, r=Guillaume... | Matthias Krüger | -0/+259 |
| 2024-03-14 | Update `tests/ui/stats/hir-stats.stderr` output | Guillaume Gomez | -3/+3 |
| 2024-03-14 | Rollup merge of #122440 - RalfJung:required-consts, r=oli-obk | Matthias Krüger | -72/+447 |
| 2024-03-14 | Rollup merge of #122405 - celinval:smir-new-const, r=oli-obk | Matthias Krüger | -0/+147 |
| 2024-03-14 | Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume... | Matthias Krüger | -14/+914 |
| 2024-03-14 | Ungate the `UNKNOWN_OR_MALFORMED_DIAGNOSTIC_ATTRIBUTES` lint | Georg Semmler | -0/+21 |
| 2024-03-14 | coverage: Enable branch coverage in the branch coverage tests | Zalathar | -116/+272 |
| 2024-03-14 | Auto merge of #122454 - matthiaskrgr:rollup-xbmufdc, r=matthiaskrgr | bors | -14/+110 |
| 2024-03-14 | Auto merge of #122347 - oli-obk:track_errors13, r=compiler-errors | bors | -382/+382 |
| 2024-03-14 | fixes #121331 | surechen | -20/+183 |
| 2024-03-14 | Auto merge of #122204 - pnkfelix:downgrade-const-eval-dnagling-ptr-in-final-t... | bors | -77/+817 |
| 2024-03-13 | Rollup merge of #122449 - compiler-errors:stranded-opaque, r=oli-obk | Matthias Krüger | -0/+22 |
| 2024-03-13 | Rollup merge of #122438 - jswrenn:check-referent-size, r=compiler-errors | Matthias Krüger | -2/+76 |
| 2024-03-13 | Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2024-03-13 | include 32-bit variant for updated test of miri diagnostics. | Felix S. Klock II | -13/+167 |
| 2024-03-13 | Delay a bug for stranded opaques | Michael Goulet | -0/+22 |
| 2024-03-13 | const-eval: organize and extend tests for required-consts | Ralf Jung | -72/+447 |
| 2024-03-13 | safe transmute: require that src referent is smaller than dst | Jack Wrenn | -2/+76 |
| 2024-03-13 | Auto merge of #121668 - erikdesjardins:commonprim, r=scottmcm,oli-obk | bors | -13/+194 |
| 2024-03-13 | Rebase. Update expected output to match current output. | Felix S. Klock II | -89/+57 |
| 2024-03-13 | Updated the test to include more output normalization. | Felix S. Klock II | -31/+34 |
| 2024-03-13 | Added `deny(const_eval_mutable_ptr_in_final_value)` attribute to all tests th... | Felix S. Klock II | -60/+634 |
| 2024-03-13 | regression test from 121610. | Felix S. Klock II | -0/+41 |
| 2024-03-13 | Auto merge of #121589 - bvanjoi:fix-98291, r=petrochenkov | bors | -0/+110 |
| 2024-03-13 | Remove `MaybeInfiniteInt::JustAfterMax` | Nadrieril | -12/+12 |
| 2024-03-13 | coverage: Add branch coverage tests (with branch coverage disabled) | Zalathar | -0/+707 |
| 2024-03-13 | delay expand macro bang when there has indeterminate path | bohan | -0/+110 |
| 2024-03-13 | Auto merge of #122423 - matthiaskrgr:rollup-qywgl45, r=matthiaskrgr | bors | -78/+137 |
| 2024-03-13 | Rollup merge of #122400 - wutchzone:122345, r=fmease | Matthias Krüger | -0/+23 |
| 2024-03-13 | Rollup merge of #122386 - joboet:move_pal_once, r=jhpratt | Matthias Krüger | -2/+2 |
| 2024-03-13 | Rollup merge of #122360 - veera-sivarajan:bugfix-121941, r=compiler-errors | Matthias Krüger | -0/+14 |
| 2024-03-13 | Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -34/+28 |
| 2024-03-13 | Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinval | Matthias Krüger | -1/+13 |
| 2024-03-13 | Rollup merge of #121908 - Nadrieril:dynamic-variant-collection, r=matthewjasper | Matthias Krüger | -41/+57 |
| 2024-03-13 | refine common_prim test | Erik Desjardins | -8/+16 |