about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-01-22clarify docJeroen Vannevel-1/+3
2022-01-22Support standalone commentsJeroen Vannevel-16/+65
2022-01-22redundant type specifiedJeroen Vannevel-1/+1
2022-01-22shorter armsJeroen Vannevel-3/+3
2022-01-22removed printsJeroen Vannevel-31/+6
2022-01-22hacky_block_expr_with_commentsJeroen Vannevel-11/+10
2022-01-22removed unwrapping from indentJeroen Vannevel-8/+10
2022-01-22simplified tail_exprJeroen Vannevel-14/+10
2022-01-22removing unwrapsJeroen Vannevel-33/+29
2022-01-22don't remove the comment token if it's lastJeroen Vannevel-1/+7
2022-01-22very rough but comments get extractedJeroen Vannevel-25/+227
2022-01-22reproJeroen Vannevel-0/+27
2022-01-21Bump chalkLaurențiu Nicola-3/+3
2022-01-21Bump pulldown-cmark and pulldown-cmark-to-cmarkLaurențiu Nicola-9/+4
2022-01-21Bump hashbrownLaurențiu Nicola-1/+3
2022-01-21Bump dashmapLaurențiu Nicola-4/+11
2022-01-21Remove redundant `Option` from eager macro fnsJonas Schievink-22/+24
2022-01-19Remove spurious formatSchuyler Cohen-1/+0
2022-01-18Update testsJonas Schievink-418/+0
2022-01-18Don't load auxiliary crates outside the workspaceJonas Schievink-0/+9
2022-01-17Add test for comments not directly next to itemsWesley Norris-0/+17
2022-01-17Add a test for multi-single-line comments as wellWesley Norris-0/+15
2022-01-17fix: insert auto-imports after header commentsWesley Norris-4/+27
2022-01-17status: output all crates a file belongs toJonas Schievink-17/+17
2022-01-17Allow macros to expand to or-patternsJonas Schievink-7/+33
2022-01-17Temporarily disable format string completionsLaurențiu Nicola-46/+49
2022-01-16Merge #11287bors[bot]-1/+1
2022-01-15Merge #11294bors[bot]-315/+301
2022-01-15Move format specifier lexing from syntax to ide_dbLukas Wirth-315/+301
2022-01-15Merge #11293bors[bot]-39/+163
2022-01-15feat: Add very simplistic ident completion for format_args! macro inputLukas Wirth-39/+163
2022-01-15Merge #11292bors[bot]-2/+3
2022-01-15internal: Decrease PartialOrd and PartialEq trait methods completion relevanceLukas Wirth-2/+3
2022-01-15make it a configJake Heinz-8/+26
2022-01-14formatMilo-6/+2
2022-01-14fix overlyMilo-1/+1
2022-01-14Merge #11248bors[bot]-4/+582
2022-01-14styling fixesJeroen Vannevel-24/+29
2022-01-14Clean up assoc item collection a bitJonas Schievink-118/+128
2022-01-14Remove redundant recursion limitJonas Schievink-12/+3
2022-01-14Merge #11283bors[bot]-10/+63
2022-01-14fix: Adjust `.` typing auto indentationLukas Wirth-10/+63
2022-01-14hacky fix for cancellingJake Heinz-8/+11
2022-01-14one last bit of cleanupJake Heinz-18/+21
2022-01-14Merge #11282bors[bot]-25/+32
2022-01-14fix: Properly cache files in Semantics when ascending macrosLukas Wirth-8/+15
2022-01-14removed scoped threads, cleanupJake Heinz-72/+68
2022-01-14Replace HasSource usages with Semantics equivalentLukas Wirth-17/+17
2022-01-14cleanup + detect num cpusJake Heinz-36/+10
2022-01-14cleanupJake Heinz-1/+1