Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -2/+2 |
| | |||||
* | Strip indents and empty lines in check_apply_diagnostic_fix_from_position | Phil Ellison | 2019-08-25 | 1 | -36/+55 |
| | |||||
* | Specify cursor position in ok-wrapping tests, and switch to using ↵ | Phil Ellison | 2019-08-25 | 1 | -18/+31 |
| | | | | analysis_and_position function | ||||
* | Simplify checking return type, add new test | Phil Ellison | 2019-08-25 | 1 | -2/+28 |
| | |||||
* | cargo format | Phil Ellison | 2019-08-25 | 1 | -10/+11 |
| | |||||
* | Change test to not rely on trait inference | Phil Ellison | 2019-08-25 | 1 | -12/+7 |
| | |||||
* | Check type rather than just name in ok-wrapping diagnostic. Add test for ↵ | Phil Ellison | 2019-08-25 | 1 | -0/+37 |
| | | | | handling generic functions (which currently fails) | ||||
* | Add test that ok-wrapping handles type aliases | Phil Ellison | 2019-08-25 | 1 | -0/+38 |
| | |||||
* | Mock std String and Result types in tests for ok-wrapping diagnostic | Phil Ellison | 2019-08-25 | 1 | -14/+48 |
| | |||||
* | Initial implementation of Ok-wrapping | Phil Ellison | 2019-08-25 | 1 | -0/+50 |
| | |||||
* | rename struct -> record, pos -> tuple | Aleksey Kladov | 2019-08-23 | 1 | -9/+9 |
| | |||||
* | Use Source in Diagnostic and implement | Evgenii P | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | 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 |