about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/project-model
AgeCommit message (Expand)AuthorLines
2025-07-15Further decrease number of `cargo metadata` invokesShoyu Vanilla-243/+268
2025-07-15chore: Cleanup cargo config queriesShoyu Vanilla-133/+151
2025-07-04Improve flycheck and build script progress reportingLukas Wirth-2/+6
2025-07-04Merge pull request #20148 from ShoyuVanilla/sysroot-no-depsLukas Wirth-2/+9
2025-07-03Merge pull request #20159 from Veykril/push-kyssnlrxlwslLukas Wirth-15/+20
2025-07-03Always couple `--compile-time-deps` with Lukas Wirth-15/+20
2025-07-03fix: Do not warn about proc-macro srv when sysroot is missingLukas Wirth-13/+13
2025-07-03Restructure proc-macro loading erros, differentiate hard error property on kindLukas Wirth-5/+5
2025-07-03fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadataShoyu Vanilla-2/+9
2025-06-29Do not append `--compile-time-deps` to overwritten build script commandsLukas Wirth-41/+44
2025-06-26Merge pull request #20101 from ShoyuVanilla/comp-time-deps-soonerLaurențiu Nicola-1/+1
2025-06-26minor: Decrease minimal toolchain version for `comp-time-deps` by `0.1`Shoyu Vanilla-1/+1
2025-06-25Unify formatting of progress messagesVincent Esche-6/+5
2025-06-25Drop rustc workspace loading error, if we don't needs its sourcesLukas Wirth-10/+28
2025-06-24Merge pull request #20036 from Veykril/push-yquvoyrxkksxLukas Wirth-1/+1
2025-06-24Do not default to 'static for trait object lifetimesLukas Wirth-1/+1
2025-06-24Merge pull request #20062 from ChayimFriedman2/doctestsLukas Wirth-0/+1
2025-06-24Merge pull request #20072 from Veykril/push-sorvvvzskywvLukas Wirth-10/+44
2025-06-23fix: Respect `.cargo/config.toml` `build.target-dir`Lukas Wirth-10/+44
2025-06-23Merge pull request #20069 from Veykril/push-mnqkqxomtlxnLukas Wirth-1/+29
2025-06-23fix: Fix cargo project manifest not pointing to the workspace rootLukas Wirth-1/+29
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-06-21internal: Utilize `cargo check --compile-time-deps`Shoyu Vanilla-2/+24
2025-06-17fix: Copy lockfiles into target directory before invoking `cargo metadata`Lukas Wirth-79/+172
2025-06-16feat: Show what cargo metadata is doing in statusLukas Wirth-24/+54
2025-06-13`cargo upgrade`Lukas Wirth-4/+6
2025-06-05Deduplicate code in proc-macro-srvLukas Wirth-6/+0
2025-05-16Merge pull request #19807 from Veykril/lw-qyynkqysuyuyLukas Wirth-1/+6
2025-05-16fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already setLukas Wirth-1/+6
2025-05-05Support environment variable CARGO_MANIFEST_PATH.Victor-0/+16
2025-05-01remove a couple of clonesMatthias Krüger-2/+2
2025-04-21Merge pull request #19644 from ChayimFriedman2/const-symsLukas Wirth-23/+21
2025-04-21Remove unnecessary predefined symbol clonesChayim Refael Friedman-23/+21
2025-04-19allow using `null` to unset an environment variablejyn-56/+45
2025-04-06fix: Fix `format_args` lowering for >=1.87Lukas Wirth-0/+1
2025-04-04feat(project-model): provide flag for no depsPrajwal S N-2/+11
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-31/+84
2025-03-25ci: Require miri stepLukas Wirth-5/+1
2025-03-23chore: Bump dependenciesLukas Wirth-12/+21
2025-03-17Merge pull request #19005 from duncanawoods/18955---fix-running-tests-for-pac...HKalbasi-0/+17
2025-03-16refactor: Remove unnecessary `Arc`Lukas Wirth-5/+5
2025-03-16refactor: Remove `CrateGraphBuilder::iter_mut`Lukas Wirth-1290/+73
2025-03-15cargo fmtBenjaminBrienen-39/+29
2025-03-15fix clippy::doc_overindented_list_itemsBenjaminBrienen-2/+1
2025-03-12Salsify the crate graphChayim Refael Friedman-1451/+1885
2025-03-07Move project MSRV back to 1.78Lukas Wirth-6/+1144
2025-03-06Change `%e` to `?e` to include detailed error messageArthur Baars-2/+1
2025-03-05Improve tracing log format in cargo_workspace.rsArthur Baars-1/+3
2025-03-05Add warning and debug information when `cargo metadata` failsArthur Baars-1/+16
2025-03-03Merge pull request #19243 from Veykril/push-qrrqsywkwyzpLukas Wirth-7/+5