| Age | Commit message (Expand) | Author | Lines |
| 2024-02-06 | Rollup merge of #120396 - estebank:method-on-unbounded-type-param, r=nnethercote | Matthias Krüger | -0/+89 |
| 2024-02-05 | new solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -0/+2 |
| 2024-02-05 | old solver: improve normalization of `Pointee::Metadata` | Lukas Markeffsky | -0/+54 |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -15/+89 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -37/+17 |
| 2024-02-03 | Rollup merge of #120531 - oli-obk:track_errors7, r=estebank | Matthias Krüger | -2/+10 |
| 2024-02-03 | No need to validate_alias_bound_self_from_param_env in assemble_alias_bound_c... | Michael Goulet | -15/+1 |
| 2024-02-02 | Normalize the whole PolyTypeOutlivesPredicate, more simplifications | Michael Goulet | -2/+2 |
| 2024-02-02 | Normalize type outlives obligations in NLL | Michael Goulet | -0/+31 |
| 2024-02-02 | Use deeply_normalize_with_skipped_universes in when processing type outlives | Michael Goulet | -1/+8 |
| 2024-02-01 | review comment: change wording | Esteban Küber | -6/+6 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -33/+13 |
| 2024-01-31 | Remove a has_errors check that doesn't actually prevent noisy follow up errors | Oli Scherer | -2/+10 |
| 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 | Account for non-overlapping unmet trait bounds in suggestion | Esteban Küber | -6/+16 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -3/+48 |
| 2024-01-30 | fix rebase | Esteban Küber | -13/+4 |
| 2024-01-30 | Account for unbounded type param receiver in suggestions | Esteban Küber | -8/+8 |
| 2024-01-30 | Add test for method on unbounded type parameter receiver | Esteban Küber | -0/+98 |
| 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 |