| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | Auto merge of #124366 - Kobzol:remove-yaml-expansion, r=pietroalbini | bors | -705/+157 |
| 2024-04-30 | Auto merge of #124547 - matthiaskrgr:rollup-9tv8upg, r=matthiaskrgr | bors | -99/+149 |
| 2024-04-30 | Rollup merge of #124543 - maurer:llvm-range, r=nikic | Matthias Krüger | -3/+3 |
| 2024-04-30 | Rollup merge of #124540 - compiler-errors:nested-goals, r=lcnr | Matthias Krüger | -53/+57 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -40/+86 |
| 2024-04-30 | Rollup merge of #124519 - krasimirgg:test-ranges, r=nikic | Matthias Krüger | -3/+3 |
| 2024-04-30 | Auto merge of #124507 - Zalathar:coverage-level, r=compiler-errors | bors | -39/+53 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -56/+66 |
| 2024-04-30 | codegen tests: Tolerate `range()` qualifications in enum tests | Matthew Maurer | -3/+3 |
| 2024-04-29 | Auto merge of #124537 - matthiaskrgr:rollup-zjv9gu8, r=matthiaskrgr | bors | -14/+46 |
| 2024-04-29 | Split out instantiate_nested_goals | Michael Goulet | -36/+43 |
| 2024-04-29 | Take proof trees by value in inspect goal | Michael Goulet | -18/+15 |
| 2024-04-29 | Rollup merge of #124530 - djkoloski:fuchsia_dirfd, r=tmandry | Matthias Krüger | -0/+1 |
| 2024-04-29 | Rollup merge of #124488 - est31:arbitrary_expressions_error, r=pnkfelix | Matthias Krüger | -1/+39 |
| 2024-04-29 | Rollup merge of #124185 - beepster4096:move_data_base_local_infallible, r=pnk... | Matthias Krüger | -13/+6 |
| 2024-04-29 | Output `run_type` from the matrix calculation job | Jakub Beránek | -5/+19 |
| 2024-04-29 | Remove redundant `success` expressions from steps | Jakub Beránek | -2/+2 |
| 2024-04-29 | Rename `JobType` to `WorkflowRunType` | Jakub Beránek | -13/+13 |
| 2024-04-29 | Remove redundant `success()` condition | Jakub Beránek | -1/+1 |
| 2024-04-29 | Remove the `expand-yaml-anchors` tool | Jakub Beránek | -313/+5 |
| 2024-04-29 | Replace dynamically generated `ci.yml` file with the original template | Jakub Beránek | -350/+121 |
| 2024-04-29 | Unify outcome jobs | Jakub Beránek | -51/+26 |
| 2024-04-29 | Auto merge of #124527 - jieyouxu:rollup-eslzncy, r=jieyouxu | bors | -1044/+835 |
| 2024-04-29 | Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -15/+18 |
| 2024-04-29 | Rollup merge of #124508 - Zalathar:op, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -4/+4 |
| 2024-04-29 | Rollup merge of #124504 - gurry:123710-union-ICE, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -24/+64 |
| 2024-04-29 | Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -529/+215 |
| 2024-04-29 | Rollup merge of #124475 - GKFX:more-dependency-pruning, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -96/+71 |
| 2024-04-29 | Rollup merge of #124415 - compiler-errors:candidates, r=lcnr | 许杰友 Jieyou Xu (Joe) | -375/+394 |
| 2024-04-29 | Rollup merge of #124269 - scrabsha:sasha/fix-124206, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -1/+69 |
| 2024-04-29 | Fix Fuchsia build broken by #124210 | David Koloski | -0/+1 |
| 2024-04-29 | Auto merge of #124332 - Kobzol:toolstate-auto-build, r=pietroalbini | bors | -231/+125 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -40/+86 |
| 2024-04-29 | Only register candidate if it is associated w a shallow certainty | Michael Goulet | -42/+32 |
| 2024-04-29 | Actually use probes when needed and stop relying on existing outer probes | Michael Goulet | -335/+350 |
| 2024-04-29 | Make names more accurate | Michael Goulet | -15/+29 |
| 2024-04-29 | [Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loaded | blyxyas | -15/+18 |
| 2024-04-29 | adapt a codegen test for llvm 19 | Krasimir Georgiev | -3/+3 |
| 2024-04-29 | Change wording | est31 | -9/+9 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -70/+699 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -39/+53 |
| 2024-04-29 | Pretty-print parenthesis around binary in postfix match | Sasha Pourcelot | -1/+69 |
| 2024-04-29 | Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxu | bors | -1/+2 |
| 2024-04-29 | tests(mcdc-coverage): Add tests for nested decision structures in mcdc_nested... | Dorian Péron | -0/+506 |
| 2024-04-29 | mcdc-coverage: Get decision_depth from THIR lowering | Dorian Péron | -18/+82 |
| 2024-04-29 | mcdc-coverage: Add decision_depth field in structs | Dorian Péron | -39/+78 |
| 2024-04-29 | mcdc-coverage: Add possibility for codegen llvm to handle several condition b... | Dorian Péron | -18/+38 |
| 2024-04-29 | Auto merge of #124506 - ivmarkov:master, r=jhpratt | bors | -0/+1 |
| 2024-04-29 | coverage: Avoid hard-coded values when visiting logical ops | Zalathar | -4/+4 |
| 2024-04-29 | Fix ESP IDF build broken by #124210 | ivmarkov | -0/+1 |