Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -16/+35 |
| | |||||
* | Add sysroot shortcut to rust-project.json | Aleksey Kladov | 2020-08-25 | 2 | -19/+57 |
| | |||||
* | Don't expose indexing details | Aleksey Kladov | 2020-08-25 | 2 | -24/+20 |
| | |||||
* | Prepare to share sysroot lowering code between Cargo & ProjectJSON | Aleksey Kladov | 2020-08-25 | 2 | -105/+73 |
| | |||||
* | Prep work for overriding sysroot | Aleksey Kladov | 2020-08-25 | 2 | -54/+61 |
| | | | | | The idea here is to make auto-discovery optional, and to allow to set the path to sysroot directly. This is handy for JSON projects. | ||||
* | Improve logging | Aleksey Kladov | 2020-08-25 | 1 | -1/+15 |
| | |||||
* | Better error if Cargo is not in Path | Aleksey Kladov | 2020-08-19 | 1 | -2/+9 |
| | |||||
* | Rename ra_db -> base_db | Aleksey Kladov | 2020-08-13 | 3 | -3/+3 |
| | |||||
* | Rename ra_proc_macro -> proc_macro_api | Aleksey Kladov | 2020-08-13 | 1 | -1/+1 |
| | |||||
* | Rename ra_project_model -> project_model | Pavan Kumar Sunkara | 2020-08-13 | 5 | -0/+1273 |