aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-652/+0
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-201-1/+1
* Auto-upgrade some insta snapshotsAleksey Kladov2019-11-151-22/+22
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-2/+1
* 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
|\
| * 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
|/
* 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 analysis_an...Phil Ellison2019-08-251-18/+31
* 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 hand...Phil Ellison2019-08-251-0/+37
* 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
* use correct file for diagnosticsAleksey Kladov2019-07-051-8/+5
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-7/+10
* 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