about summary refs log tree commit diff
path: root/crates/syntax/src/ast/token_ext.rs
AgeCommit message (Expand)AuthorLines
2022-05-26fix: f32 and f64 representation during loweringfeniljain-5/+37
2022-05-13Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...Jonas Schievink-19/+10
2022-05-05Split float literal tokens at the `.`Jonas Schievink-1/+1
2022-05-05Wrap float literals in their own nodeJonas Schievink-9/+18
2022-05-05Lower values of char and byte literalsLaurențiu Nicola-1/+33
2022-03-12fix clippy::single_char_patternMatthias Krüger-1/+1
2022-01-15Move format specifier lexing from syntax to ide_dbLukas Wirth-293/+19
2022-01-13Slightly cleanup HasFormatSpecifier::lex_format_specifierLukas Wirth-213/+146
2022-01-07Better interface for doc comment and attribute processingLukas Wirth-0/+4
2021-12-13Reuse results from split_into_parts()Oleg Matrokhin-15/+5
2021-12-13Add number representation assistsOleg Matrokhin-26/+33
2021-10-21Migrate to edition 2021Lukas Wirth-4/+1
2021-10-05Replace `if let` with `match` where appropriateAramis Razzaghipour-8/+8
2021-10-03Fix miscellaneous Clippy lintsAramis Razzaghipour-1/+1
2021-10-03Add semicolons for consistencyAramis Razzaghipour-2/+2
2021-06-13clippy::redudant_borrowMaan2003-1/+1
2021-05-12Support length for ByteStringsJade-20/+61
2021-03-23Simplify codeAleksey Kladov-2/+3
2021-03-21a lot of clippy::style fixesMatthias Krüger-3/+2
2021-03-17Better handling of block doc commentsLukas Wirth-11/+8
2021-02-24Implement line<->block comment assistJohn Renner-1/+2
2021-01-30Fix ast::String::value not properly escaping in some casesLukas Wirth-2/+19
2021-01-20.Aleksey Kladov-6/+6
2020-12-12Remove some redundant allocationsJeremy Kolb-1/+1
2020-12-09Properly fetch inner and outer docs on hir-levelLukas Wirth-0/+8
2020-12-08Simplify ast::Comment api surfaceLukas Wirth-10/+15
2020-12-07Keep doc attribute orderLukas Wirth-8/+30
2020-12-02Merge #6649bors[bot]-22/+55
2020-11-28Add ast::*Number::suffix tests unit testsLukas Wirth-0/+37
2020-11-27Avoid allocation in ast::String::value if the string needs no unescapingLukas Wirth-9/+18
2020-11-27Accept more than just the standard rust literal suffixes in *Number::suffixLukas Wirth-22/+18
2020-11-15format string highlighting: handle hex + debug type specifierRoland Ruckerbauer-0/+22
2020-11-12Simplify codeAleksey Kladov-28/+23
2020-11-06Cleanup APIAleksey Kladov-11/+21
2020-11-06SimplifyAleksey Kladov-33/+21
2020-11-06Kill RAW_ literalsAleksey Kladov-31/+21
2020-11-06More orthogonal APIAleksey Kladov-33/+30
2020-11-06Move int parsing to IntNumber tokenAleksey Kladov-0/+78
2020-11-06Better importsAleksey Kladov-11/+11
2020-08-12Rename ra_syntax -> syntaxAleksey Kladov-0/+538