aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/ast/token_ext.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy::redudant_borrowMaan20032021-06-131-1/+1
* Support length for ByteStringsJade2021-05-131-20/+61
* Simplify codeAleksey Kladov2021-03-231-2/+3
* 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
|\
| * 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
* 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