| Age | Commit message (Expand) | Author | Lines |
| 2023-02-21 | Rollup merge of #108000 - y21:no-zero-init-for-uninhabited, r=jackh726 | Dylan DPC | -16/+4 |
| 2023-02-21 | Specify what 'this' actually is | Michael Goulet | -1/+1 |
| 2023-02-20 | basic dyn* support for Miri | Ralf Jung | -6/+6 |
| 2023-02-18 | lint: don't suggest assume_init for uninhabited types | y21 | -16/+4 |
| 2023-02-17 | Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkov | Matthias Krüger | -0/+26 |
| 2023-02-16 | Move tests | Caio | -0/+26 |
| 2023-02-15 | Rollup merge of #107972 - saethlin:fix-test-ub, r=michaelwoerister | Matthias Krüger | -1/+4 |
| 2023-02-15 | Fix unintentional UB in ui tests | Ben Kimock | -1/+4 |
| 2023-02-12 | Suggest the correct array length on mismatch | clubby789 | -2/+21 |
| 2023-02-07 | Tweak ICE message | Esteban Küber | -3/+2 |
| 2023-02-02 | Bless tests. | Camille GILLOT | -12/+0 |
| 2023-01-31 | add and bless tests | Deadbeef | -0/+16 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -5/+5 |
| 2023-01-29 | Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk | bors | -11/+224 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-01-24 | Move const-eval/stable-metric ui tests | Bryan Garza | -0/+204 |
| 2023-01-23 | Bless and update consts tests | Bryan Garza | -11/+20 |
| 2023-01-18 | Rollup merge of #106917 - compiler-errors:const-closure-foreign, r=tmiasko | Michael Goulet | -0/+16 |
| 2023-01-18 | defer array len printing to const arg printing | Boxy | -8/+8 |
| 2023-01-17 | Rollup merge of #101698 - raldone01:feat/const_cmp_typeid, r=scottmcm | Dylan DPC | -1/+14 |
| 2023-01-17 | Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank | Matthias Krüger | -0/+24 |
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -1/+14 |
| 2023-01-16 | Encode const mir for closures if they're const | Michael Goulet | -0/+16 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -0/+1 |
| 2023-01-14 | suggest fix for attempted integer identifier in patterns | Ezra Shaw | -0/+24 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -2/+19 |
| 2023-01-12 | Rollup merge of #106322 - compiler-errors:CollectAllMismatches-infer-vars, r=... | nils | -0/+42 |
| 2023-01-11 | Rollup merge of #106097 - mejrs:mir_build2, r=oli-obk | Michael Goulet | -18/+33 |
| 2023-01-12 | fix fmt and bless | Deadbeef | -2/+19 |
| 2023-01-11 | Migrate pattern matching | mejrs | -18/+33 |
| 2023-01-11 | Handle inference variables in CollectAllMismatches correctly | Michael Goulet | -0/+42 |
| 2023-01-11 | Note predicate span on ImplDerivedObligation | Michael Goulet | -1/+1 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+27978 |