about summary refs log tree commit diff
path: root/crates/syntax
AgeCommit message (Expand)AuthorLines
2021-12-14`match_ast!` takes a pattern to allow underscore usageLukas Wirth-2/+2
2021-12-13Merge #10998bors[bot]-26/+23
2021-12-13Reuse results from split_into_parts()Oleg Matrokhin-15/+5
2021-12-13Add number representation assistsOleg Matrokhin-26/+33
2021-12-12tighten up invariantsAleksey Kladov-8/+12
2021-12-12more orthogonal interfaceAleksey Kladov-1/+2
2021-12-12parser tests workAleksey Kladov-103/+60
2021-12-12Bump depsLaurențiu Nicola-1/+1
2021-11-24Remove possible multiline details in completionsLukas Wirth-22/+32
2021-11-19Use mutable syntax trees in `merge_imports`, `split_imports`iDawer-40/+74
2021-11-18fix: parse the range pat inside the tuple patzhoufan-81/+162
2021-11-16Remove validation of `super` in use pathsLaurențiu Nicola-118/+0
2021-11-16Merge #10734bors[bot]-2/+7
2021-11-16minor: Lift out FxIndex{Map/Set} types into ide_dbLukas Wirth-1/+1
2021-11-15Fix `impl_def_from_trait`TheDoctor314-64/+8
2021-11-11Fix `impl_trait` function to emit correct astTheDoctor314-8/+64
2021-11-10Merge #10689bors[bot]-0/+31
2021-11-10Handle pub tuple fields in tuple structsAdam Bratschi-Kaye-0/+31
2021-11-10Add generic parameters for manual impl assistTheDoctor314-2/+7
2021-11-05Replace some String usages with SmolStr in completionsLukas Wirth-1/+1
2021-10-30Fix for-loop expressions breaking with BlockExpr iterableLukas Wirth-5/+20
2021-10-28Refactor ide handling for paths in derive inputsLukas Wirth-1/+22
2021-10-23internal: remove unused dollarsAleksey Kladov-10/+1
2021-10-23Set MSRVLaurențiu Nicola-0/+2
2021-10-22Merge #9939bors[bot]-0/+6
2021-10-21Migrate to edition 2021Lukas Wirth-8/+3
2021-10-19internal: Parse const trait boundsLukas Wirth-10/+25
2021-10-16feat: Adding extract_module assistvi_mi-0/+6
2021-10-14Merge #10545bors[bot]-2/+2
2021-10-14Merge #10546bors[bot]-0/+13
2021-10-14Implement promotoe_local_to_const assistLukas Wirth-0/+13
2021-10-14a few clippy fixesMilo-2/+2
2021-10-14Enable delegation generation for complex typesYoshua Wuyts-3/+24
2021-10-13Add basic support for delegationRyan Levick-0/+4
2021-10-12Make selections in assists with trailing/leading whitespace more forgivingLukas Wirth-0/+10
2021-10-10Merge #10506bors[bot]-0/+1
2021-10-10Add commentk-nasa-0/+1
2021-10-10Merge #10504bors[bot]-1/+1
2021-10-10remove commentk-nasa-2/+0
2021-10-10Revert "update comment"k-nasa-1/+1
2021-10-10Remove neesless clonek-nasa-1/+1
2021-10-10update commentk-nasa-1/+1
2021-10-10Add code commentk-nasa-0/+2
2021-10-09internal: make sure macro test expand to valid syntaxAleksey Kladov-4/+3
2021-10-09internal: update expectAleksey Kladov-1/+1
2021-10-07Support `let...else`Jonas Schievink-1/+80
2021-10-06parser: fix parsing of macro call inside generic argscynecx-0/+37
2021-10-06Merge #10420bors[bot]-11/+57
2021-10-05Merge #10440bors[bot]-105/+98
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-39/+34