| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: make error message in the status bar more useful | Aleksey Kladov | 2021-04-26 | 1 | -1/+1 |
* | fix: no longer get stuck on windows | Aleksey Kladov | 2021-04-20 | 1 | -58/+76 |
* | feat: avoid checking the whole project during initial loading | Aleksey Kladov | 2021-04-12 | 1 | -107/+129 |
* | feat: show errors from `cargo metadata` and initial `cargo check` in the stat... | Aleksey Kladov | 2021-04-06 | 1 | -2/+25 |
* | Clearer naming | Aleksey Kladov | 2021-04-06 | 2 | -29/+40 |
* | internal: do not drop errors from cargo metadata/check | Aleksey Kladov | 2021-04-06 | 1 | -1/+1 |
* | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 1 | -49/+42 |
* | some clippy::performance fixes | Matthias Krüger | 2021-03-15 | 1 | -1/+1 |
* | Never run cargo check on the rustc source | Daniel McNab | 2021-03-08 | 1 | -4/+1 |
* | Only show directory name | Daniel McNab | 2021-03-08 | 1 | -1/+1 |
* | Revert "Support disabling rustc build scripts" | Daniel McNab | 2021-03-08 | 1 | -10/+3 |
* | Support disabling rustc build scripts | Daniel McNab | 2021-03-08 | 1 | -3/+11 |
* | Fix the comment | Daniel McNab | 2021-03-07 | 1 | -4/+4 |
* | Extract the large nested block into a function | Daniel McNab | 2021-03-07 | 1 | -72/+98 |
* | Require opt in to rustc_private | Daniel McNab | 2021-03-07 | 2 | -70/+70 |
* | Don't double analyse the same crate | Daniel McNab | 2021-03-07 | 1 | -1/+6 |
* | Update crate graph to only use subcrates of rustc_driver | Daniel McNab | 2021-03-07 | 1 | -38/+38 |
* | If a manual dependency exists, don't overwrite | Daniel McNab | 2021-03-06 | 1 | -1/+8 |
* | Implement opt-in (and opt-out) rustc_private | Daniel McNab | 2021-03-06 | 2 | -3/+26 |
* | Bump cargo_metadata | Laurențiu Nicola | 2021-03-02 | 3 | -21/+21 |
* | Fix a few clippy::perf warnings | kjeremy | 2021-02-16 | 1 | -1/+1 |
* | Allow automatically detect the rustc-src directory (fixes #3517). | Benjamin Bouvier | 2021-02-13 | 4 | -14/+54 |
* | Async Loading outdir and proc-macro | Edwin Cheng | 2021-01-28 | 4 | -154/+235 |
* | Make logger-based debugging more pleasant | Aleksey Kladov | 2021-01-28 | 1 | -2/+3 |
* | Export `CARGO` for proc. macros | Jonas Schievink | 2021-01-27 | 1 | -1/+4 |
* | Use AbsPath | Edwin Cheng | 2021-01-22 | 1 | -3/+3 |
* | Refactor build script data | Edwin Cheng | 2021-01-22 | 4 | -196/+228 |
* | Added defined_features in PackageData | Edwin Cheng | 2021-01-21 | 2 | -5/+8 |
* | Avoid blocking the main loop when editing Cargo.toml | Aleksey Kladov | 2021-01-18 | 3 | -61/+93 |
* | Add profile call | Aleksey Kladov | 2021-01-18 | 1 | -0/+1 |
* | Add profile call | Aleksey Kladov | 2021-01-18 | 2 | -0/+4 |
* | :arrow_up: arena | Aleksey Kladov | 2021-01-17 | 1 | -1/+1 |
* | Depend on local copy of la-arena instead of crates.io’s | Aramis Razzaghipour | 2021-01-17 | 1 | -1/+1 |
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 3 | -3/+3 |
* | Use --workspace when loading extern resources | Chinedu Francis Nwafili | 2021-01-14 | 1 | -1/+1 |
* | Unfreeze cargo_metadata | kjeremy | 2021-01-11 | 1 | -1/+1 |
* | Report progress for cargo metadata and output-dir | Edwin Cheng | 2021-01-07 | 2 | -14/+34 |
* | Document `project_model::TargetData` | Arnaud | 2021-01-06 | 1 | -0/+6 |
* | Document `project_model::PackageData` | Arnaud | 2021-01-06 | 1 | -0/+16 |
* | Make `PackageData`, `TargetData` and `PackageDependency` public | Arnaud | 2021-01-06 | 1 | -2/+5 |
* | More maintainable config | Aleksey Kladov | 2021-01-06 | 1 | -5/+5 |
* | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 1 | -0/+3 |
* | Merge #7071 | bors[bot] | 2020-12-31 | 1 | -0/+5 |
|\ |
|
| * | Pass --all-targets to "cargo check" | Kaelin Laundry | 2020-12-29 | 1 | -0/+5 |
* | | add working dir to cargo metadata fail messages | lf- | 2020-12-31 | 1 | -1/+17 |
* | | Update crates | kjeremy | 2020-12-30 | 1 | -1/+1 |
|/ |
|
* | Fun times with rustfmt | Jon Gjengset | 2020-12-17 | 1 | -2/+1 |
* | Update crates/project_model/src/cargo_workspace.rs | Jon Gjengset | 2020-12-17 | 1 | -1/+1 |
* | Default to host platform for cargo metadata | Jon Gjengset | 2020-12-17 | 1 | -2/+30 |
* | Change recommendation when source can't be loaded from sysroot | Florian Diebold | 2020-12-13 | 1 | -1/+1 |