| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-26 | fix: f32 and f64 representation during lowering | feniljain | -5/+37 | |
| 2022-05-13 | Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, ↵ | Jonas Schievink | -19/+10 | |
| r=jonas-schievink" This reverts commit cc9ae2b89e01a30e441371b9fd3376c3d03a475f, reversing changes made to 7dfd1cb572d8d4fd951237361e43ecddd9c9a852. | ||||
| 2022-05-05 | Split float literal tokens at the `.` | Jonas Schievink | -1/+1 | |
| 2022-05-05 | Wrap float literals in their own node | Jonas Schievink | -9/+18 | |
| 2022-05-05 | Lower values of char and byte literals | Laurențiu Nicola | -1/+33 | |
| 2022-03-12 | fix clippy::single_char_pattern | Matthias Krüger | -1/+1 | |
| 2022-01-15 | Move format specifier lexing from syntax to ide_db | Lukas Wirth | -293/+19 | |
| 2022-01-13 | Slightly cleanup HasFormatSpecifier::lex_format_specifier | Lukas Wirth | -213/+146 | |
| 2022-01-07 | Better interface for doc comment and attribute processing | Lukas Wirth | -0/+4 | |
| 2021-12-13 | Reuse results from split_into_parts() | Oleg Matrokhin | -15/+5 | |
| 2021-12-13 | Add number representation assists | Oleg Matrokhin | -26/+33 | |
| 2021-10-21 | Migrate to edition 2021 | Lukas Wirth | -4/+1 | |
| 2021-10-05 | Replace `if let` with `match` where appropriate | Aramis Razzaghipour | -8/+8 | |
| 2021-10-03 | Fix miscellaneous Clippy lints | Aramis Razzaghipour | -1/+1 | |
| 2021-10-03 | Add semicolons for consistency | Aramis Razzaghipour | -2/+2 | |
| `clippy::semicolon_if_nothing_returned` | ||||
| 2021-06-13 | clippy::redudant_borrow | Maan2003 | -1/+1 | |
| 2021-05-12 | Support length for ByteStrings | Jade | -20/+61 | |
| I am not confident that my added byte string parsing is right. | ||||
| 2021-03-23 | Simplify code | Aleksey Kladov | -2/+3 | |
| changelog: skip | ||||
| 2021-03-21 | a lot of clippy::style fixes | Matthias Krüger | -3/+2 | |
| 2021-03-17 | Better handling of block doc comments | Lukas Wirth | -11/+8 | |
| 2021-02-24 | Implement line<->block comment assist | John Renner | -1/+2 | |
| 2021-01-30 | Fix ast::String::value not properly escaping in some cases | Lukas Wirth | -2/+19 | |
| 2021-01-20 | . | Aleksey Kladov | -6/+6 | |
| 2020-12-12 | Remove some redundant allocations | Jeremy Kolb | -1/+1 | |
| 2020-12-09 | Properly fetch inner and outer docs on hir-level | Lukas Wirth | -0/+8 | |
| 2020-12-08 | Simplify ast::Comment api surface | Lukas Wirth | -10/+15 | |
| 2020-12-07 | Keep doc attribute order | Lukas Wirth | -8/+30 | |
| 2020-12-02 | Merge #6649 | bors[bot] | -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 <lukastw97@gmail.com> | ||||
| 2020-11-28 | Add ast::*Number::suffix tests unit tests | Lukas Wirth | -0/+37 | |
| 2020-11-27 | Avoid allocation in ast::String::value if the string needs no unescaping | Lukas Wirth | -9/+18 | |
| 2020-11-27 | Accept more than just the standard rust literal suffixes in *Number::suffix | Lukas Wirth | -22/+18 | |
| 2020-11-15 | format string highlighting: handle hex + debug type specifier | Roland Ruckerbauer | -0/+22 | |
| 2020-11-12 | Simplify code | Aleksey Kladov | -28/+23 | |
| 2020-11-06 | Cleanup API | Aleksey Kladov | -11/+21 | |
| 2020-11-06 | Simplify | Aleksey Kladov | -33/+21 | |
| 2020-11-06 | Kill RAW_ literals | Aleksey Kladov | -31/+21 | |
| Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level. | ||||
| 2020-11-06 | More orthogonal API | Aleksey Kladov | -33/+30 | |
| 2020-11-06 | Move int parsing to IntNumber token | Aleksey Kladov | -0/+78 | |
| 2020-11-06 | Better imports | Aleksey Kladov | -11/+11 | |
| 2020-08-12 | Rename ra_syntax -> syntax | Aleksey Kladov | -0/+538 | |
