| Age | Commit message (Expand) | Author | Lines |
| 2024-05-31 | Stop using translate_args in the new solver | Michael Goulet | -0/+89 |
| 2024-05-31 | Rollup merge of #125786 - compiler-errors:fold-item-bounds, r=lcnr | Matthias Krüger | -36/+7 |
| 2024-05-31 | Avoid unwrap diag.code directly | r0cky | -0/+55 |
| 2024-05-30 | Don't drop Upcast candidate in intercrate mode | Michael Goulet | -0/+24 |
| 2024-05-30 | Fold item bound before checking that they hold | Michael Goulet | -36/+7 |
| 2024-05-29 | Partially implement `ConstArgHasType` | Boxy | -29/+10 |
| 2024-05-24 | Fail relating constants of different types | Oli Scherer | -10/+29 |
| 2024-04-30 | fix `NormalizesTo` proof tree issue | lcnr | -2/+59 |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -2/+13 |
| 2024-04-04 | Specialization already rejects defining opaque types | Oli Scherer | -0/+71 |
| 2024-03-31 | Always make inductive cycles as ambig during typeck | Michael Goulet | -24/+33 |
| 2024-03-25 | Rollup merge of #122988 - matthiaskrgr:icetests, r=petrochenkov | Matthias Krüger | -0/+36 |
| 2024-03-25 | Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrieril | bors | -1/+4 |
| 2024-03-24 | add test for ICE: min_specialization: Ok(['?0, Const { ty: usize, kind: Leaf... | Matthias Krüger | -0/+36 |
| 2024-03-23 | add test for #107228 | Matthias Krüger | -0/+28 |
| 2024-03-21 | Provide structured suggestion for unconstrained generic constant | Esteban Küber | -1/+4 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -4/+16 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -60/+60 |
| 2024-02-14 | Continue compilation after check_mod_type_wf errors | Oli Scherer | -4/+32 |
| 2024-02-13 | Do not assemble candidates for default impls | Michael Goulet | -40/+37 |
| 2024-02-10 | Allow restricted trait impls in macros with `min_specialization` | Zalathar | -1/+8 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+29 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -9/+16 |
| 2024-02-07 | Update tests | r0cky | -6/+6 |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -9/+16 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -3/+3 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -4/+1 |
| 2024-01-26 | Use single label for method not found due to unmet bound | Esteban Küber | -4/+1 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -21/+2 |
| 2024-01-22 | Make generic const type mismatches not hide trait impls from the trait solver | Oli Scherer | -4/+20 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -0/+69 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -0/+69 |
| 2024-01-15 | Rollup merge of #119963 - clubby789:spec-allow-internal-unstable, r=compiler-... | Matthias Krüger | -0/+18 |
| 2024-01-14 | Fix `allow_internal_unstable` for `(min_)specialization` | clubby789 | -0/+18 |
| 2024-01-13 | Bless tests | George-lewis | -0/+2 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -2/+2 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -2/+2 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -4/+4 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -3/+3 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -40/+40 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -1/+14 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -4/+6 |
| 2023-09-23 | Tweak expected message to explain what it's actually signifying | Michael Goulet | -1/+1 |
| 2023-09-10 | Point out if a local trait has no implementations | Michael Goulet | -0/+5 |
| 2023-06-28 | Adjust inner span of implicit self ref argument | Michael Goulet | -2/+2 |
| 2023-06-06 | bless coherence test | Michael Goulet | -2/+31 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -0/+187 |
| 2023-05-05 | Report nicer lifetime errors for specialization | Matthew Jasper | -0/+77 |