aboutsummaryrefslogtreecommitdiff
path: root/crates/project_model/src/build_data.rs
Commit message (Expand)AuthorAgeFilesLines
* Use package root as `cargo check` working directoryBrendan Cully2021-05-131-0/+1
* fix: make error message in the status bar more usefulAleksey Kladov2021-04-261-1/+1
* fix: no longer get stuck on windowsAleksey Kladov2021-04-201-58/+76
* feat: avoid checking the whole project during initial loadingAleksey Kladov2021-04-121-107/+129
* feat: show errors from `cargo metadata` and initial `cargo check` in the stat...Aleksey Kladov2021-04-061-2/+25
* Clearer namingAleksey Kladov2021-04-061-24/+35
* internal: do not drop errors from cargo metadata/checkAleksey Kladov2021-04-061-1/+1
* clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-211-49/+42
* Bump cargo_metadataLaurențiu Nicola2021-03-021-13/+10
* Fix a few clippy::perf warningskjeremy2021-02-161-1/+1
* Async Loading outdir and proc-macroEdwin Cheng2021-01-281-120/+168
* Export `CARGO` for proc. macrosJonas Schievink2021-01-271-1/+4
* Use AbsPathEdwin Cheng2021-01-221-3/+3
* Refactor build script dataEdwin Cheng2021-01-221-0/+206