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
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
2024-09-01
minor: Downgrade cyclic deps error to warning
Lukas Wirth
-1
/
+1
2024-08-28
Fix cwd used for proc macro expansion
Laurențiu Nicola
-2
/
+2
2024-08-27
Auto merge of #17973 - Veykril:proc-macro-curr-dir, r=Veykril
bors
-4
/
+21
2024-08-27
Expand proc-macros in workspace root, not package root
Lukas Wirth
-4
/
+21
2024-08-25
Auto merge of #17956 - Veykril:metadata-err, r=Veykril
bors
-40
/
+46
2024-08-25
fix: Fix metadata retrying eating original errors
Lukas Wirth
-40
/
+46
2024-08-23
Auto merge of #17857 - ChayimFriedman2:rust-project-cfg-group, r=Veykril
bors
-4
/
+607
2024-08-19
Improve documentation for `InvocationStrategy`
Lukas Wirth
-12
/
+14
2024-08-19
chore(config): remove `invocationLocation` in favor of `invocationStrategy`
Victor Song
-25
/
+6
2024-08-17
feat: Make rust-analyzer work partially when missing an internet connection
Lukas Wirth
-17
/
+63
2024-08-12
Allow declaring cfg groups in rust-project.json, to help sharing common cfgs
Chayim Refael Friedman
-4
/
+607
2024-08-09
minor: log error when sysroot can't be discovered
winstxnhdw
-4
/
+4
2024-08-08
Split up flycheck module
Lukas Wirth
-124
/
+123
2024-08-07
Fix cargo config get env parsing
Lukas Wirth
-4
/
+7
2024-08-07
Remove unnecessary CfgFlag definition in project-model
Lukas Wirth
-319
/
+285
2024-08-07
Allow rust-project.json to be hidden
Ali Bektas
-0
/
+6
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Add repository URL for published crates' missing `[package.repository]` fields
Vincent Esche
-0
/
+1
2024-08-06
Replace `"TBD"` with more helpful desciptions in published crates' `[package....
Vincent Esche
-1
/
+1
2024-08-05
Simplify FileDelegate
Lukas Wirth
-5
/
+6
2024-08-05
Auto merge of #17795 - Veykril:library-dep-loading, r=Veykril
bors
-173
/
+147
2024-08-05
feat: Load sysroot library via cargo metadata
Lukas Wirth
-173
/
+147
2024-08-02
internal: Remove AbsPathBuf::TryFrom impl that checks too many things at once
Lukas Wirth
-11
/
+10
2024-07-30
Set tracing level to debug when `cargo config get env` fails
Ali Bektas
-1
/
+1
2024-07-26
Internal: Cleanup proc-macro error handling
Lukas Wirth
-3
/
+6
2024-07-25
fix: Support new cargo config get env format
Lukas Wirth
-2
/
+14
2024-07-22
Read rust-analyzer.toml files on startup
Ali Bektas
-0
/
+13
[prev]
[next]