Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement const block inference | Lukas Wirth | 2020-12-23 | 1 | -0/+4 |
| | |||||
* | Use shorthand record syntax when renaming struct initializer field | Lukas Wirth | 2020-11-14 | 1 | -0/+12 |
| | |||||
* | Cleanup API | Aleksey Kladov | 2020-11-06 | 1 | -46/+18 |
| | |||||
* | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 1 | -2/+9 |
| | | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level. | ||||
* | Move int parsing to IntNumber token | Aleksey Kladov | 2020-11-06 | 1 | -75/+12 |
| | |||||
* | Fix overflow panic in convert_interger_literal assist | Aleksey Kladov | 2020-11-03 | 1 | -0/+65 |
| | | | | | | | | | This also seizes the opportunity to move integer literal parsing to the syntax crate, were it logically belongs. Note though that this is still done in an ad hoc manner -- we probably should split kitchen sink ast::Literal into a separate APIs for strings, ints, etc | ||||
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -0/+418 |