aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add TokenTextAleksey Kladov2021-03-261-0/+2
|
* Upgrade rowanAleksey Kladov2021-03-161-0/+1
| | | | Notably, new rowan comes with support for mutable syntax trees.
* Better strip turbofishesKirill Bulatov2021-03-081-0/+1
|
* :arrow_up: rowanAleksey Kladov2021-01-201-2/+2
| | | | It now stores text inline with tokens
* Rename expr -> tail_exprAleksey Kladov2021-01-051-1/+1
|
* parser,syntax: Add separate parser for stmt with optional semicolonMarijn Suijten2021-01-031-1/+1
| | | | | Adjusting `grammar::fragments::stmt` to Optional or Yes will break original functionality and tests.
* syntax,ssr: Implement statement parsingMarijn Suijten2021-01-031-0/+7
|
* Implement `RawAttr::filter`Jonas Schievink2020-12-181-0/+7
|
* Deny unreachable-pubAleksey Kladov2020-11-021-4/+7
| | | | | | | | It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-181-0/+1
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+388