aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/display/short_label.rs
Commit message (Collapse)AuthorAgeFilesLines
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-1/+1
|
* switch to upstream rowan's APIAleksey Kladov2019-07-201-3/+2
|
* align SyntaxText API with upstreamAleksey Kladov2019-07-201-3/+4
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+1
| | | | | | 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
* FormatingEdwin Cheng2019-06-091-2/+1
|
* Rename "string" to "buf"Edwin Cheng2019-06-091-8/+8
|
* Rename Description to ShortLabelEdwin Cheng2019-06-091-0/+92