| Age | Commit message (Expand) | Author | Lines |
| 2022-07-02 | Auto merge of #12627 - yue4u:fix/struct-variant-patterns, r=Veykril | bors | -76/+140 |
| 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 | 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 | 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-06-30 | fix: Fix flycheck sending cancel progress with no running process | Lukas Wirth | -5/+3 |
| 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-28 | fix: improve whitespace insertion in pretty printer | Ryo Yoshida | -4/+46 |
| 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 | 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 | Fix typo in build.rs | buffet | -1/+1 |
| 2022-06-26 | complete raw identifier with "r#" prefix | Hongxu Xu | -60/+304 |
| 2022-06-26 | Correct target_feature completion | Antonello Palazzi | -2/+2 |
| 2022-06-25 | Reduce intermediate allocations while printing witnesses | iDawer | -14/+17 |
| 2022-06-25 | add test for suggest_name | bitgaoshu | -14/+35 |
| 2022-06-25 | restore sth | bitgaoshu | -1/+1 |
| 2022-06-24 | Auto merge of #12520 - Veykril:flycheck-cancel, r=Veykril | bors | -68/+131 |
| 2022-06-25 | fix test in resolve_proc_macro: Foo is Owner | bitgaoshu | -2/+2 |
| 2022-06-24 | rename "trait_def" to "def_in_trait" | bitgaoshu | -3/+6 |
| 2022-06-24 | highlight: trait path | bitgaoshu | -13/+10 |
| 2022-06-24 | fix test in qualify_method: stay in trait path | bitgaoshu | -11/+35 |
| 2022-06-24 | Auto merge of #12629 - flodiebold:proc-macro-error-improvement, r=Veykril | bors | -170/+173 |
| 2022-06-24 | Improve comments | Florian Diebold | -7/+10 |
| 2022-06-24 | Improve proc macro errors a bit | Florian Diebold | -163/+163 |
| 2022-06-24 | fix some test due to resolve to where trait m impl | bitgaoshu | -35/+41 |
| 2022-06-24 | functions resolve to impl | bitgaoshu | -102/+50 |
| 2022-06-23 | Auto merge of #12605 - erhuve:fix/determine-doc-link-type-at-start, r=erhuve | bors | -5/+12 |
| 2022-06-23 | clarify comment and add autolink test case | Raymond Luo | -1/+3 |
| 2022-06-23 | Auto merge of #12628 - Veykril:simplify, r=Veykril | bors | -94/+75 |