| Age | Commit message (Expand) | Author | Lines |
| 2024-03-18 | Auto merge of #121652 - estebank:move-in-loop-break-condition, r=Nadrieril | bors | -38/+363 |
| 2024-03-17 | Add `HELP` to test | Esteban Küber | -6/+21 |
| 2024-03-17 | Point at `continue` and `break` that might be in the wrong place | Esteban Küber | -22/+95 |
| 2024-03-17 | Detect when move of `!Copy` value occurs within `loop` and should likely not ... | Esteban Küber | -39/+276 |
| 2024-03-17 | Rollup merge of #122578 - jieyouxu:guard-decorate, r=fee1-dead | Matthias Krüger | -0/+82 |
| 2024-03-17 | Rollup merge of #122572 - the8472:test-const-deadness, r=RalfJung | Matthias Krüger | -0/+46 |
| 2024-03-17 | Invoke decorate when error level is beyond warning, including error | 许杰友 Jieyou Xu (Joe) | -14/+82 |
| 2024-03-17 | Only invoke `decorate` if the diag can eventually be emitted | 许杰友 Jieyou Xu (Joe) | -0/+14 |
| 2024-03-17 | add test for #122301 to cover behavior that's on stable | The 8472 | -0/+46 |
| 2024-03-17 | Don't show suggestion if slice pattern is enclosed by any patterns | long-long-float | -0/+43 |
| 2024-03-17 | Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw... | bors | -1682/+1666 |
| 2024-03-16 | Rollup merge of #122564 - Bryanskiy:delegation-fixes, r=compiler-errors | León Orell Valerian Liehr | -0/+46 |
| 2024-03-16 | Rollup merge of #122270 - onur-ozkan:fix-rmake-test-with-rpath-false, r=Mark-... | León Orell Valerian Liehr | -0/+2 |
| 2024-03-16 | Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors | León Orell Valerian Liehr | -7/+130 |
| 2024-03-16 | Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite... | León Orell Valerian Liehr | -0/+15 |
| 2024-03-16 | Delegation: fix ICE on duplicated associative items | Bryanskiy | -0/+46 |
| 2024-03-16 | Auto merge of #122371 - oli-obk:visit_nested_body, r=tmiasko | bors | -0/+35 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -104/+239 |
| 2024-03-15 | Auto merge of #122571 - matthiaskrgr:rollup-36wwovk, r=matthiaskrgr | bors | -220/+351 |
| 2024-03-15 | Rollup merge of #122560 - jswrenn:not-yet-supported, r=compiler-errors | Matthias Krüger | -179/+179 |
| 2024-03-15 | Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomez | Matthias Krüger | -4/+8 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -37/+164 |
| 2024-03-15 | Fix unknown `dwim-print` command. | Markus Reiter | -4/+4 |
| 2024-03-15 | Fix remaining LLDB commands. | Markus Reiter | -29/+29 |
| 2024-03-15 | Auto merge of #122341 - compiler-errors:alias-wfness, r=lcnr | bors | -6/+60 |
| 2024-03-15 | Safe Transmute: lowercase diagnostics | Jack Wrenn | -153/+153 |
| 2024-03-15 | Safe Transmute: Use 'not yet supported', not 'unspecified' in errors | Jack Wrenn | -26/+26 |
| 2024-03-15 | Auto merge of #122555 - GuillaumeGomez:rollup-tr6wu54, r=GuillaumeGomez | bors | -0/+2 |
| 2024-03-15 | Rollup merge of #114651 - tmfink:rustdoc-rustc-wrapper, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2024-03-15 | Use explicit LLDB commands instead of `print`/`p` aliases. | Markus Reiter | -838/+830 |
| 2024-03-15 | Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiser | bors | -0/+44 |
| 2024-03-15 | Rollup merge of #122523 - compiler-errors:ensure-associated-types, r=oli-obk | Matthias Krüger | -0/+22 |
| 2024-03-15 | Rollup merge of #122515 - jieyouxu:ice-self-ty-mismatch, r=compiler-errors | Matthias Krüger | -0/+62 |
| 2024-03-15 | Rollup merge of #122471 - RalfJung:const-eval-span, r=oli-obk | Matthias Krüger | -2/+181 |
| 2024-03-15 | Rollup merge of #122174 - notriddle:master, r=TaKO8Ki | Matthias Krüger | -0/+38 |
| 2024-03-15 | rustdoc: fix test's saved stdout | Travis Finkenauer | -0/+2 |
| 2024-03-15 | Auto merge of #122517 - petrochenkov:bodihash, r=oli-obk | bors | -0/+11 |
| 2024-03-14 | Ensure RPITITs are created before def-id freezing | Michael Goulet | -0/+22 |
| 2024-03-15 | Auto merge of #122511 - matthiaskrgr:rollup-swzilin, r=matthiaskrgr | bors | -23/+1175 |
| 2024-03-14 | preserve span when evaluating mir::ConstOperand | Ralf Jung | -2/+181 |
| 2024-03-14 | Fill in HIR hash for associated opaque types | Vadim Petrochenkov | -0/+11 |
| 2024-03-14 | Pass the correct DefId when suggesting writing the aliased Self type out | 许杰友 Jieyou Xu (Joe) | -0/+62 |
| 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 UI tests related to feature-gated primitives | Trevor Gross | -0/+72 |
| 2024-03-14 | Remove unneeded `f16` and `f128` parser tests | Trevor Gross | -104/+0 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+167 |