about summary refs log tree commit diff
path: root/crates/syntax
AgeCommit message (Expand)AuthorLines
2021-04-19Merge #8524 #8527bors[bot]-0/+160
2021-04-17hir_ty: Expand macros at type positioncynecx-23/+25
2021-04-17nail rowan version downBernhard Schuster-1/+1
2021-04-16Fill match arms for a tuple of a single enum.Dawer-6/+12
2021-04-15Finish GenericParamsOwnerEdit implsDawer-5/+94
2021-04-15Switch introduce_named_lifetime assist to use mutable syntax treeDawer-0/+71
2021-04-07Update crateskjeremy-1/+1
2021-04-05Use arrayvec 0.7 to avoid perf regression in 0.6.1kjeremy-1/+1
2021-04-04Add convert tuple struct to named struct assistunexge-0/+26
2021-03-27Add support for doc on hover for macro 2.0Edwin Cheng-2/+2
2021-03-27Basic Support Macro 2.0Edwin Cheng-0/+1
2021-03-26Add TokenTextAleksey Kladov-7/+89
2021-03-26syntax: return owned string instead of leaking stringcynecx-10/+8
2021-03-25Use more std::array::IntoIterLaurențiu Nicola-4/+3
2021-03-25Use arrayvec 0.6Laurențiu Nicola-9/+9
2021-03-23Simplify codeAleksey Kladov-2/+3
2021-03-22rewrite merge use trees assist to use muatable syntax treesAleksey Kladov-46/+74
2021-03-22:arrow_up: rowanAleksey Kladov-1/+1
2021-03-21a lot of clippy::style fixesMatthias Krüger-44/+32
2021-03-21clippy::complexity simplifications related to IteratorsMatthias Krüger-2/+1
2021-03-21use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger-2/+1
2021-03-21remove more redundant clones (clippy::redundant_clone())Matthias Krüger-3/+3
2021-03-20Don't use an untyped String for ActiveParam trackingLukas Wirth-0/+9
2021-03-19Move `AttrsOwnerNode` to syntax and make it publicJonas Schievink-2/+32
2021-03-19Make ast editing more ergonomicAleksey Kladov-40/+66
2021-03-19Parse extended_key_value_attributesLukas Wirth-33/+23
2021-03-17Correctly parse attributes on fn parametersJonas Schievink-49/+49
2021-03-17Better handling of block doc commentsLukas Wirth-35/+29
2021-03-17Merge #8059bors[bot]-1/+1
2021-03-17avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger-2/+2
2021-03-16pit-of-successify tree editorAleksey Kladov-14/+17
2021-03-16Auto-magical whitespaceAleksey Kladov-23/+58
2021-03-16Move more boundsAleksey Kladov-10/+44
2021-03-16Replace trait object boxing with extra AttrsOwnerNodeLukas Wirth-1/+1
2021-03-16Upgrade rowanAleksey Kladov-26/+226
2021-03-16Fix macro expansion for statements w/o semicolonEdwin Cheng-2/+8
2021-03-15Enable thread-local coverage marksLaurențiu Nicola-1/+1
2021-03-14Attach trivia to ast::Union nodesLukas Wirth-2/+2
2021-03-12Merge #7956bors[bot]-0/+3
2021-03-10cargo update and lexerkjeremy-1/+1
2021-03-09feat: add expr_for_loop to make in syntaxLuiz Carlos Mourão Paes de Carvalho-0/+3
2021-03-09Merge #7873 #7933bors[bot]-1/+49
2021-03-09Improve compilation speedAleksey Kladov-1/+1
2021-03-08Better strip turbofishesKirill Bulatov-0/+48
2021-03-08Use upstream cov-markLaurențiu Nicola-14/+13
2021-03-08Use the same name in xtask and test utilsAleksey Kladov-3/+3
2021-03-02Update lexerkjeremy-1/+1
2021-03-02Merge #7777bors[bot]-5/+9
2021-02-25bump crateskjeremy-1/+1
2021-02-24Implement line<->block comment assistJohn Renner-5/+9