| Age | Commit message (Expand) | Author | Lines |
| 2024-04-30 | Auto merge of #124547 - matthiaskrgr:rollup-9tv8upg, r=matthiaskrgr | bors | -79/+118 |
| 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 | -26/+61 |
| 2024-04-30 | Auto merge of #124507 - Zalathar:coverage-level, r=compiler-errors | bors | -25/+37 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -3/+13 |
| 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 #124488 - est31:arbitrary_expressions_error, r=pnkfelix | Matthias Krüger | -1/+8 |
| 2024-04-29 | Rollup merge of #124185 - beepster4096:move_data_base_local_infallible, r=pnk... | Matthias Krüger | -13/+6 |
| 2024-04-29 | Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -13/+16 |
| 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) | -7/+13 |
| 2024-04-29 | Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 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/+1 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -26/+61 |
| 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 | -13/+16 |
| 2024-04-29 | Change wording | est31 | -1/+1 |
| 2024-04-29 | Auto merge of #124255 - RenjiSann:renji/mcdc-nested-expressions, r=Zalathar | bors | -70/+193 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -25/+37 |
| 2024-04-29 | Pretty-print parenthesis around binary in postfix match | Sasha Pourcelot | -1/+1 |
| 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 | coverage: Avoid hard-coded values when visiting logical ops | Zalathar | -4/+4 |
| 2024-04-29 | Prohibit const prop of unions in `KnownPanicsLint` | Gurinder Singh | -7/+13 |
| 2024-04-28 | Auto merge of #124431 - chenyukang:yukang-fix-rustdoc-124363, r=Nadrieril | bors | -11/+14 |
| 2024-04-28 | Add a note to the ArbitraryExpressionInPattern error | est31 | -1/+8 |
| 2024-04-28 | Fix #124478 - offset_of! returns a temporary | George Bateman | -0/+1 |
| 2024-04-28 | Rollup merge of #124463 - gurry:rename-func, r=TaKO8Ki | Matthias Krüger | -2/+2 |
| 2024-04-28 | Rollup merge of #124444 - compiler-errors:eval, r=lcnr | Matthias Krüger | -0/+49 |
| 2024-04-28 | Rename `inihibit_union_abi_opt()` to `inihibits_union_abi_opt()` | Gurinder Singh | -2/+2 |
| 2024-04-28 | Fix the assertion crash from rustdoc document indent widths | yukang | -11/+14 |
| 2024-04-27 | Record certainty of evaluate_added_goals_and_make_canonical_response call in ... | Michael Goulet | -0/+49 |
| 2024-04-27 | Rollup merge of #124437 - linyihai:doc-link-typeck, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -6/+3 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -0/+2 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-04-27 | doc: Replace mod.rs with the appropriate link | Lin Yihai | -1/+1 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -3/+13 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -336/+364 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -0/+2 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -6/+3 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -341/+352 |
| 2024-04-26 | Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errors | Jacob Pratt | -12/+3 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -321/+589 |
| 2024-04-26 | Adjust some `pub`s. | Nicholas Nethercote | -81/+81 |