Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename range -> text_range | Aleksey Kladov | 2019-07-20 | 1 | -6/+6 |
| | |||||
* | migrate ra_ide_api to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -8/+8 |
| | |||||
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 1 | -6/+6 |
| | | | | this is in preparation for the new rowan API | ||||
* | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 1 | -8/+5 |
| | | | | closes #1475 | ||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+10 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | Fix clippy::useless_format | Alan Du | 2019-06-04 | 1 | -2/+2 |
| | |||||
* | fix todo | Aleksey Kladov | 2019-05-28 | 1 | -3/+0 |
| | |||||
* | fix typos in mbe tests | Aleksey Kladov | 2019-05-28 | 1 | -20/+19 |
| | |||||
* | :arrow_up: rustc | Aleksey Kladov | 2019-05-23 | 1 | -22/+24 |
| | |||||
* | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 1 | -4/+2 |
| | |||||
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -3/+3 |
| | |||||
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 1 | -1/+122 |
| | |||||
* | Profile diagnostics. | Marco Groppo | 2019-05-05 | 1 | -0/+2 |
| | |||||
* | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -2/+4 |
| | |||||
* | move tests to where they belong | Aleksey Kladov | 2019-03-25 | 1 | -0/+31 |
| | |||||
* | simplify | Aleksey Kladov | 2019-03-25 | 1 | -6/+1 |
| | |||||
* | tweak diagnostics API | Aleksey Kladov | 2019-03-25 | 1 | -2/+2 |
| | |||||
* | more enterprisey diagnostics setup | Aleksey Kladov | 2019-03-25 | 1 | -49/+30 |
| | |||||
* | fixes | Aleksey Kladov | 2019-03-25 | 1 | -3/+2 |
| | |||||
* | check impls as well | Aleksey Kladov | 2019-03-25 | 1 | -0/+9 |
| | |||||
* | cleanup | Aleksey Kladov | 2019-03-25 | 1 | -2/+2 |
| | |||||
* | switch modules to new diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -36/+30 |
| | |||||
* | allow dyn diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -18/+8 |
| | |||||
* | diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -1/+29 |
| | |||||
* | Rename source_edit to source_file_edit to match file_system_edit | Ville Penttinen | 2019-03-25 | 1 | -2/+2 |
| | |||||
* | Further improvements to the SourceChange convenience methods | Ville Penttinen | 2019-03-25 | 1 | -1/+1 |
| | | | | | Rename system_edit to file_system_edit, add more documentation, add source_file_edit_from to create a SourceChange from `FileId` and `TextEdit`. | ||||
* | Add convenience functions to SourceChange for creating single edits | Ville Penttinen | 2019-03-24 | 1 | -18/+9 |
| | |||||
* | Merge #1031 | bors[bot] | 2019-03-23 | 1 | -1/+6 |
|\ | | | | | | | | | | | | | | | | | | | 1031: Move most things out of ra_ide_api_light r=matklad a=detrumi This moves everything except `structure` out of `ra_ide_api_light`. So this PR and #1019 finish up #1009, whichever is merged last should probably remove the `ra_ide_api_light` crate. Also, `LocalEdit` was removed since it wasn't used any more. Co-authored-by: Wilco Kusee <[email protected]> | ||||
| * | Move highlighting and matching_brace | Wilco Kusee | 2019-03-23 | 1 | -1/+6 |
| | | |||||
* | | remove obsolete diagnostic | Aleksey Kladov | 2019-03-23 | 1 | -21/+0 |
|/ | |||||
* | cleanup | Aleksey Kladov | 2019-03-21 | 1 | -68/+73 |
| | |||||
* | move diagnostics to ide_api | Aleksey Kladov | 2019-03-21 | 1 | -10/+250 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -8/+4 |
| | |||||
* | diagnostics is now a function | Aleksey Kladov | 2019-02-08 | 1 | -62/+60 |
| | |||||
* | move diagnostics to a separate file | Aleksey Kladov | 2019-02-08 | 1 | -0/+71 |