about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-06Add a macro case for the keyword highlighting test fixtureLukas Wirth-6/+14
2022-03-06Fix extern crate self having self unresolvedLukas Wirth-9/+13
2022-03-06Highlight `Self` as a keyword by defaultLukas Wirth-15/+94
2022-03-05SimplifyLukas Wirth-9/+6
2022-03-05Fix hover for `Self` keywordLukas Wirth-2/+2
2022-03-05Merge #11629bors[bot]-22/+30
2022-03-05Fix highlighting of `Self`Lukas Wirth-4/+19
2022-03-05Fix test fixtureLukas Wirth-2/+2
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-49/+98
2022-03-05fix macro-calls always expanding to expressions in LetStmtLukas Wirth-12/+20
2022-03-05fix: Fix macro-calls expanding to items in if/while conditionsLukas Wirth-9/+9
2022-03-05Merge #11598bors[bot]-221/+582
2022-03-05Merge #11574bors[bot]-16/+39
2022-03-05Merge #11623bors[bot]-3/+6
2022-03-05Add type variable table to InferenceTableSnapshotTianyi Song-3/+6
2022-03-04Merge #11622bors[bot]-0/+29
2022-03-04show variadic args in hover function signatureAndy Russell-0/+29
2022-03-04Merge #11595bors[bot]-1/+25
2022-03-04Merge #11620bors[bot]-68/+315
2022-03-04SimplifyLukas Wirth-58/+40
2022-03-04Support locals with multiple declaration sitesLukas Wirth-81/+346
2022-03-04Merge #11140bors[bot]-424/+712
2022-03-04Resolve only type params in type nshkalbasi-16/+17
2022-03-04Preserve order of generic argshkalbasi-427/+714
2022-03-04Fix formattingLaurențiu Nicola-1/+5
2022-03-04Drop hint conversionLaurențiu Nicola-3/+0
2022-03-04Bump vscodeLaurențiu Nicola-88/+11
2022-03-04Remove debugging leftoversKirill Bulatov-1/+1
2022-03-04Load hints for part of the file onlyKirill Bulatov-21/+108
2022-03-04Clean up the redundant hints code and configKirill Bulatov-91/+9
2022-03-04FixesLaurențiu Nicola-5/+5
2022-03-04Update inlay hints for upstreamLaurențiu Nicola-19/+23
2022-03-04Add log messagesLaurențiu Nicola-3/+5
2022-03-04Bump depsLaurențiu Nicola-47/+51
2022-03-04Add experimental VSCode apiKirill Bulatov-618/+136
2022-03-04Lower string literals with real val, not defaultTianyi Song-1/+25
2022-03-03Merge #11616bors[bot]-5/+88
2022-03-03slightly improve highlighting performance for derive annotated itemsLukas Wirth-12/+13
2022-03-03fix: Fix semantic highlighting breaking for lifetimes in macrosLukas Wirth-0/+82
2022-03-03Merge #11613bors[bot]-0/+1
2022-03-03Add abort to safe intrinsics listLaurențiu Nicola-0/+1
2022-03-03Merge #11610bors[bot]-0/+33
2022-03-03Merge #11609bors[bot]-0/+40
2022-03-03Add a (currently failing) test for #11242Florian Diebold-0/+33
2022-03-03Add another case to the syntax fixup codeFlorian Diebold-0/+40
2022-03-02Do not consider `_` to be an expression for `macro_rules!`Chayim Refael Friedman-1/+11
2022-03-02Parse destructuring assignmentChayim Refael Friedman-218/+543
2022-03-01Merge #11593bors[bot]-2/+2
2022-03-01Build release binaries on Ubuntu 18.04Laurențiu Nicola-2/+2
2022-02-28Merge #11433bors[bot]-0/+4