aboutsummaryrefslogtreecommitdiff
path: root/crates/project_model/src/project_json.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add more docsAleksey Kladov2021-05-221-1/+6
|
* More maintainable configAleksey Kladov2021-01-061-5/+5
| | | | | | | Rather than eagerly converting JSON, we losslessly keep it as is, and change the shape of user-submitted data at the last moment. This also allows us to remove a bunch of wrong Defaults
* Add support for Rust 2021.Mara Bos2021-01-011-0/+3
|
* Support Display name in project.jsonAleksey Kladov2020-10-201-1/+6
|
* Add rustdoc for ProjectJson methodsAaron Wood2020-09-201-0/+10
|
* Correct project_root path for ProjectJson.Aaron Wood2020-09-161-7/+4
| | | | It was already the folder containing the rust-project.json file, not the file itself.
* Add support for custom flycheck commands with JSON project workspacesAaron Wood2020-09-161-0/+8
| | | | | Enable flychecks with JSON project workspaces if an override command was provided as part of the client configuration.
* Report better errors in project.json/sysrootJonas Schievink2020-09-111-3/+3
|
* Add sysroot shortcut to rust-project.jsonAleksey Kladov2020-08-251-3/+8
|
* Don't expose indexing detailsAleksey Kladov2020-08-251-1/+7
|
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-1/+1
|
* Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-131-0/+143