| Age | Commit message (Expand) | Author | Lines |
| 2024-06-14 | Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkov | bors | -27/+148 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -15/+113 |
| 2024-06-14 | Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obk | Matthias Krüger | -5/+11 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -10/+102 |
| 2024-06-14 | Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgr | bors | -5/+20 |
| 2024-06-14 | Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726 | Matthias Krüger | -2/+5 |
| 2024-06-14 | Rollup merge of #124884 - bvanjoi:fix-124785, r=estebank | Matthias Krüger | -3/+15 |
| 2024-06-14 | Rollup merge of #126320 - oli-obk:pat_ice, r=lcnr | Matthias Krüger | -112/+101 |
| 2024-06-14 | Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnr | Matthias Krüger | -40/+33 |
| 2024-06-14 | const validation: fix ICE on dangling ZST reference | Ralf Jung | -5/+11 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -27/+148 |
| 2024-06-13 | Rollup merge of #126392 - WaffleLapkin:gvn-style-ish-changes, r=scottmcm | Matthias Krüger | -2/+1 |
| 2024-06-13 | Rollup merge of #126388 - RalfJung:const-eval-lint-scope, r=oli-obk | Matthias Krüger | -65/+60 |
| 2024-06-13 | Rollup merge of #126371 - estebank:suggest-core, r=fmease | Matthias Krüger | -7/+39 |
| 2024-06-13 | Rollup merge of #126360 - compiler-errors:uplift-structural-traits, r=lcnr | Matthias Krüger | -382/+822 |
| 2024-06-13 | Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -7/+39 |
| 2024-06-13 | const-eval: make lint scope computation consistent | Ralf Jung | -30/+25 |
| 2024-06-13 | rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -... | Ralf Jung | -35/+35 |
| 2024-06-13 | Auto merge of #125289 - WaffleLapkin:never-obligations, r=compiler-errors | bors | -0/+112 |
| 2024-06-13 | Address nits | Michael Goulet | -78/+85 |
| 2024-06-13 | Fix some TODOs | Michael Goulet | -10/+44 |
| 2024-06-13 | Finish uplifting all of structural_traits | Michael Goulet | -205/+385 |
| 2024-06-13 | Rework most of structural_traits to be Interner-agnostic | Michael Goulet | -139/+350 |
| 2024-06-13 | LangItem-ify Coroutine trait in solvers | Michael Goulet | -10/+18 |
| 2024-06-13 | rebase blessing | Waffle Lapkin | -1/+1 |
| 2024-06-13 | Rollup merge of #126379 - RalfJung:find_closest_untracked_caller_location, r=... | León Orell Valerian Liehr | -3/+7 |
| 2024-06-13 | Rollup merge of #126366 - celinval:issue-0080-def-ty, r=oli-obk | León Orell Valerian Liehr | -10/+63 |
| 2024-06-13 | Method resolution constrains hidden types instead of rejecting method candidates | Oli Scherer | -39/+32 |
| 2024-06-13 | Fixup links in lint docs | Waffle Lapkin | -6/+3 |
| 2024-06-13 | Apply review nits | Waffle Lapkin | -11/+8 |
| 2024-06-13 | Add a fast exit to `lint_obligations_broken_by_never_type_fallback_change` | Waffle Lapkin | -1/+6 |
| 2024-06-13 | Implement lint for obligations broken by never type fallback change | Waffle Lapkin | -1/+114 |
| 2024-06-13 | Small style improvement in `gvn.rs` | Waffle Lapkin | -2/+1 |
| 2024-06-13 | Use diagnostic method for diagnostics | Oli Scherer | -1/+1 |
| 2024-06-13 | interpret: update doc comment for find_closest_untracked_caller_location | Ralf Jung | -3/+7 |
| 2024-06-13 | Replace a `bool` with a `Result<(), ErrorGuaranteed>` | Oli Scherer | -3/+3 |
| 2024-06-13 | Replace some `Option<Diag>` with `Result<(), Diag>` | Oli Scherer | -8/+8 |
| 2024-06-13 | Replace some `Option<Diag>` with `Result<(), Diag>` | Oli Scherer | -25/+17 |
| 2024-06-13 | Replace some `Option<Diag>` with `Result<(), Diag>` | Oli Scherer | -76/+74 |
| 2024-06-13 | Avoid follow-up errors on erroneous patterns | Oli Scherer | -7/+6 |
| 2024-06-13 | Remove some unnecessary crate dependencies. | Nicholas Nethercote | -2/+5 |
| 2024-06-12 | Rollup merge of #126362 - artemagvanian:patch-1, r=celinval | Jubilee | -1/+1 |
| 2024-06-12 | Rollup merge of #126358 - jswrenn:fix-125811, r=compiler-errors | Jubilee | -25/+55 |
| 2024-06-12 | Rollup merge of #126356 - epage:check-cfg, r=Urgau | Jubilee | -0/+4 |
| 2024-06-12 | Rollup merge of #126353 - compiler-errors:move-match, r=lcnr | Jubilee | -7/+5 |
| 2024-06-12 | Rollup merge of #126328 - RalfJung:is_none_or, r=workingjubilee | Jubilee | -9/+11 |
| 2024-06-12 | Rollup merge of #126303 - sancho20021:patch-1, r=compiler-errors | Jubilee | -0/+14 |
| 2024-06-12 | Rollup merge of #126142 - compiler-errors:trait-ref-split, r=jackh726 | Jubilee | -106/+104 |
| 2024-06-12 | Rollup merge of #125688 - compiler-errors:alias-reporting, r=lcnr | Jubilee | -7/+33 |