about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-02-14Merge #11458bors[bot]-3/+87
2022-02-14correct the description of Struct GlobalStatedoki-1/+1
2022-02-14Fix stylebellau-9/+5
2022-02-13Merge #11442 #11460bors[bot]-7/+42
2022-02-13Address PR commentsTianyi Song-7/+15
2022-02-13oops, remove printlnbellau-1/+0
2022-02-13fix handle static async and static async movebellau-3/+54
2022-02-12Extract struct from enum variant filters genericsJonas Goronczy-25/+213
2022-02-12Fix stylebellau-1/+1
2022-02-12support static move toobellau-3/+22
2022-02-12fix: add missing experimental capabilitiesFelicián Németh-3/+6
2022-02-12Fix stylesbellau-1/+1
2022-02-12Fix Immovable generator syntax (static ||) not recognized #11448bellau-1/+20
2022-02-12Merge #11444bors[bot]-95/+645
2022-02-11Merge #11453bors[bot]-7/+7
2022-02-11internal: Make `ascend_call_token` iterative instead of recursiveLukas Wirth-7/+7
2022-02-11Handle proc-macro functions as the proc-macro they resolve toLukas Wirth-15/+78
2022-02-11Use text range of name after macro expansionTianyi Song-7/+34
2022-02-09Format againFlorian Diebold-1/+5
2022-02-09Reduce visibilityFlorian Diebold-8/+8
2022-02-09Add back an assertionFlorian Diebold-2/+3
2022-02-09Various fixesFlorian Diebold-25/+75
2022-02-09Rename syntax_node_to_token_tree_censoredFlorian Diebold-9/+10
2022-02-09Replace expressions with errors in themFlorian Diebold-33/+84
2022-02-09Bump lsp-typesLaurențiu Nicola-2/+2
2022-02-09Revert "Revert "Bump dashmap""Laurențiu Nicola-5/+12
2022-02-08Merge #11437bors[bot]-1/+13
2022-02-08[ide_completion] render if a function is async/const/unsafe in completion det...Jake Heinz-1/+13
2022-02-08Fix testFlorian Diebold-2/+1
2022-02-08Track synthetic tokens, to be able to remove them again laterFlorian Diebold-39/+133
2022-02-08Fix renaming super keywordTheDoctor314-0/+4
2022-02-08Add testTheDoctor314-0/+25
2022-02-07Actually check in fixup.rsFlorian Diebold-0/+139
2022-02-07Reverse fixupsFlorian Diebold-4/+5
2022-02-07SimplifyFlorian Diebold-17/+1
2022-02-07Add a checkFlorian Diebold-1/+3
2022-02-07Simplify a bitFlorian Diebold-15/+13
2022-02-07WIP: Actually fix up syntax errors in attribute macro inputFlorian Diebold-34/+112
2022-02-07Add test for giving attribute proc macros valid syntaxFlorian Diebold-38/+186
2022-02-07add missing snake case attribute, update hashMoritz Vetter-0/+1
2022-02-06Pass required features to cargo when using run actionMaybe Waffle-4/+21
2022-02-06Bump pulldown-cmark-to-cmark, adjust usages and fix testMoritz Vetter-9/+5
2022-02-05Revert "Bump dashmap"Laurențiu Nicola-11/+4
2022-02-04Fix trait impl completion rangesThe0x539-4/+4
2022-02-04SimplifyLukas Wirth-24/+14
2022-02-03Shrink `mbe::ExpandError` and `mbe::ParseError`Lukas Wirth-92/+78
2022-02-03fix: Fix vis restriction path completions always using the parent moduleLukas Wirth-1/+17
2022-02-03Add abi string completionsLukas Wirth-0/+106
2022-02-03Sort completion calls lexicographicallyLukas Wirth-24/+24
2022-02-03SimplifyLukas Wirth-37/+25