Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More maintainable config | Aleksey Kladov | 2021-01-06 | 1 | -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 Bos | 2021-01-01 | 1 | -0/+3 |
| | |||||
* | Support Display name in project.json | Aleksey Kladov | 2020-10-20 | 1 | -1/+6 |
| | |||||
* | Add rustdoc for ProjectJson methods | Aaron Wood | 2020-09-20 | 1 | -0/+10 |
| | |||||
* | Correct project_root path for ProjectJson. | Aaron Wood | 2020-09-16 | 1 | -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 workspaces | Aaron Wood | 2020-09-16 | 1 | -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/sysroot | Jonas Schievink | 2020-09-11 | 1 | -3/+3 |
| | |||||
* | Add sysroot shortcut to rust-project.json | Aleksey Kladov | 2020-08-25 | 1 | -3/+8 |
| | |||||
* | Don't expose indexing details | Aleksey Kladov | 2020-08-25 | 1 | -1/+7 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 1 | -0/+143 |