aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/extensions.rs
Commit message (Collapse)AuthorAgeFilesLines
* convenience apiAleksey Kladov2019-07-191-4/+4
|
* migrate ra_syntax to the new rowan APIAleksey Kladov2019-07-191-29/+35
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Fix clippy::single_char_patternAlan Du2019-06-041-1/+1
|
* add is_union to structs ASTAleksey Kladov2019-05-201-1/+17
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-22/+22
|
* Handle auto traits & negative implsFlorian Diebold2019-05-111-0/+10
| | | | | We don't pass field types to Chalk yet though, so the auto trait inference won't be correct.
* move add_missing_members to structured editing APIAleksey Kladov2019-04-221-0/+9
| | | | | Currently, this is more code, and we also loose auto-indenting of bodies, but, long-term, this is the right approach
* Initial support for lang items.Marco Groppo2019-04-191-0/+14
|
* Parse and infer tuple indicesrobojumper2019-04-061-5/+29
|
* add minimal commentsAleksey Kladov2019-04-021-0/+3
|
* rename flavor to kindAleksey Kladov2019-04-021-15/+15
|
* move extensions to submodulesAleksey Kladov2019-04-021-0/+300