aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast
Commit message (Expand)AuthorAgeFilesLines
* Some clippy fixeskjeremy2019-10-301-2/+2
* Preserve whitespace at the end of doc commentsJeremy Kolb2019-10-271-2/+5
* use correct spacing for enum patternAleksey Kladov2019-10-261-1/+1
* Adds "replace with guarded return" assistMikhail Modin2019-10-202-0/+36
* add syntax-tree based indentsAleksey Kladov2019-10-122-6/+91
* Pass attributes as token tree to DefCollectoruHOOCCOOHu2019-10-021-0/+1
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-304-55/+298
|\
| * FixesuHOOCCOOHu2019-09-301-9/+0
| * Fix API of AttruHOOCCOOHu2019-09-303-46/+25
| * Parse correct AttrInputuHOOCCOOHu2019-09-301-0/+44
| * cleanup editorAleksey Kladov2019-09-301-1/+4
| * remove ast_editor.rsAleksey Kladov2019-09-301-0/+12
| * move remove bounds to ast/edit.rsAleksey Kladov2019-09-301-1/+15
| * move field list to ast/edit.rsAleksey Kladov2019-09-301-1/+81
| * migrate add impl items to the new editing APIAleksey Kladov2019-09-281-3/+94
| * simplify strip attrsAleksey Kladov2019-09-282-2/+31
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-1/+1
|/
* Merge #1815bors[bot]2019-09-271-0/+10
|\
| * Refactor `Name` ready for hygienic macrouHOOCCOOHu2019-09-261-0/+10
* | Start simplifying editing APIAleksey Kladov2019-09-262-0/+100
|/
* keep ast creation API simpleAleksey Kladov2019-09-261-0/+135
* add new editing API, suitable for modifying several nodes at onceAleksey Kladov2019-09-251-0/+9
* Support path starting with a typeuHOOCCOOHu2019-09-151-0/+3
* Add `DotDotPat` to ASTDylan MacKenzie2019-09-151-2/+35
* Infer box expressionuHOOCCOOHu2019-09-111-3/+37
* Lower `Fn(X, Y) -> Z` pathsFlorian Diebold2019-09-071-0/+6
* Merge #1743bors[bot]2019-09-051-0/+1
|\
| * Support resolution of `#[macro_use] extern crate`uHOOCCOOHu2019-08-311-0/+1
* | fix assistsAleksey Kladov2019-09-021-0/+20
* | fix hir for new block syntaxAleksey Kladov2019-09-023-5/+5
* | fix generated ASTAleksey Kladov2019-09-021-1/+1
* | remove useless traitAleksey Kladov2019-09-022-8/+5
|/
* Add `BoxPat` variantDylan MacKenzie2019-08-231-2/+37
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-233-268/+268
* Improve/fix type bound loweringFlorian Diebold2019-08-221-26/+29
* Add `impl Trait` and `dyn Trait` typesFlorian Diebold2019-08-221-0/+26
* Don't add `?` bounds as real boundsAleksey Kladov2019-08-221-0/+12
* remove ast::*Kind enumsAleksey Kladov2019-08-191-345/+339
* use new quote-generated astAleksey Kladov2019-08-182-1289/+1408
* Introduce separate hir::BinaryOpAleksey Kladov2019-08-171-6/+0
* implement accessors for IndexExprAleksey Kladov2019-08-171-0/+9
* simplifyAleksey Kladov2019-08-171-35/+36
* Lower fully qualified associated type pathsFlorian Diebold2019-08-121-0/+10
* Add function parameters attributesEvgenii P2019-08-071-0/+2
* Unconditionally trim the end of commentskjeremy2019-07-311-9/+4
* Removes `*/` in block doc commentskjeremy2019-07-311-2/+13
* cargo formatPhil Ellison2019-07-281-3/+1
* Add special case for f32 and f43 suffices on Literal.kindPhil Ellison2019-07-281-3/+21
* switch to upstream rowan's APIAleksey Kladov2019-07-202-12/+6
* add await expr to astUnreal Hoang2019-07-201-1/+32