Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow automatically detect the rustc-src directory (fixes #3517). | Benjamin Bouvier | 2021-02-13 | 1 | -2/+2 |
| | | | | | If the configured rustcSource is set to "discover", try to automatically detect a source from the sysroot rustc directory. | ||||
* | Async Loading outdir and proc-macro | Edwin Cheng | 2021-01-28 | 1 | -0/+1 |
| | |||||
* | Refactor build script data | Edwin Cheng | 2021-01-22 | 1 | -0/+1 |
| | |||||
* | Avoid blocking the main loop when editing Cargo.toml | Aleksey Kladov | 2021-01-18 | 1 | -0/+1 |
| | | | | | | | | | | I've noticed a bunch of "main loop too long" warnings in console when typing in Cargo.toml. Profiling showed that the culprit is `rustc --print cfg` call. I moved it to the background project loading phase, where it belongs. This highlighted a problem: we generally use single `cfg`, while it really should be per crate. | ||||
* | Make `PackageData`, `TargetData` and `PackageDependency` public | Arnaud | 2021-01-06 | 1 | -2/+5 |
| | | | | | This makes them discoverable through documentation. They were already publicly accessible through `Package` and `Target`. | ||||
* | Move tricky workspace logic to a separate module | Aleksey Kladov | 2020-11-13 | 1 | -602/+4 |
| | |||||
* | Address review comments | Xavier Denis | 2020-11-12 | 1 | -3/+2 |
| | |||||
* | Reorder rustc_private loading | Xavier Denis | 2020-11-11 | 1 | -87/+86 |
| | |||||
* | Add support for loading rustc private crates | Xavier Denis | 2020-11-11 | 1 | -67/+206 |
| | |||||
* | Support Display name in project.json | Aleksey Kladov | 2020-10-20 | 1 | -2/+1 |
| | |||||
* | More type safety around names | Aleksey Kladov | 2020-10-20 | 1 | -3/+5 |
| | |||||
* | Add a hacky remidy for #6038 | Aleksey Kladov | 2020-10-20 | 1 | -0/+5 |
| | | | | | | | The proper fix I think is: * move rust-lang/rust library crates to a separate workspace * when packaging rust-src component, vendor sources of external deps | ||||
* | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 1 | -2/+3 |
| | |||||
* | Log failure to load crate root file | Jonas Schievink | 2020-09-18 | 1 | -1/+7 |
| | |||||
* | Report better errors in project.json/sysroot | Jonas Schievink | 2020-09-11 | 1 | -10/+22 |
| | |||||
* | Add sysroot shortcut to rust-project.json | Aleksey Kladov | 2020-08-25 | 1 | -16/+49 |
| | |||||
* | Don't expose indexing details | Aleksey Kladov | 2020-08-25 | 1 | -23/+13 |
| | |||||
* | Prepare to share sysroot lowering code between Cargo & ProjectJSON | Aleksey Kladov | 2020-08-25 | 1 | -92/+66 |
| | |||||
* | Prep work for overriding sysroot | Aleksey Kladov | 2020-08-25 | 1 | -1/+1 |
| | | | | | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -0/+544 |