aboutsummaryrefslogtreecommitdiff
path: root/crates/project_model/src/workspace.rs
Commit message (Collapse)AuthorAgeFilesLines
* Async Loading outdir and proc-macroEdwin Cheng2021-01-281-10/+43
|
* Make logger-based debugging more pleasantAleksey Kladov2021-01-281-2/+3
|
* Refactor build script dataEdwin Cheng2021-01-221-11/+9
|
* Added defined_features in PackageDataEdwin Cheng2021-01-211-1/+1
|
* Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov2021-01-181-61/+58
| | | | | | | | | | 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.
* Add profile callAleksey Kladov2021-01-181-0/+1
|
* Add profile callAleksey Kladov2021-01-181-0/+3
|
* Report progress for cargo metadata and output-dirEdwin Cheng2021-01-071-8/+14
|
* Remove some redundant allocationsJeremy Kolb2020-12-121-1/+1
|
* Apply environment set by build scriptsJonas Schievink2020-12-071-0/+5
|
* Remove dummy ProcMacroClient in favor of OptionJonas Schievink2020-12-071-17/+22
|
* SimplifyAleksey Kladov2020-11-171-54/+50
|
* Make code more readableAleksey Kladov2020-11-171-186/+207
|
* MinorAleksey Kladov2020-11-171-4/+4
|
* SimplifyAleksey Kladov2020-11-171-16/+10
|
* Compress codeAleksey Kladov2020-11-171-64/+24
|
* simplifyAleksey Kladov2020-11-171-41/+32
|
* Remove dead codeAleksey Kladov2020-11-131-15/+0
|
* Cleanup workspace loading a tiny bitAleksey Kladov2020-11-131-18/+16
|
* Move tricky workspace logic to a separate moduleAleksey Kladov2020-11-131-0/+607