Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 1 | -2/+2 |
| | |||||
* | Fix attachment of inner doc comments | Aleksey Kladov | 2020-11-12 | 1 | -2/+17 |
| | |||||
* | Move int parsing to IntNumber token | Aleksey Kladov | 2020-11-06 | 1 | -1/+1 |
| | |||||
* | Fix overflow panic in convert_interger_literal assist | Aleksey Kladov | 2020-11-03 | 1 | -1/+1 |
| | | | | | | | | | This also seizes the opportunity to move integer literal parsing to the syntax crate, were it logically belongs. Note though that this is still done in an ad hoc manner -- we probably should split kitchen sink ast::Literal into a separate APIs for strings, ints, etc | ||||
* | 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. | ||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -0/+331 |