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
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-02-04
Expose symbol of `CrateName`
Lukas Wirth
-2
/
+2
2025-01-24
Explicitly add buildfiles when constructing ProjectFolders
David Richey
-21
/
+20
2025-01-24
Merge pull request #18994 from Wilfred/failed_rustc_cfg_as_warning
Lukas Wirth
-1
/
+1
2025-01-21
manual: Document all rust-project.json fields
Wilfred Hughes
-1
/
+1
2025-01-21
internal: Treat cfg fetching failures as a warning
Wilfred Hughes
-1
/
+1
2025-01-18
fix: `cargo rustc --print` needs `unstable-options`
Lukas Wirth
-1
/
+1
2025-01-16
Partially back out "fix: Fix sourceroot construction for virtual manifests"
Lukas Wirth
-9
/
+4
2025-01-08
Add config setting which allows adding additional include paths to the VFS.
Nicholas Rishel
-3
/
+34
2025-01-07
Merge pull request #18867 from Veykril/push-ntmxlropxkrr
Lukas Wirth
-94
/
+183
2025-01-07
Add some smoke tests to toolchain_info
Lukas Wirth
-23
/
+129
2025-01-07
Align toolchain version fetching with other toolchain info querying
Lukas Wirth
-110
/
+93
2025-01-07
target-triple -> target-tuple
Lukas Wirth
-9
/
+9
2025-01-07
Merge pull request #18788 from Veykril/push-zxystwnotuvq
Lukas Wirth
-175
/
+151
2025-01-07
Remove `rust-analyzer.cargo.sysrootQueryMetadata` config again
Lukas Wirth
-175
/
+151
2025-01-07
project-model: fix JSON project PackageRoot buildfile inclusion
Bogdan Mircea
-10
/
+10
2025-01-06
Merge pull request #18846 from Veykril/push-kmspklwynynu
Lukas Wirth
-1
/
+1
2025-01-06
minor: New clippy lints
Lukas Wirth
-1
/
+1
2025-01-06
fix: Fix relative .cargo env vars not working
Lukas Wirth
-7
/
+30
2025-01-02
Automatically sort crate graph
lucasholten
-2
/
+0
2025-01-01
Fix tests
lucasholten
-2
/
+2
2025-01-01
Remove load_cargo_with_fake_sysroot
lucasholten
-54
/
+30
2024-12-31
Add back tests removed in #18080
lucasholten
-0
/
+19297
2024-12-31
Remove CARGO_RUSTC_CURRENT_DIR
lucasholten
-16
/
+4
2024-12-31
Base relative cargo configs onto the manifest
Lukas Wirth
-14
/
+35
2024-12-31
fix: Populate cargo config env vars for crates
Lukas Wirth
-75
/
+39
2024-12-29
fix: Fix invalid `-O` flag used by cfg discovery
Lukas Wirth
-2
/
+23
2024-12-29
Inline toolchain_info module
Lukas Wirth
-17
/
+19
2024-12-29
Force a current dir to be supplied for rustc info fetching
Lukas Wirth
-22
/
+31
2024-12-29
Split out `ProjectWorkspace::load_cargo`
Lukas Wirth
-142
/
+139
2024-12-29
Enforce a current directory being set for spawned commands
Lukas Wirth
-27
/
+24
2024-12-29
Cleanup toolchain info fetching
Lukas Wirth
-219
/
+189
2024-12-26
internal: Swallow `error: config value is not set` cargo error
Lukas Wirth
-7
/
+6
2024-12-24
Cleanup target fetching for cargo metadata
Lukas Wirth
-131
/
+190
2024-12-20
internal: Split serde derive feature into `serde_derive` usage
Lukas Wirth
-2
/
+3
2024-12-12
fix: Fix sourceroot construction for virtual manifests
Lukas Wirth
-28
/
+57
2024-12-09
Remove patch sysroot cfg-if hack
Lukas Wirth
-30
/
+18
2024-11-26
Merge pull request #18511 from darichey/sysroot-query-metadata
Laurențiu Nicola
-46
/
+87
2024-11-24
Fix missing rust-src message
Laurențiu Nicola
-4
/
+5
2024-11-18
Re-add rust-analyzer.cargo.sysrootQueryMetadata
David Richey
-46
/
+87
2024-10-27
Support `cfg(true)` and `cfg(false)`
Chayim Refael Friedman
-0
/
+41
2024-10-24
internal: Improve proc-macro error msg for failed build scripts
Lukas Wirth
-10
/
+13
2024-10-23
fix: Add missing cfg flags for `core` crate
Wilfred Hughes
-3
/
+4
2024-10-18
fix: Fix CI running analysis-stats incorrectly against the standard libraries
Lukas Wirth
-3
/
+0
2024-10-12
Fix panic when json project has relative buildfile paths
David Richey
-1
/
+1
2024-09-30
Gate `#[test]` expansion under `cfg(test)`.
Chayim Refael Friedman
-14
/
+26
2024-09-30
Provide an config option to not set `cfg(test)`
Chayim Refael Friedman
-6
/
+22
2024-09-26
Include buildfiles in vfs
David Richey
-0
/
+11
2024-09-25
Pass all-targets for build scripts in more cli commands
Lukas Wirth
-1
/
+2
2024-09-11
Remove crate graph deduplication logic
Lukas Wirth
-19298
/
+1
2024-09-05
fix: Updating settings should not clobber discovered projects
Wilfred Hughes
-0
/
+11
[next]