| Age | Commit message (Expand) | Author | Lines |
| 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/+174 |
| 2022-06-24 | Improve comments | Florian Diebold | -7/+10 |
| 2022-06-24 | Improve proc macro errors a bit | Florian Diebold | -163/+164 |
| 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 | Try to publish releases to OpenVSX | Laurențiu Nicola | -2/+125 |
| 2022-06-23 | Auto merge of #12628 - Veykril:simplify, r=Veykril | bors | -94/+75 |
| 2022-06-23 | internal: Simplify | Lukas Wirth | -94/+75 |
| 2022-06-23 | fix: trailing ':' on empty inactive reasons | CuriousCorrelation | -1/+10 |
| 2022-06-23 | Auto merge of #12625 - yue4u:fix/non-exhaustive-variant, r=Veykril | bors | -5/+64 |
| 2022-06-24 | fix: completes non exhaustive variant within the defining crate | yue4u | -5/+64 |
| 2022-06-23 | Fix unstable feature use | Florian Diebold | -1/+1 |
| 2022-06-23 | Add two more tests | Florian Diebold | -0/+37 |
| 2022-06-23 | Various cleanups | Florian Diebold | -145/+122 |
| 2022-06-23 | reformat code | bitgaoshu | -44/+43 |
| 2022-06-23 | goto where trait method impl | bitgaoshu | -116/+365 |
| 2022-06-22 | condense matches on autolink | Raymond Luo | -2/+2 |
| 2022-06-22 | add doc strings to use_trivial_contructor.rs | soruh | -0/+3 |
| 2022-06-22 | add use_trivial_contructor.rs | soruh | -0/+31 |
| 2022-06-22 | apply suggestions | soruh | -97/+10 |
| 2022-06-20 | handle autolink as edge case | Raymond Luo | -2/+10 |
| 2022-06-20 | determine doc link type from start instead of text or code | Raymond Luo | -8/+5 |
| 2022-06-20 | Auto merge of #12604 - Veykril:completions, r=Veykril | bors | -221/+146 |
| 2022-06-20 | internal: Simplify some completions | Lukas Wirth | -221/+146 |
| 2022-06-20 | Auto merge of #12599 - flodiebold:no-test-deps, r=flodiebold | bors | -24/+19 |
| 2022-06-20 | Fix test | Florian Diebold | -2/+0 |
| 2022-06-20 | Auto merge of #12597 - Veykril:completions, r=Veykril | bors | -212/+352 |
| 2022-06-20 | Reimplement auto-ref completions for fields | Lukas Wirth | -12/+35 |
| 2022-06-20 | Refactor a bit | Florian Diebold | -23/+15 |
| 2022-06-20 | Remove pattern rendering hack | Lukas Wirth | -122/+235 |
| 2022-06-20 | Only apply `cfg(test)` for local crates | Florian Diebold | -2/+7 |
| 2022-06-20 | fix: Fix auto-ref completions inserting into wrong locations | Lukas Wirth | -94/+98 |
| 2022-06-20 | Auto merge of #12596 - Veykril:completions, r=Veykril | bors | -1/+17 |
| 2022-06-20 | fix: Don't trigger pattern completions when typing a wildcard pattern | Lukas Wirth | -1/+17 |
| 2022-06-20 | Auto merge of #12594 - Veykril:completions, r=Veykril | bors | -372/+490 |
| 2022-06-20 | internal: Lift out IdentContext from CompletionContext | Lukas Wirth | -346/+451 |
| 2022-06-20 | internal: Remove `previous_token` field from `CompletionContext` | Lukas Wirth | -37/+50 |