Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for doc on hover for macro 2.0 | Edwin Cheng | 2021-03-27 | 1 | -2/+2 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -5/+1 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | Attach trivia to ast::Union nodes | Lukas Wirth | 2021-03-14 | 1 | -2/+2 |
| | |||||
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-20 | 2 | -4/+3 |
| | | | | It now stores text inline with tokens | ||||
* | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 1 | -3/+2 |
| | |||||
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -4/+4 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -28/+28 |
| | |||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -2/+2 |
| | |||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -2/+2 |
| | |||||
* | Use items can also have doc comments | Lukas Wirth | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | Fix attachment of inner doc comments | Aleksey Kladov | 2020-11-12 | 1 | -14/+13 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 2 | -3/+3 |
| | | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level. | ||||
* | Minor, cleanup style | Aleksey Kladov | 2020-11-06 | 1 | -50/+64 |
| | |||||
* | Deny unreachable-pub | Aleksey Kladov | 2020-11-02 | 1 | -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. | ||||
* | Cleanup | Aleksey Kladov | 2020-10-07 | 1 | -10/+13 |
| | |||||
* | Up rustc-ap-rustc_lexer to 681 | kjeremy | 2020-10-01 | 1 | -4/+4 |
| | | | | cargo update as well | ||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 4 | -0/+966 |