aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* rename ra_editor -> ra_ide_api_lightAleksey Kladov2019-01-081-266/+0
* migrate ra_editor to rowan 0.2Aleksey Kladov2019-01-081-21/+11
* more enterprisey assists APIAleksey Kladov2019-01-031-3/+3
* avoid allocating an unnecessary intermediate vector & not traverse multiple t...gfreezy2018-12-301-62/+72
* implement struct shorthand initialization diagnosticgfreezy2018-12-301-0/+266