aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/diagnostics.rs
Commit message (Collapse)AuthorAgeFilesLines
* avoid TextEditorBuilder for simple editsAleksey Kladov2019-10-261-6/+3
|
* Prepare SourceDatabase API for lazy file loadingAleksey Kladov2019-10-141-1/+1
|
* remove last traces of source roots from hirAleksey Kladov2019-10-111-2/+9
|
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-5/+5
|\ | | | | | | | | # Conflicts: # crates/ra_assists/src/ast_editor.rs
| * move field list to ast/edit.rsAleksey Kladov2019-09-301-5/+5
| |
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
|/ | | | #1856
* keep ast creation API simpleAleksey Kladov2019-09-261-6/+3
|
* clean up namingAleksey Kladov2019-09-251-1/+1
|
* cleanup diagnosticsAleksey Kladov2019-09-251-4/+6
|
* shorten AstBuilder namesAleksey Kladov2019-09-251-4/+4
|
* cleaned up record field builderAleksey Kladov2019-09-251-1/+3
|
* move ast builder to a separate fileAleksey Kladov2019-09-251-1/+1
|
* Remove redundant clone()Shotaro Yamada2019-09-251-1/+1
|
* introduce FromSource traitEkaterina Babshukova2019-09-191-5/+5
|
* :arrow_up: instaAleksey Kladov2019-08-291-2/+2
|
* Strip indents and empty lines in check_apply_diagnostic_fix_from_positionPhil Ellison2019-08-251-36/+55
|
* Specify cursor position in ok-wrapping tests, and switch to using ↵Phil Ellison2019-08-251-18/+31
| | | | analysis_and_position function
* Simplify checking return type, add new testPhil Ellison2019-08-251-2/+28
|
* cargo formatPhil Ellison2019-08-251-10/+11
|
* Change test to not rely on trait inferencePhil Ellison2019-08-251-12/+7
|
* Check type rather than just name in ok-wrapping diagnostic. Add test for ↵Phil Ellison2019-08-251-0/+37
| | | | handling generic functions (which currently fails)
* Add test that ok-wrapping handles type aliasesPhil Ellison2019-08-251-0/+38
|
* Mock std String and Result types in tests for ok-wrapping diagnosticPhil Ellison2019-08-251-14/+48
|
* Initial implementation of Ok-wrappingPhil Ellison2019-08-251-0/+50
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-9/+9
|
* Use Source in Diagnostic and implementEvgenii P2019-08-121-1/+1
|
* rename range -> text_rangeAleksey Kladov2019-07-201-6/+6
|
* migrate ra_ide_api to the new rowanAleksey Kladov2019-07-191-8/+8
|
* make Parse fields privateAleksey Kladov2019-07-121-6/+6
| | | | this is in preparation for the new rowan API
* use correct file for diagnosticsAleksey Kladov2019-07-051-8/+5
| | | | closes #1475
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-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_formatAlan Du2019-06-041-2/+2
|
* fix todoAleksey Kladov2019-05-281-3/+0
|
* fix typos in mbe testsAleksey Kladov2019-05-281-20/+19
|
* :arrow_up: rustcAleksey Kladov2019-05-231-22/+24
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-4/+2
|
* make AstId untypedAleksey Kladov2019-05-131-3/+3
|
* fill struct fields diagnosticSergey Parilin2019-05-061-1/+122
|
* Profile diagnostics.Marco Groppo2019-05-051-0/+2
|
* switch to new rowanAleksey Kladov2019-04-011-2/+4
|
* move tests to where they belongAleksey Kladov2019-03-251-0/+31
|
* simplifyAleksey Kladov2019-03-251-6/+1
|
* tweak diagnostics APIAleksey Kladov2019-03-251-2/+2
|
* more enterprisey diagnostics setupAleksey Kladov2019-03-251-49/+30
|
* fixesAleksey Kladov2019-03-251-3/+2
|
* check impls as wellAleksey Kladov2019-03-251-0/+9
|
* cleanupAleksey Kladov2019-03-251-2/+2
|
* switch modules to new diagnosticsAleksey Kladov2019-03-251-36/+30
|
* allow dyn diagnosticsAleksey Kladov2019-03-251-18/+8
|
* diagnosticsAleksey Kladov2019-03-251-1/+29
|