aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server/src/cargo_target_spec.rs
Commit message (Collapse)AuthorAgeFilesLines
* Minimize visibilityAleksey Kladov2020-01-161-1/+1
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-1/+1
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* cleanup main loopAleksey Kladov2019-08-311-8/+5
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+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
* Fix clippy::identity_conversionAlan Du2019-06-041-1/+1
|
* renameAleksey Kladov2019-06-011-3/+3
|
* Initial implementation of project-lock.json.David Wood2019-03-071-9/+11
| | | | | This commit adds a initial implementation of project-lock.json, a build system agnostic method of specifying the crate graph and roots.
* reformat the worldAleksey Kladov2019-02-081-4/+1
|
* Add bench runnable and code lensJeremy Kolb2019-01-121-0/+9
|
* Move `CargoTargetSpec` and friends to cargo_target_spec moduleJeremy Kolb2019-01-121-0/+100