index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
project-model
Age
Commit message (
Expand
)
Author
Lines
2025-07-15
Further decrease number of `cargo metadata` invokes
Shoyu Vanilla
-243
/
+268
2025-07-15
chore: Cleanup cargo config queries
Shoyu Vanilla
-133
/
+151
2025-07-04
Improve flycheck and build script progress reporting
Lukas Wirth
-2
/
+6
2025-07-04
Merge pull request #20148 from ShoyuVanilla/sysroot-no-deps
Lukas Wirth
-2
/
+9
2025-07-03
Merge pull request #20159 from Veykril/push-kyssnlrxlwsl
Lukas Wirth
-15
/
+20
2025-07-03
Always couple `--compile-time-deps` with
Lukas Wirth
-15
/
+20
2025-07-03
fix: Do not warn about proc-macro srv when sysroot is missing
Lukas Wirth
-13
/
+13
2025-07-03
Restructure proc-macro loading erros, differentiate hard error property on kind
Lukas Wirth
-5
/
+5
2025-07-03
fix: Honor `rust-analyzer.cargo.noDeps` option when fetching sysroot metadata
Shoyu Vanilla
-2
/
+9
2025-06-29
Do not append `--compile-time-deps` to overwritten build script commands
Lukas Wirth
-41
/
+44
2025-06-26
Merge pull request #20101 from ShoyuVanilla/comp-time-deps-sooner
Laurențiu Nicola
-1
/
+1
2025-06-26
minor: Decrease minimal toolchain version for `comp-time-deps` by `0.1`
Shoyu Vanilla
-1
/
+1
2025-06-25
Unify formatting of progress messages
Vincent Esche
-6
/
+5
2025-06-25
Drop rustc workspace loading error, if we don't needs its sources
Lukas Wirth
-10
/
+28
2025-06-24
Merge pull request #20036 from Veykril/push-yquvoyrxkksx
Lukas Wirth
-1
/
+1
2025-06-24
Do not default to 'static for trait object lifetimes
Lukas Wirth
-1
/
+1
2025-06-24
Merge pull request #20062 from ChayimFriedman2/doctests
Lukas Wirth
-0
/
+1
2025-06-24
Merge pull request #20072 from Veykril/push-sorvvvzskywv
Lukas Wirth
-10
/
+44
2025-06-23
fix: Respect `.cargo/config.toml` `build.target-dir`
Lukas Wirth
-10
/
+44
2025-06-23
Merge pull request #20069 from Veykril/push-mnqkqxomtlxn
Lukas Wirth
-1
/
+29
2025-06-23
fix: Fix cargo project manifest not pointing to the workspace root
Lukas Wirth
-1
/
+29
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-21
internal: Utilize `cargo check --compile-time-deps`
Shoyu Vanilla
-2
/
+24
2025-06-17
fix: Copy lockfiles into target directory before invoking `cargo metadata`
Lukas Wirth
-79
/
+172
2025-06-16
feat: Show what cargo metadata is doing in status
Lukas Wirth
-24
/
+54
2025-06-13
`cargo upgrade`
Lukas Wirth
-4
/
+6
2025-06-05
Deduplicate code in proc-macro-srv
Lukas Wirth
-6
/
+0
2025-05-16
Merge pull request #19807 from Veykril/lw-qyynkqysuyuy
Lukas Wirth
-1
/
+6
2025-05-16
fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already set
Lukas Wirth
-1
/
+6
2025-05-05
Support environment variable CARGO_MANIFEST_PATH.
Victor
-0
/
+16
2025-05-01
remove a couple of clones
Matthias Krüger
-2
/
+2
2025-04-21
Merge pull request #19644 from ChayimFriedman2/const-syms
Lukas Wirth
-23
/
+21
2025-04-21
Remove unnecessary predefined symbol clones
Chayim Refael Friedman
-23
/
+21
2025-04-19
allow using `null` to unset an environment variable
jyn
-56
/
+45
2025-04-06
fix: Fix `format_args` lowering for >=1.87
Lukas Wirth
-0
/
+1
2025-04-04
feat(project-model): provide flag for no deps
Prajwal S N
-2
/
+11
2025-03-29
fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`
Lukas Wirth
-31
/
+84
2025-03-25
ci: Require miri step
Lukas Wirth
-5
/
+1
2025-03-23
chore: Bump dependencies
Lukas Wirth
-12
/
+21
2025-03-17
Merge pull request #19005 from duncanawoods/18955---fix-running-tests-for-pac...
HKalbasi
-0
/
+17
2025-03-16
refactor: Remove unnecessary `Arc`
Lukas Wirth
-5
/
+5
2025-03-16
refactor: Remove `CrateGraphBuilder::iter_mut`
Lukas Wirth
-1290
/
+73
2025-03-15
cargo fmt
BenjaminBrienen
-39
/
+29
2025-03-15
fix clippy::doc_overindented_list_items
BenjaminBrienen
-2
/
+1
2025-03-12
Salsify the crate graph
Chayim Refael Friedman
-1451
/
+1885
2025-03-07
Move project MSRV back to 1.78
Lukas Wirth
-6
/
+1144
2025-03-06
Change `%e` to `?e` to include detailed error message
Arthur Baars
-2
/
+1
2025-03-05
Improve tracing log format in cargo_workspace.rs
Arthur Baars
-1
/
+3
2025-03-05
Add warning and debug information when `cargo metadata` fails
Arthur Baars
-1
/
+16
2025-03-03
Merge pull request #19243 from Veykril/push-qrrqsywkwyzp
Lukas Wirth
-7
/
+5
[next]