Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | parser,syntax: Add separate parser for stmt with optional semicolon | Marijn Suijten | 2021-01-03 | 1 | -1/+1 |
| | | | | | Adjusting `grammar::fragments::stmt` to Optional or Yes will break original functionality and tests. | ||||
* | syntax,ssr: Implement statement parsing | Marijn Suijten | 2021-01-03 | 1 | -0/+7 |
| | |||||
* | Implement `RawAttr::filter` | Jonas Schievink | 2020-12-18 | 1 | -0/+7 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -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 crates | Igor Aleksanov | 2020-10-18 | 1 | -0/+1 |
| | |||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -0/+388 |