Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minimize convert_integer_literal tests | m-ysk | 2020-11-07 | 1 | -368/+2 |
| | |||||
* | Cleanup API | Aleksey Kladov | 2020-11-06 | 1 | -1/+5 |
| | |||||
* | More orthogonal API | Aleksey Kladov | 2020-11-06 | 1 | -15/+8 |
| | |||||
* | Move int parsing to IntNumber token | Aleksey Kladov | 2020-11-06 | 1 | -1/+1 |
| | |||||
* | Fix overflow panic in convert_interger_literal assist | Aleksey Kladov | 2020-11-03 | 1 | -135/+71 |
| | | | | | | | | | 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 | ||||
* | Add tests for convert integer literal assist | vlakreeh | 2020-09-30 | 1 | -4/+570 |
| | |||||
* | Add convert integer literal assist | vlakreeh | 2020-09-29 | 1 | -0/+135 |