Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/issue/1856 | Alexander Andreev | 2019-09-30 | 1 | -5/+5 |
|\ | |||||
| * | move field list to ast/edit.rs | Aleksey Kladov | 2019-09-30 | 1 | -5/+5 |
* | | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
|/ | |||||
* | keep ast creation API simple | Aleksey Kladov | 2019-09-26 | 1 | -6/+3 |
* | clean up naming | Aleksey Kladov | 2019-09-25 | 1 | -1/+1 |
* | cleanup diagnostics | Aleksey Kladov | 2019-09-25 | 1 | -4/+6 |
* | shorten AstBuilder names | Aleksey Kladov | 2019-09-25 | 1 | -4/+4 |
* | cleaned up record field builder | Aleksey Kladov | 2019-09-25 | 1 | -1/+3 |
* | move ast builder to a separate file | Aleksey Kladov | 2019-09-25 | 1 | -1/+1 |
* | Remove redundant clone() | Shotaro Yamada | 2019-09-25 | 1 | -1/+1 |
* | introduce FromSource trait | Ekaterina Babshukova | 2019-09-19 | 1 | -5/+5 |
* | :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 analysis_an... | Phil Ellison | 2019-08-25 | 1 | -18/+31 |
* | 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 hand... | Phil Ellison | 2019-08-25 | 1 | -0/+37 |
* | 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 |
* | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 1 | -8/+5 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -7/+10 |
* | 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 |
* | Add convenience functions to SourceChange for creating single edits | Ville Penttinen | 2019-03-24 | 1 | -18/+9 |