| Age | Commit message (Expand) | Author | Lines |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -10/+10 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -22/+4 |
| 2024-01-24 | Account for expected `dyn Trait` found `impl Trait` | Esteban Küber | -0/+61 |
| 2024-01-24 | On E0308 involving `dyn Trait`, mention trait objects | Esteban Küber | -0/+2 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -22/+4 |
| 2024-01-22 | Add some tests | Oli Scherer | -0/+39 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -0/+172 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -0/+172 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -2/+26 |
| 2024-01-17 | Use FnOnceOutput instead of FnOnce where expected | Oli Scherer | -0/+99 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -2/+26 |
| 2024-01-15 | Rollup merge of #119818 - oli-obk:even_more_follow_up_errors3, r=compiler-errors | Matthias Krüger | -17/+14 |
| 2024-01-13 | Bless tests | George-lewis | -0/+5 |
| 2024-01-13 | Don't consider delayed bugs for `-Ztreat-err-as-bug`. | Nicholas Nethercote | -12/+10 |
| 2024-01-12 | Rollup merge of #119817 - compiler-errors:normalize-opaques, r=lcnr | Guillaume Gomez | -2/+19 |
| 2024-01-11 | Remove special-casing around aliaskind in new solver | Michael Goulet | -2/+19 |
| 2024-01-11 | Keep error types around, even in obligations. | Oli Scherer | -17/+14 |
| 2024-01-11 | Use the right level with `-Ztreat-err-as-bug`. | Nicholas Nethercote | -1/+1 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -27/+277 |
| 2024-01-08 | Make cycle error more resilient to where it starts | Michael Goulet | -40/+55 |
| 2024-01-08 | Point out source of recursion | Michael Goulet | -5/+5 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -37/+11 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -100/+200 |
| 2024-01-07 | Make ImplTraitPosition display more descriptive | Michael Goulet | -13/+13 |
| 2024-01-05 | Use `resolutions(()).effective_visiblities` to avoid cycle errors | Michael Goulet | -0/+106 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -1/+1 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -13/+22 |
| 2023-12-29 | add non-regression test for issue 114325 | Rémy Rakic | -0/+55 |
| 2023-12-28 | Rollup merge of #119376 - msrd0:regression-test-106630, r=petrochenkov | Matthias Krüger | -0/+33 |
| 2023-12-28 | Add regression test for #106630 | Dominic | -0/+33 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -1/+1 |
| 2023-12-19 | rename to verbose-internals | jyn | -1/+1 |
| 2023-12-14 | update use of feature flags | lcnr | -11/+11 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -2/+2 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2023-12-10 | Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Ki | bors | -6/+93 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -6/+6 |
| 2023-12-05 | Enable new capture rules by default on edition 2024 | Michael Goulet | -9/+39 |
| 2023-12-05 | Add test for implicitly capturing late-bound var with new capture rules | Michael Goulet | -0/+23 |
| 2023-12-05 | Add lifetime_capture_rules_2024 | Michael Goulet | -6/+40 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -0/+14 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -2/+2 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -110/+110 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -1/+1 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -2/+0 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -15/+48 |
| 2023-11-15 | Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnr | bors | -0/+2 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -2/+2 |