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
/
load-cargo
Age
Commit message (
Expand
)
Author
Lines
2025-03-07
Log build script error output in `load_cargo::load_workspace_at`
Arthur Baars
-0
/
+8
2025-02-17
Use correct working directory for non-workspace proc-macro execution
Mehul Arora
-1
/
+0
2025-02-05
Do not include excluded files even when the client opens them
Chayim Refael Friedman
-1
/
+3
2025-01-24
Explicitly add buildfiles when constructing ProjectFolders
David Richey
-0
/
+18
2025-01-16
Partially back out "fix: Fix sourceroot construction for virtual manifests"
Lukas Wirth
-4
/
+1
2025-01-02
Store token trees in contiguous `Vec` instead of as a tree
Chayim Refael Friedman
-5
/
+5
2024-12-30
Move proc-macro protocol into legacy module
Lukas Wirth
-1
/
+1
2024-12-30
Decouple proc-macro server protocol from the server implementation
Lukas Wirth
-6
/
+6
2024-12-18
Remove salsa from proc-macro server dep tree
Lukas Wirth
-1
/
+1
2024-12-12
fix: Fix sourceroot construction for virtual manifests
Lukas Wirth
-41
/
+5
2024-12-09
Fix config guard lock for ratoml tests
Lukas Wirth
-2
/
+2
2024-12-07
Watch for user config ratoml
Ali Bektas
-2
/
+22
2024-09-30
Gate `#[test]` expansion under `cfg(test)`.
Chayim Refael Friedman
-4
/
+1
2024-09-30
Provide an config option to not set `cfg(test)`
Chayim Refael Friedman
-0
/
+3
2024-09-26
Include buildfiles in vfs
David Richey
-0
/
+5
2024-09-11
Properly set the working directory for proc-macro execution
Lukas Wirth
-1
/
+10
2024-09-11
Lift out workspace related data into a separate query to preserve crategraph ...
Lukas Wirth
-6
/
+10
2024-08-12
Auto merge of #17864 - Veykril:lsif, r=Veykril
bors
-0
/
+10
2024-08-12
Build and run build scripts in lsif command
Lukas Wirth
-0
/
+10
2024-08-09
Use Sender instead of boxed closure in vfs
mo8it
-2
/
+1
2024-08-06
Replace `[package.repository] = "…"` of published crates with `[package.rep...
Vincent Esche
-1
/
+1
2024-08-06
Unify package descriptions by adding references to "rust-analyzer"
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
Auto merge of #17771 - Veykril:parallel-vfs-config, r=Veykril
bors
-3
/
+7
2024-08-05
feat: Load sysroot library via cargo metadata
Lukas Wirth
-2
/
+2
2024-08-02
internal: Load VFS config changes in parallel
Lukas Wirth
-3
/
+7
2024-07-26
Internal: Cleanup proc-macro error handling
Lukas Wirth
-8
/
+10
2024-07-23
minor changes
Ali Bektas
-6
/
+8
2024-07-22
Read rust-analyzer.toml files on startup
Ali Bektas
-8
/
+27
2024-07-19
Auto merge of #17639 - Veykril:salsa-perf, r=Veykril
bors
-1
/
+1
2024-07-19
Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent...
Lukas Wirth
-1
/
+1
2024-07-18
feature: move `linked_projects` discovery to the rust-analyzer server
David Barsky
-2
/
+0
2024-07-16
Remove Name::to_smol_str
Lukas Wirth
-3
/
+9
2024-06-20
fix: ensure there are no cycles in the source_root_parent_map
roife
-21
/
+63
2024-06-10
fix: ensure that the parent of a SourceRoot cannot be itself
roife
-3
/
+23
2024-06-09
Register virtual workspace Cargo.toml files in the VFS
Lukas Wirth
-1
/
+14
2024-06-07
Auto merge of #17058 - alibektas:13529/ratoml, r=Veykril
bors
-6
/
+5
2024-06-07
Fix processing of ratoml files
Lukas Wirth
-6
/
+5
2024-06-06
chore: Prefer tracing span shorthand macros
Wilfred Hughes
-3
/
+3
2024-05-14
Hash file contents to verify whether file actually changed
Lukas Wirth
-2
/
+2
2024-04-30
fix: Tracing span names should match function names
Wilfred Hughes
-1
/
+2
2024-04-26
Show workspace info in the status bar
Lukas Wirth
-2
/
+2
2024-04-22
Auto merge of #17102 - davidbarsky:david/add-some-tracing-to-project-loading,...
bors
-0
/
+3
2024-04-22
chore: add some `tracing` to project loading
David Barsky
-0
/
+597
2024-04-21
Extract common fields out of ProjectWorkspace variants
Lukas Wirth
-3
/
+1
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+596