Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show item info when hovering intra doc links | Lukas Wirth | 2021-03-23 | 1 | -6/+5 |
| | |||||
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -6/+5 |
| | | | | Notably, new rowan comes with support for mutable syntax trees. | ||||
* | Refactor reference searching to work with the ast | Lukas Wirth | 2021-02-12 | 1 | -4/+4 |
| | |||||
* | Remove obsolete RangeInfo usage in references | Lukas Wirth | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Ensure uniqueness of file ids in reference search via hashmap | Lukas Wirth | 2021-01-12 | 1 | -2/+2 |
| | |||||
* | Group references by FileId | Lukas Wirth | 2021-01-12 | 1 | -15/+16 |
| | |||||
* | Simplify | Lukas Wirth | 2021-01-08 | 1 | -22/+8 |
| | |||||
* | Change <|> to $0 - Rebase | Kevaundray Wedderburn | 2021-01-07 | 1 | -11/+11 |
| | |||||
* | Move impls of ToNav that use source() to TryToNav | Nick Spain | 2021-01-02 | 1 | -4/+4 |
| | |||||
* | Don't expose SyntaxKind from IDE API | Aleksey Kladov | 2020-12-18 | 1 | -26/+26 |
| | | | | | | SyntaxKind is somewhat of an internal type, but IDE is using it to basically specify an icon. Let's have a dedicated entity for this instead. | ||||
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 1 | -2/+2 |
| | |||||
* | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 1 | -2/+2 |
| | |||||
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -26/+26 |
| | |||||
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -0/+393 |