| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120472 - Nilstrieb:die, r=compiler-errors | Nadrieril | -63/+0 |
| 2024-01-31 | Rollup merge of #120469 - estebank:issue-40120, r=TaKO8Ki | Nadrieril | -26/+26 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -26/+26 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -3/+48 |
| 2024-01-30 | Rollup merge of #120476 - compiler-errors:lang-items-yeet, r=Nilstrieb | Guillaume Gomez | -31/+0 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -31/+18 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -4/+1 |
| 2024-01-30 | Auto merge of #119744 - lcnr:assemble-only-rigid, r=compiler-errors | bors | -13/+85 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -0/+20 |
| 2024-01-30 | Add a test | Michael Goulet | -0/+22 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -3/+6 |
| 2024-01-29 | Remove some unnecessary check logic for lang items in HIR typeck | Michael Goulet | -31/+0 |
| 2024-01-29 | Delete now-useless test | Nilstrieb | -48/+0 |
| 2024-01-29 | Make duplicate lang items fatal | Nilstrieb | -18/+3 |
| 2024-01-29 | Avoid ICE in trait without `dyn` lint | Esteban Küber | -11/+3 |
| 2024-01-29 | bye bye `assemble_candidates_via_self_ty` | lcnr | -13/+85 |
| 2024-01-27 | Update tests. | Markus Reiter | -1/+1 |
| 2024-01-26 | Rollup merge of #120378 - lcnr:normalize-ast, r=compiler-errors | Matthias Krüger | -25/+41 |
| 2024-01-26 | Use only one label for multiple unsatisfied bounds on type (typeck) | Esteban Küber | -4/+1 |
| 2024-01-26 | remove unnecessary test | lcnr | -22/+0 |
| 2024-01-26 | move alias-relate tests | lcnr | -1/+1 |
| 2024-01-26 | next-solver: normalize in `LoweredTy::from_raw` | lcnr | -2/+40 |
| 2024-01-25 | bless | Michal Nazarewicz | -0/+1 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -31/+18 |
| 2024-01-22 | Add regression test | Oli Scherer | -0/+69 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -90/+199 |
| 2024-01-16 | Auto merge of #119947 - compiler-errors:old-solver-instantiate-response, r=lcnr | bors | -0/+94 |
| 2024-01-13 | Add a simpler test | Michael Goulet | -0/+45 |
| 2024-01-13 | Make sure to instantiate placeholders correctly in old solver | Michael Goulet | -0/+49 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -0/+6 |
| 2024-01-13 | Bless tests | George-lewis | -0/+6 |
| 2024-01-13 | Rollup merge of #119896 - oli-obk:variance_ice, r=compiler-errors | Matthias Krüger | -0/+37 |
| 2024-01-12 | Taint `_` placeholder types | Oli Scherer | -0/+37 |
| 2024-01-12 | Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnr | Guillaume Gomez | -71/+61 |
| 2024-01-12 | Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errors | bors | -0/+173 |
| 2024-01-11 | Remove special-casing around aliaskind in new solver | Michael Goulet | -71/+61 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -8/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -33/+233 |
| 2024-01-09 | add comments and tests | lcnr | -0/+173 |
| 2024-01-05 | Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors | Matthias Krüger | -41/+143 |
| 2024-01-05 | Rollup merge of #119148 - estebank:bare-traits, r=davidtwco | Michael Goulet | -6/+111 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -1/+1 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -15/+1 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -7/+7 |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -17/+62 |
| 2024-01-04 | Silence redundant warning when E0038 will be emitted | Esteban Küber | -0/+4 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -6/+6 |
| 2024-01-03 | Account for multiple trait bounds in bare trait object suggestion | Esteban Küber | -2/+22 |
| 2024-01-03 | Provide better suggestions when encountering a bare trait as a type | Esteban Küber | -3/+84 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -7/+7 |