about summary refs log tree commit diff
path: root/crates/syntax/src
AgeCommit message (Expand)AuthorLines
2021-11-11Fix `impl_trait` function to emit correct astTheDoctor314-8/+64
2021-11-10Add generic parameters for manual impl assistTheDoctor314-2/+7
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-22Merge #9939bors[bot]-0/+6
2021-10-21Migrate to edition 2021Lukas Wirth-6/+1
2021-10-19internal: Parse const trait boundsLukas Wirth-0/+3
2021-10-16feat: Adding extract_module assistvi_mi-0/+6
2021-10-14Merge #10546bors[bot]-0/+13
2021-10-14Implement promotoe_local_to_const assistLukas Wirth-0/+13
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-07Support `let...else`Jonas Schievink-0/+27
2021-10-06Merge #10420bors[bot]-1/+3
2021-10-05Merge #10440bors[bot]-105/+98
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-39/+34
2021-10-05Replace `if let Some(_) = foo` with `if foo.is_some()`Aramis Razzaghipour-1/+1
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-20/+18
2021-10-03Add semicolons for consistencyAramis Razzaghipour-45/+45
2021-10-03Merge #10438bors[bot]-2/+40
2021-10-03minor: SimplifyLukas Wirth-2/+40
2021-10-03fix: await insertion with try_expr during extract_functionvi_mi-0/+3
2021-10-02minor: dead codeAleksey Kladov-8/+1
2021-10-02internal: remove deprecated methodAleksey Kladov-3/+0
2021-10-02minor: regenAleksey Kladov-0/+149
2021-10-02minor: generated code readabilityAleksey Kladov-1/+2
2021-10-02Parse outer attributes on StructPatternEtCeterazhoufan-1/+3
2021-09-28Fix inline_call breaking RecordExprField shorthandsLukas Wirth-0/+29
2021-09-27Rename `*Owner` traits to `Has*`Lukas Wirth-240/+240
2021-09-27Rename `Dyn*` nodes to `Any*` nodesLukas Wirth-61/+61
2021-09-26internal: more reasonable grammar for blocksAleksey Kladov-90/+79
2021-09-26Merge #10358bors[bot]-220/+15
2021-09-26Remove inherent methods from ast node that carry semantic meaningLukas Wirth-220/+15
2021-09-26internal: fix and force-disable block validation ;-(Aleksey Kladov-8/+5
2021-09-25Merge #10346bors[bot]-33/+35
2021-09-25minor: align code with code-styleAleksey Kladov-33/+35
2021-09-25minore: improve consistencyAleksey Kladov-8/+8
2021-09-23CleanupLukas Wirth-0/+10
2021-09-21SimplifyLukas Wirth-110/+9