| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-05-15 | simplify | Lukas Wirth | -2/+4 | |
| 2021-03-31 | Gifs and screenshots for features in manual | Ayomide Bamidele | -0/+2 | |
| 2021-03-15 | Return multiple modules in `parent_module` | Lukas Wirth | -25/+54 | |
| 2021-03-08 | Use upstream cov-mark | Laurențiu Nicola | -4/+2 | |
| 2021-02-09 | restore accidentally deleted test | Aleksey Kladov | -0/+13 | |
| 2021-02-09 | More precise navigation to parent | Aleksey Kladov | -5/+5 | |
| 2021-02-09 | Cleanup tests | Aleksey Kladov | -44/+36 | |
| 2021-01-07 | Change <|> to $0 - Rebase | Kevaundray Wedderburn | -4/+4 | |
| 2020-12-18 | Don't expose SyntaxKind from IDE API | Aleksey Kladov | -3/+3 | |
| 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. | ||||
| 2020-10-24 | Re-export base_db from ide_db | Igor Aleksanov | -1/+1 | |
| 2020-10-02 | rename mock_analysis -> fixture | Aleksey Kladov | -5/+5 | |
| 2020-10-02 | Get rid of MockAnalysis | Aleksey Kladov | -32/+8 | |
| 2020-10-02 | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | -2/+2 | |
| This seems like a better factoring logically; ideally, clients shouldn't touch `set_` methods of the database directly. Additionally, I think this should remove the unfortunate duplication in fixture code. | ||||
| 2020-08-13 | Rename ra_ide -> ide | Aleksey Kladov | -0/+155 | |
