Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
* | Start simplifying editing API | Aleksey Kladov | 2019-09-26 | 1 | -1/+0 |
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -1/+3 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -5/+5 |
* | remove ast::*Kind from ra_ide_api | Aleksey Kladov | 2019-08-19 | 1 | -2/+2 |
* | cargo format | Phil Ellison | 2019-07-28 | 1 | -9/+9 |
* | Inline snapshots for all tests in runnables.rs | Phil Ellison | 2019-07-28 | 1 | -4/+68 |
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -2/+2 |
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -5/+5 |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -2/+2 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -1/+1 |
* | obsolete fixm | Aleksey Kladov | 2019-04-13 | 1 | -1/+0 |
* | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -25/+6 |
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | fold syntax database into files database | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | remove Canceled from API impl | Aleksey Kladov | 2019-01-15 | 1 | -5/+4 |
* | remove Cancelable from Module API, part 2 | Aleksey Kladov | 2019-01-15 | 1 | -1/+0 |
* | remove Cancelable from Module API | Aleksey Kladov | 2019-01-15 | 1 | -2/+1 |
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -2/+1 |
* | switch to insta for testing | Aleksey Kladov | 2019-01-15 | 1 | -0/+97 |
* | Add bench runnable and code lens | Jeremy Kolb | 2019-01-12 | 1 | -0/+5 |
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 1 | -0/+89 |