aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing newline on each field on "Missing structure fields".Cadu2020-05-271-1/+1
* KISS SourceChangeAleksey Kladov2020-05-221-49/+52
* Remove dead code for handling cursor positionsAleksey Kladov2020-05-211-2/+0
* Add AssistConfigAleksey Kladov2020-05-191-0/+2
* Fixup testsAleksey Kladov2020-05-051-6/+18
* Normalize naming of diagnosticsAleksey Kladov2020-05-051-6/+6
* Convert tests to text-sizeAleksey Kladov2020-04-251-4/+4
* Convert code to text-sizeAleksey Kladov2020-04-251-1/+1
* Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-171-6/+66
* missing match arms diagnosticJosh Mcguigan2020-04-071-1/+9
* Start stdxAleksey Kladov2020-03-281-11/+7
* Support aliases and Self in struct literalsFlorian Diebold2020-03-061-0/+27
* Refactor primary IDE APIAleksey Kladov2020-02-261-3/+6
* Fill missing fields of enum variantsAleksey Kladov2020-02-191-0/+29
* ra_syntax: SyntaxError::range() now returns by valueVeetaha2020-02-171-1/+1
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-171-8/+2
* cleanup importsAleksey Kladov2020-02-061-1/+2
* Create modules via SourceBinderAleksey Kladov2020-01-161-4/+2
* Proper emit diagnostic without fixEdwin Cheng2020-01-071-19/+25
* Reject tuple index for missing fields assistEdwin Cheng2020-01-071-0/+8
* Rename Source -> InFileAleksey Kladov2019-11-281-1/+1
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+652