Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 1 | -3/+1 |
| | | | | | auto-import is purely an IDE concern, so it should be done outside of HIR | ||||
* | auto_import: better no anchor management | Andrea Pretto | 2019-04-21 | 1 | -7/+48 |
| | |||||
* | auto_import: make auto import working with target as a list of SmolStr ↵ | Andrea Pretto | 2019-04-21 | 1 | -63/+65 |
| | | | | instead of ast::Path | ||||
* | auto_import: use TextEditBuilder instead of AssistBuilder to make it more ↵ | Andrea Pretto | 2019-04-21 | 1 | -8/+32 |
| | | | | reusable | ||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -7/+6 |
| | |||||
* | Assign IDs to assists | Aleksey Kladov | 2019-02-24 | 1 | -4/+12 |
| | |||||
* | auto_import: fix bug when the common path was shorter than both the current ↵ | Andrea Pretto | 2019-02-14 | 1 | -18/+67 |
| | | | | | | use and target path. Shorter test names. | ||||
* | auto_import: import in enclosing module instead of file | Andrea Pretto | 2019-02-12 | 1 | -4/+38 |
| | |||||
* | auto_import: more tests and some refactorings | Andrea Pretto | 2019-02-12 | 1 | -12/+46 |
| | |||||
* | ra_assists: assist "providers" can produce multiple assists | Andrea Pretto | 2019-02-11 | 1 | -3/+5 |
| | |||||
* | auto_import: use ra_fmt | Andrea Pretto | 2019-02-09 | 1 | -109/+29 |
| | |||||
* | auto_import: struct variants for ImportAction | Andrea Pretto | 2019-02-09 | 1 | -44/+107 |
| | |||||
* | auto_import: remove PathSegmentsMatch | Andrea Pretto | 2019-02-09 | 1 | -65/+37 |
| | |||||
* | auto_import: Removed Empty in favor of Partial(0) | Andrea Pretto | 2019-02-09 | 1 | -16/+10 |
| | | | | auto_import: Removed unecessary lifetimes | ||||
* | auto_import assist | Andrea Pretto | 2019-02-09 | 1 | -0/+780 |