aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast/token_ext.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify codeAleksey Kladov2021-03-231-2/+3
| | | | changelog: skip
* a lot of clippy::style fixesMatthias Krüger2021-03-211-3/+2
|
* Better handling of block doc commentsLukas Wirth2021-03-171-11/+8
|
* Implement line<->block comment assistJohn Renner2021-02-251-1/+2
|
* Fix ast::String::value not properly escaping in some casesLukas Wirth2021-01-301-2/+19
|
* .Aleksey Kladov2021-01-191-6/+6
|
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
|
* Properly fetch inner and outer docs on hir-levelLukas Wirth2020-12-091-0/+8
|
* Simplify ast::Comment api surfaceLukas Wirth2020-12-081-10/+15
|
* Keep doc attribute orderLukas Wirth2020-12-071-8/+30
|
* Merge #6649bors[bot]2020-12-021-22/+55
|\ | | | | | | | | | | | | | | 6649: Accept more than just the standard rust literal suffixes in *Number::suffix r=matklad a=Veykril I am not entirely sure whether to keep or remove the `SUFFIXES` but I figured we can always bring them back once they are needed. Co-authored-by: Lukas Wirth <[email protected]>
| * Add ast::*Number::suffix tests unit testsLukas Wirth2020-11-281-0/+37
| |
| * Accept more than just the standard rust literal suffixes in *Number::suffixLukas Wirth2020-11-261-22/+18
| |
* | Avoid allocation in ast::String::value if the string needs no unescapingLukas Wirth2020-11-271-9/+18
|/
* format string highlighting: handle hex + debug type specifierRoland Ruckerbauer2020-11-151-0/+22
|
* Simplify codeAleksey Kladov2020-11-121-28/+23
|
* Cleanup APIAleksey Kladov2020-11-061-11/+21
|
* SimplifyAleksey Kladov2020-11-061-33/+21
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-31/+21
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* More orthogonal APIAleksey Kladov2020-11-061-33/+30
|
* Move int parsing to IntNumber tokenAleksey Kladov2020-11-061-0/+78
|
* Better importsAleksey Kladov2020-11-061-11/+11
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+538