about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2021-12-03Merge #10920bors[bot]-24/+22
2021-12-04minor: Shorten spans of mismatched_arg_count diagLukas Wirth-24/+22
2021-12-03Merge #10916bors[bot]-30/+33
2021-12-04fix: defer condition constructionrainy-me-5/+3
2021-12-03Merge #10915bors[bot]-176/+350
2021-12-03Improve hover message for inert attributesLukas Wirth-7/+75
2021-12-04feat: handle while let to looprainy-me-29/+34
2021-12-03Rename things: Tool -> ToolModuleLukas Wirth-33/+33
2021-12-03Basic hover for builtin-attr and tool modulesLukas Wirth-2/+13
2021-12-03SimplifyLukas Wirth-5/+11
2021-12-03Remove syntax highlighting hack for builtin attrsLukas Wirth-82/+61
2021-12-03feat: Resolve builtin-attr and tools in ide layerLukas Wirth-98/+208
2021-12-02refactor(assist/add_return_type): avoid threading `needs_whitespace`Skyler Rain Ross-16/+15
2021-12-02fix: add return type works when there's missing whitespaceSkyler Rain Ross-16/+61
2021-12-02Merge #10891bors[bot]-1/+100
2021-12-02fixup: include more information for implsTJ DeVries-2/+40
2021-12-01fixup: properly handle all associated itemsTJ DeVries-22/+33
2021-12-01add a fixme:Jake Heinz-0/+2
2021-12-01simplifyJake Heinz-1/+1
2021-12-01ide: hack to make self not unresolved reference in async trait wrapped impl'sJake Heinz-2/+18
2021-12-01add testJake Heinz-0/+18
2021-12-01simplify??Jake Heinz-8/+8
2021-12-01hir: resolve assoc trait typeJake Heinz-1/+12
2021-11-30fix: emit trait names in moniker identifierTJ DeVries-3/+53
2021-11-30Merge #10872bors[bot]-178/+1045
2021-11-30simpler way of grabbing module / trait nameJake Heinz-14/+8
2021-11-30remove one need for semanticsJake Heinz-13/+9
2021-11-30consts with inners??Jake Heinz-2/+82
2021-11-30pr feedbacksJake Heinz-10/+10
2021-11-29Merge #10841bors[bot]-19/+511
2021-11-29test the one thing this pr was trying to accomplish lol...Jake Heinz-58/+68
2021-11-29add a testJake Heinz-3/+523
2021-11-29some more cleanupsJake Heinz-6/+24
2021-11-29do something with library_symbolsJake Heinz-63/+36
2021-11-29fix testshkalbasi-77/+11
2021-11-29remove duplicate data from CrateOriginhkalbasi-39/+26
2021-11-29simplify workJake Heinz-29/+25
2021-11-29:broom:Jake Heinz-19/+19
2021-11-29collect macro_rules! macros into macro declarationsJake Heinz-11/+3
2021-11-29collect macrosJake Heinz-33/+81
2021-11-29cleanup the whole thing...Jake Heinz-208/+233
2021-11-29traverse even more...Jake Heinz-17/+61
2021-11-29populate container name when traversing down blocksJake Heinz-13/+42
2021-11-29collect blocks from unnamed consts tooJake Heinz-0/+4
2021-11-29collect defs from body blocksJake Heinz-23/+56
2021-11-28cleanupsJake Heinz-148/+99
2021-11-27Merge #10876bors[bot]-4/+8
2021-11-27fix: Show parameter hints unconditionally for logical not expressionsLukas Wirth-4/+8
2021-11-27Don't discard flycheck error messagesLukas Wirth-1/+1
2021-11-27minor: correct profiling nameAleksey Kladov-1/+1