aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/parsing
Commit message (Collapse)AuthorAgeFilesLines
* Deny unreachable-pubAleksey Kladov2020-11-021-1/+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.
* CleanupAleksey Kladov2020-10-071-10/+13
|
* Up rustc-ap-rustc_lexer to 681kjeremy2020-10-011-4/+4
| | | | cargo update as well
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-124-0/+966