aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/expr_ext.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #5610bors[bot]2020-07-301-2/+1
|\ | | | | | | | | | | | | | | 5610: Bump deps r=flodiebold a=lnicola Co-authored-by: LaurenČ›iu Nicola <[email protected]>
| * Fix typoLaurențiu Nicola2020-07-301-2/+1
| |
* | Rename RecordLit -> RecordExprAleksey Kladov2020-07-301-3/+3
| |
* | Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
|/
* Switch to ungrammar from ast_srcAleksey Kladov2020-07-291-0/+2
| | | | | | | | | | | | | | | | | | The primary advantage of ungrammar is that it (eventually) allows one to describe concrete syntax tree structure -- with alternatives and specific sequence of tokens & nodes. That should be re-usable for: * generate `make` calls * Rust reference * Hypothetical parser's evented API We loose doc comments for the time being unfortunately. I don't think we should add support for doc comments to ungrammar -- they'll make grammar file hard to read. We might supply docs as out-of band info, or maybe just via a reference, but we'll think about that once things are no longer in flux
* Rename modulesAleksey Kladov2020-07-231-0/+417