Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Snippetify introduce/inline var | Aleksey Kladov | 2020-05-20 | 1 | -49/+63 |
| | |||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -8/+8 |
| | |||||
* | Refactor assists API to be more convenient for adding new assists | Aleksey Kladov | 2020-05-07 | 1 | -3/+3 |
| | | | | It now duplicates completion API in its shape. | ||||
* | Move target to AssistLabel | Aleksey Kladov | 2020-05-06 | 1 | -2/+2 |
| | | | | | Target is used for assists sorting, so we need it before we compute the action. | ||||
* | Merge assits::test_helpers and tests | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -1/+1 |
| | |||||
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -3/+3 |
| | |||||
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Semicolon token | Aleksey Kladov | 2020-04-10 | 1 | -1/+1 |
| | |||||
* | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Scale back to only two traits | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 |
| | |||||
* | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -2/+2 |
| | |||||
* | Start stdx | Aleksey Kladov | 2020-03-28 | 1 | -2/+2 |
| | | | | This crate will hold everything to small to be worth publishing | ||||
* | Remove code duplication in tests | Aleksey Kladov | 2020-02-26 | 1 | -36/+24 |
| | |||||
* | Name assist handlers | Aleksey Kladov | 2020-02-07 | 1 | -0/+529 |