aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast
Commit message (Expand)AuthorAgeFilesLines
...
* Switch ast declaration from ron to a macroAleksey Kladov2020-01-031-1484/+1476
* Collect visibility of items during nameresFlorian Diebold2019-12-261-0/+3
* Add infrastructure for visibility on syntax and hir_def levelFlorian Diebold2019-12-261-0/+29
* Remove AsyncOwnerEdwin Cheng2019-12-243-8/+4
* Implement infer await from async funcEdwin Cheng2019-12-242-0/+8
* Merge #2641bors[bot]2019-12-221-0/+30
|\
| * Parse const genericsroblabla2019-12-221-0/+30
* | Clippy lintskjeremy2019-12-201-2/+1
* | Handle closure return typesFlorian Diebold2019-12-201-0/+3
* | Use unwrap_or_defaultkjeremy2019-12-201-2/+2
|/
* Add `ModuleItemsOwner` to `Block`ice10002019-12-031-0/+1
* Fix hir for ast::UnionDefAleksey Kladov2019-11-252-15/+24
* Introduce dedicated AST node for unionAleksey Kladov2019-11-251-0/+28
* Merge #2343bors[bot]2019-11-243-4/+25
|\
| * do refact and fix some issuebravomikekilo2019-11-243-4/+25
* | Uniformalize namingAleksey Kladov2019-11-221-2/+2
|/
* Allow non-path default type parametersAleksey Kladov2019-11-202-8/+5
* :arrow_up: rowanAleksey Kladov2019-11-191-1/+1
* Remove the custom impl of AttrsOwner for ImplItemDJMcNab2019-11-182-11/+2
* Add ast for plain and raw string literalsAleksey Kladov2019-11-161-10/+85
* Attempt to implement typed accessorsGeoffry Song2019-11-151-0/+46
* Make make:: builders slightly more convenientAleksey Kladov2019-11-132-9/+12
* Use strongly-typed ast building for early-return assistAleksey Kladov2019-11-131-21/+31
* Merge #2149bors[bot]2019-11-041-0/+17
|\
| * Support paths other than "Some".krk2019-11-011-2/+3
| * Handle IfLet in convert_to_guarded_return.krk2019-10-311-0/+16
* | traits => match_ast!kjeremy2019-10-301-5/+7
|/
* 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