| Age | Commit message (Expand) | Author | Lines |
| 2022-07-19 | Upgrade to expect-test@1.4.0 | Amos Wenger | -1/+1 |
| 2022-07-18 | Auto merge of #12549 - bitgaoshu:goto_where_trait_m_impl, r=Veykril | bors | -37/+86 |
| 2022-07-17 | Auto merge of #12778 - Logarithmus:feature/fix-negative-const-generics, r=flo... | bors | -34/+27 |
| 2022-07-17 | fix: address suggestions | Artur Sinila | -18/+9 |
| 2022-07-17 | Check for local IDs belong to same definition | iDawer | -2/+20 |
| 2022-07-17 | feat: support negative const generic parameters | Artur Sinila | -34/+36 |
| 2022-07-08 | Update remaining GitHub URLs | Jonas Schievink | -1/+1 |
| 2022-07-03 | Bump chalk | Laurențiu Nicola | -59/+59 |
| 2022-07-03 | Bump tracing-subscriber | Laurențiu Nicola | -1/+1 |
| 2022-07-03 | Bump smallvec | Laurențiu Nicola | -1/+1 |
| 2022-07-03 | fix: report type mismatch on identifier in destructuring assignments | Ryo Yoshida | -1/+36 |
| 2022-07-03 | fix: infer lhs first on ordinary assignment expressions | Ryo Yoshida | -2/+66 |
| 2022-07-02 | fix: typos in hir-ty | a-kenji | -2/+2 |
| 2022-07-01 | Add tests for #12669 | Florian Diebold | -0/+62 |
| 2022-07-01 | Fix blocks not considering stmt without semi as tails | Lukas Wirth | -3/+30 |
| 2022-07-01 | Fix Expr::MacroStmts using wrong scopes | Lukas Wirth | -2/+2 |
| 2022-07-01 | Update hir-ty test outputs | Lukas Wirth | -13/+17 |
| 2022-07-01 | fix: Simplify macro statement expansion handling | Lukas Wirth | -1/+3 |
| 2022-06-30 | Auto merge of #12634 - iDawer:match-check.witnesses, r=flodiebold | bors | -43/+278 |
| 2022-06-30 | Add static assertions for some unreachble paths | iDawer | -16/+10 |
| 2022-06-30 | Correct wording | iDawer | -1/+1 |
| 2022-06-30 | Auto merge of #12428 - lowr:experimental/destructuring-assignment, r=flodiebold | bors | -67/+529 |
| 2022-06-26 | WellFormed -> Holds | bitgaoshu | -1/+1 |
| 2022-06-25 | Reduce intermediate allocations while printing witnesses | iDawer | -14/+17 |
| 2022-06-23 | internal: Simplify | Lukas Wirth | -44/+44 |
| 2022-06-23 | Fix unstable feature use | Florian Diebold | -1/+1 |
| 2022-06-23 | Various cleanups | Florian Diebold | -137/+120 |
| 2022-06-23 | reformat code | bitgaoshu | -21/+26 |
| 2022-06-23 | goto where trait method impl | bitgaoshu | -84/+145 |
| 2022-06-20 | Display witnesses of non-exhaustive match | iDawer | -30/+268 |
| 2022-06-12 | Auto merge of #12513 - Veykril:ty-utils, r=Veykril | bors | -65/+44 |
| 2022-06-12 | internal: Simplify `hir_ty::utils` | Lukas Wirth | -65/+44 |
| 2022-06-12 | Auto merge of #12509 - Veykril:ty-utils, r=Veykril | bors | -22/+7 |
| 2022-06-12 | internal: Remove `Generics::type_iter` in favor of `Generics::iter` | Lukas Wirth | -22/+7 |
| 2022-06-12 | Auto merge of #12455 - bitgaoshu:fix_12441, r=flodiebold | bors | -4/+78 |
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -6/+6 |
| 2022-06-03 | fix: #12441 False-positive type-mismatch error with generic future | bitgaoshu | -4/+78 |
| 2022-06-01 | Implement type inference for assignee expressions | Ryo Yoshida | -3/+416 |
| 2022-06-01 | Generalize some inference functions for patterns | Ryo Yoshida | -64/+107 |
| 2022-06-01 | Add `Expr::Underscore` | Ryo Yoshida | -0/+6 |
| 2022-05-31 | Auto merge of #12336 - bitgaoshu:mismatch, r=flodiebold | bors | -3/+41 |
| 2022-05-29 | fix overflow during tuple struct type inference | Ryo Yoshida | -1/+28 |
| 2022-05-23 | Fix inference when pattern matching a tuple field with a wildcard. | Roland Ruckerbauer | -8/+41 |
| 2022-05-22 | Increase defalt chalk overflow depth to match max solver size | Laurențiu Nicola | -1/+1 |
| 2022-05-21 | mismatch | bitgaoshu | -3/+41 |
| 2022-05-20 | Rename `Expr::Lambda` to `Expr::Closure` | Jonas Schievink | -2/+2 |
| 2022-05-16 | Auto merge of #12271 - bitgaoshu:box_with_expec, r=flodiebold | bors | -10/+35 |
| 2022-05-16 | add box expection hint | bitgaoshu | -10/+35 |
| 2022-05-16 | Auto merge of #12253 - Veykril:bm, r=Veykril | bors | -11/+7 |
| 2022-05-14 | internal: vendor lsp-server | Aleksey Kladov | -1/+1 |