Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Share import_assets and related entities | Kirill Bulatov | 2021-01-16 | 1 | -4/+5 |
| | |||||
* | Phase out SourceFileEdits in favour of a plain HashMap | Lukas Wirth | 2021-01-14 | 1 | -14/+11 |
| | |||||
* | Group file source edits by FileId | Lukas Wirth | 2021-01-14 | 1 | -11/+8 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -3/+3 |
| | |||||
* | Align config's API with usage | Aleksey Kladov | 2021-01-06 | 1 | -12/+26 |
| | | | | The config now is mostly immutable, optimize for that. | ||||
* | Simplify assists resolution API | Aleksey Kladov | 2020-12-26 | 1 | -25/+23 |
| | | | | | | Assist vs UnresolvedAssist split doesn't really pull its weight. This is especially bad if we want to include `Assist` as a field of diagnostics, where we'd have to make the thing generic. | ||||
* | Fix assist test logic | Daiki Ihara | 2020-12-21 | 1 | -2/+6 |
| | |||||
* | Add initial_contents field for CreateFile | Daiki Ihara | 2020-12-21 | 1 | -36/+16 |
| | |||||
* | Add handling file_system_edit in test assists | Daiki Ihara | 2020-12-21 | 1 | -12/+48 |
| | |||||
* | Support multi-file assist tests | Aleksey Kladov | 2020-11-09 | 1 | -6/+19 |
| | |||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Add ability to specify ResolvedAssist by label | vlakreeh | 2020-09-29 | 1 | -5/+22 |
| | |||||
* | Rename ra_assists -> assists | Aleksey Kladov | 2020-08-13 | 1 | -0/+179 |