| Age | Commit message (Expand) | Author | Lines |
| 2022-07-03 | Bump quote | Laurențiu Nicola | -5/+5 |
| 2022-07-03 | Bump anyhow | Laurențiu Nicola | -2/+2 |
| 2022-07-03 | Bump crossbeam-channel | Laurențiu Nicola | -7/+7 |
| 2022-07-02 | fix: Extract function from trait impl | Dorian Scheidt | -10/+75 |
| 2022-07-02 | Auto merge of #12662 - DorianListens:dscheidt/extract-function-duplicate-name... | bors | -2/+70 |
| 2022-07-02 | fix: Extract Function produces duplicate fn names | Dorian Scheidt | -2/+70 |
| 2022-07-02 | Auto merge of #12680 - lowr:fix/12428-regression, r=Veykril | bors | -3/+102 |
| 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 | Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykril | bors | -76/+140 |
| 2022-07-02 | Auto merge of #12679 - a-kenji:fix-typos-hir, r=lnicola | bors | -2/+2 |
| 2022-07-02 | fix: typos in hir-ty | a-kenji | -2/+2 |
| 2022-07-02 | Auto merge of #12678 - Veykril:flyimport, r=Veykril | bors | -4/+28 |
| 2022-07-02 | fix: Trigger flyimport completions in item lists again | Lukas Wirth | -4/+28 |
| 2022-07-02 | fix: escape for enum variant | yue4u | -3/+57 |
| 2022-07-02 | fix: variants rendering in pattern path | yue4u | -73/+83 |
| 2022-07-01 | Auto merge of #12671 - flodiebold:test-for-12669, r=flodiebold | bors | -1/+93 |
| 2022-07-01 | Fix case of ignored/broken proc macro | Florian Diebold | -1/+12 |
| 2022-07-01 | Add tests for #12669 | Florian Diebold | -0/+81 |
| 2022-07-01 | Auto merge of #12636 - xuhongxu96:fix-12148, r=Veykril | bors | -60/+304 |
| 2022-07-01 | Auto merge of #12668 - Veykril:mac-source-map, r=Veykril | bors | -128/+221 |
| 2022-07-01 | Auto merge of #12670 - Veykril:assoc-attrs, r=Veykril | bors | -17/+23 |
| 2022-07-01 | Fix blocks not considering stmt without semi as tails | Lukas Wirth | -5/+46 |
| 2022-07-01 | fix: Fix attribute macros on assoc items being discarded with disabled proc m... | Lukas Wirth | -17/+23 |
| 2022-07-01 | Fix Expr::MacroStmts using wrong scopes | Lukas Wirth | -12/+13 |
| 2022-07-01 | Update hir-ty test outputs | Lukas Wirth | -14/+20 |
| 2022-07-01 | fix: Simplify macro statement expansion handling | Lukas Wirth | -113/+158 |
| 2022-07-01 | Auto merge of #12650 - lowr:fix/12591, r=lnicola | bors | -4/+46 |
| 2022-07-01 | Auto merge of #12660 - Veykril:flycheck, r=Veykril | bors | -5/+3 |
| 2022-06-30 | fix: Fix flycheck sending cancel progress with no running process | Lukas Wirth | -5/+3 |
| 2022-06-30 | Auto merge of #12655 - ChayimFriedman2:debug-bench-filter-bin-target, r=flodi... | bors | -1/+1 |
| 2022-06-30 | Auto merge of #12634 - iDawer:match-check.witnesses, r=flodiebold | bors | -93/+330 |
| 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 #12626 - CuriousCorrelation:fix/empty-reasons, r=flodiebold | bors | -1/+10 |
| 2022-06-30 | Auto merge of #12428 - lowr:experimental/destructuring-assignment, r=flodiebold | bors | -68/+532 |
| 2022-06-29 | Ignore the `bin` artifact for `bench` targets | Chayim Refael Friedman | -1/+1 |
| 2022-06-28 | Auto merge of #12652 - lnicola:openvsx, r=lnicola | bors | -2/+125 |
| 2022-06-28 | fix: improve whitespace insertion in pretty printer | Ryo Yoshida | -4/+46 |
| 2022-06-28 | Auto merge of #12648 - flodiebold:proc-macro-errors-again, r=flodiebold | bors | -69/+69 |
| 2022-06-28 | fix: Report proc macro errors in expressions correctly as well | Florian Diebold | -69/+69 |
| 2022-06-27 | Auto merge of #12643 - Veykril:macro-compl, r=Veykril | bors | -19/+45 |
| 2022-06-27 | fix: Fix completions for locals not working properly inside macro calls | Lukas Wirth | -19/+45 |
| 2022-06-27 | Auto merge of #12635 - antogilbert:tgt_feat, r=Veykril | bors | -4/+4 |
| 2022-06-27 | Auto merge of #12642 - weirdsmiley:master, r=Veykril | bors | -1/+2 |
| 2022-06-27 | fix: deduplicate cfg completions | Manas | -1/+2 |
| 2022-06-27 | Udate unit tests | Antonello Palazzi | -2/+2 |
| 2022-06-26 | WellFormed -> Holds | bitgaoshu | -1/+27 |
| 2022-06-26 | add test for item same name | bitgaoshu | -1/+20 |
| 2022-06-26 | Auto merge of #12638 - buffet:fix-typo, r=flodiebold | bors | -1/+1 |