aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/parsing
Commit message (Collapse)AuthorAgeFilesLines
* Add more docsAleksey Kladov2021-05-221-1/+1
|
* Attach comments to ast::ImplLukas Wirth2021-05-151-2/+2
|
* Add support for doc on hover for macro 2.0Edwin Cheng2021-03-271-2/+2
|
* Upgrade rowanAleksey Kladov2021-03-161-5/+1
| | | | Notably, new rowan comes with support for mutable syntax trees.
* Attach trivia to ast::Union nodesLukas Wirth2021-03-141-2/+2
|
* :arrow_up: rowanAleksey Kladov2021-01-202-4/+3
| | | | It now stores text inline with tokens
* Remove useless wrapperAleksey Kladov2021-01-151-3/+2
|
* Fixed typos in code commentsVincent Esche2021-01-091-4/+4
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-28/+28
|
* Node-ify lifetimesLukas Wirth2020-12-161-2/+2
|
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-2/+2
|
* Use items can also have doc commentsLukas Wirth2020-12-041-1/+1
|
* Fix attachment of inner doc commentsAleksey Kladov2020-11-121-14/+13
|
* Kill RAW_ literalsAleksey Kladov2020-11-062-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 styleAleksey Kladov2020-11-061-50/+64
|
* 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