about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-03-06Highlight `Self` as a keyword by defaultLukas Wirth-14/+93
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/+14
2022-03-05Fix test fixtureLukas Wirth-2/+2
2022-03-05fix: Recognize `Self` as a proper keywordLukas Wirth-47/+96
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]-219/+580
2022-03-05Merge #11574bors[bot]-16/+38
2022-03-05Merge #11623bors[bot]-3/+6
2022-03-05Add type variable table to InferenceTableSnapshotTianyi Song-3/+6
2022-03-04show variadic args in hover function signatureAndy Russell-0/+29
2022-03-04Merge #11595bors[bot]-1/+25
2022-03-04SimplifyLukas Wirth-58/+40
2022-03-04Support locals with multiple declaration sitesLukas Wirth-81/+346
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-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-5/+5
2022-03-04FixesLaurențiu Nicola-3/+2
2022-03-04Update inlay hints for upstreamLaurențiu Nicola-19/+23
2022-03-04Add experimental VSCode apiKirill Bulatov-11/+17
2022-03-04Lower string literals with real val, not defaultTianyi Song-1/+25
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-03Add abort to safe intrinsics listLaurențiu Nicola-0/+1
2022-03-03Merge #11610bors[bot]-0/+33
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-216/+541
2022-02-28Merge #11433bors[bot]-0/+4
2022-02-28Add scary warning to onEnterLaurențiu Nicola-0/+4
2022-02-28Future-proof against a next edition by using `>=` and not `==`Chayim Refael Friedman-2/+2
2022-02-28redirct: use iterators and knowledge about preordered arrays for more efficie...Moritz Vetter-16/+38
2022-02-27Merge #11573bors[bot]-17/+53
2022-02-27Merge #11567bors[bot]-5/+61
2022-02-27Remove misleading commentsChayim Refael Friedman-2/+0
2022-02-27add two more unit tests for text_editMoritz Vetter-13/+41
2022-02-27Fix `if` in #11561Chayim Refael Friedman-5/+61
2022-02-26Merge #11565bors[bot]-3/+34
2022-02-26Make hir::Local::name infallibleLukas Wirth-28/+28
2022-02-26refact: edit text in place in TextEdit::applyMoritz Vetter-17/+11
2022-02-26test: add unit test for TextEdit::apply()Moritz Vetter-0/+14
2022-02-26Fix body selection in while loopsLaurențiu Nicola-3/+34
2022-02-26Rename test highlighting output filesLukas Wirth-85/+176