aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/syntax_node.rs
Commit message (Collapse)AuthorAgeFilesLines
* :arrow_up: rowanAleksey Kladov2021-01-201-2/+2
| | | | It now stores text inline with tokens
* Deny unreachable-pubAleksey Kladov2020-11-021-5/+1
| | | | | | | | 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.
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+77