| Age | Commit message (Expand) | Author | Lines |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -2/+18 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-23 | Note type mismatch on ConstArgHasType | Michael Goulet | -1/+1 |
| 2023-03-23 | Refine error spans for const args in hir typeck | Michael Goulet | -6/+6 |
| 2023-03-23 | Rollup merge of #109380 - Randl:patch-1, r=oli-obk | Matthias Krüger | -0/+52 |
| 2023-03-21 | Rollup merge of #109336 - compiler-errors:constrain-to-ct-err, r=BoxyUwU | Matthias Krüger | -0/+22 |
| 2023-03-20 | Add `known-bug` test for typeid unsoundness issue | Evgenii Zheltonozhskii | -0/+52 |
| 2023-03-19 | Only expect a GAT const arg | Michael Goulet | -0/+29 |
| 2023-03-19 | Constrain const vars to error if const types are mismatched | Michael Goulet | -0/+22 |
| 2023-03-18 | Rollup merge of #107416 - czzrr:issue-80618, r=GuillaumeGomez | Matthias Krüger | -17/+18 |
| 2023-03-09 | Use param's real type in try_eval_lit_or_param | Michael Goulet | -15/+19 |
| 2023-03-08 | Suppress copy impl error when post-normalized type references errors | Michael Goulet | -0/+18 |
| 2023-03-07 | Error code E0794 for late-bound lifetime parameter error. | Christopher Acosta | -17/+18 |
| 2023-03-01 | Add regression test for #105821 | Yuki Okushi | -0/+23 |
| 2023-02-23 | diagnostics: remove inconsistent English article "this" from E0107 | Michael Howell | -19/+19 |
| 2023-02-22 | diagnostics: update test cases to refer to assoc fn with `self` as method | Michael Howell | -5/+5 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -16/+16 |
| 2023-02-20 | `const` generic -> const parameter in err msg | lcnr | -6/+3 |
| 2023-02-17 | add predicate evaluation logic | Boxy | -2/+11 |
| 2023-02-16 | Remove save-analysis. | Nicholas Nethercote | -11/+6 |
| 2023-02-15 | Auto merge of #107940 - BoxyUwU:const_ty_assertion_use_semantic_equality, r=c... | bors | -0/+181 |
| 2023-02-13 | Tighter spans for bad inherent impl types | Michael Goulet | -2/+2 |
| 2023-02-11 | make `relate`'s const ty assertion use semantic equality | Boxy | -0/+181 |
| 2023-02-11 | Rollup merge of #107857 - GuillaumeGomez:ui-test-impl-projections, r=oli-obk | Dylan DPC | -0/+30 |
| 2023-02-10 | Add test for implementation on projection | Guillaume Gomez | -0/+30 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -12/+12 |
| 2023-02-05 | emit `ConstEquate` in `TypeRelating<D>` | Boxy | -0/+70 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -13/+13 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -13/+13 |
| 2023-01-30 | Use ObligationCtxt::new_in_snapshot in satisfied_from_param_env | Michael Goulet | -0/+39 |
| 2023-01-28 | Auto merge of #106916 - lukas-code:overlapping-substs, r=estebank | bors | -14/+9 |
| 2023-01-28 | Rollup merge of #107190 - fmease:fix-81698, r=compiler-errors | Matthias Krüger | -8/+132 |
| 2023-01-27 | recover more unbraced const args | León Orell Valerian Liehr | -8/+132 |
| 2023-01-20 | preserve delim spans during `macro_rules!` expansion if able | Lukas Markeffsky | -14/+9 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -3/+1 |
| 2023-01-19 | Fix known-bug, silence ICE stderr | Michael Goulet | -3/+1 |
| 2023-01-19 | Added UI test case for issue #106419 | Patrik Kårlin | -0/+12 |
| 2023-01-18 | i am free | Boxy | -2/+2 |
| 2023-01-18 | actually print out non local anon consts | Boxy | -2/+2 |
| 2023-01-18 | test for non local anon const printing | Boxy | -0/+36 |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -23/+33 |
| 2023-01-17 | Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcm | Dylan DPC | -21/+16 |
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -21/+16 |
| 2023-01-16 | Properly pluralize 'generic constants' | Michael Goulet | -11/+11 |
| 2023-01-16 | ConstBlocks are poly if their substs are poly | Michael Goulet | -0/+31 |
| 2023-01-14 | Fix `unused_braces` on generic const expr macro call | clubby789 | -1/+15 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -0/+1 |
| 2023-01-12 | Rollup merge of #106702 - estebank:trait-bounds, r=compiler-errors | Matthias Krüger | -4/+19 |
| 2023-01-12 | Rollup merge of #106309 - compiler-errors:prefer-non-err-candidates, r=oli-obk | Matthias Krüger | -42/+3 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -0/+1 |