| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-11 | Filter impl and where-clause candidates that reference errors | Michael Goulet | -42/+3 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -4/+6 |
| 2023-01-11 | Conserve cause of `ImplDerivedObligation` in E0599 | Esteban Küber | -4/+19 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+15169 |