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
/
base-db
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
Expand target info to include the architecture
Chayim Refael Friedman
-7
/
+54
2025-08-25
Cache trait solving across queries in the same revision
Chayim Refael Friedman
-1
/
+27
2025-08-17
fix: Make lang items query properly filter out overwritten/excluded sysroots
Shoyu Vanilla
-0
/
+2
2025-08-02
When renaming a parameter to `self`, change callers to use method call syntax
Chayim Refael Friedman
-1
/
+2
2025-07-27
fix: Consider all produced artifacts for proc-macro dylib search
Lukas Wirth
-10
/
+3
2025-07-27
internal: Better type proc macro dylib build data state
Lukas Wirth
-5
/
+20
2025-07-03
Bump salsa
Lukas Wirth
-3
/
+3
2025-07-03
Restructure proc-macro loading erros, differentiate hard error property on kind
Lukas Wirth
-3
/
+47
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-12
`ItemTree`'s `ItemVisibilities` has no identity, so deduplicate
Lukas Wirth
-3
/
+3
2025-05-23
Bump salsa
Lukas Wirth
-7
/
+9
2025-05-14
Don't allow duplicate crates in the all_crates list
Chayim Refael Friedman
-6
/
+13
2025-04-30
chore: Adjust panic context printing
Lukas Wirth
-12
/
+10
2025-04-29
Split out salsa_macros
Lukas Wirth
-9
/
+13
2025-04-29
Update salsa
Lukas Wirth
-6
/
+52
2025-04-28
base-db: add more details to panic
David Barsky
-9
/
+20
2025-04-25
`shrink_to_fit()` in more places
Chayim Refael Friedman
-2
/
+6
2025-04-22
Adjust for new Salsa not implementing `Debug` by default
Chayim Refael Friedman
-6
/
+6
2025-04-19
Make `HirFileId`, `EditionedFileId` and macro files Salsa struct
Chayim Refael Friedman
-8
/
+28
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-4
/
+0
2025-04-06
fix: Fix `format_args` lowering for >=1.87
Lukas Wirth
-0
/
+13
2025-04-04
prefer default over new
BenjaminBrienen
-4
/
+0
2025-04-01
chore: Remove unnecessary `Arc` clones
Lukas Wirth
-15
/
+15
2025-03-29
fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`
Lukas Wirth
-14
/
+17
2025-03-26
refactor: Use MEDIUM durability for crate-graph changes, high for library sou...
Lukas Wirth
-10
/
+14
2025-03-23
chore: Remove unused dependencies
Lukas Wirth
-3
/
+0
2025-03-16
refactor: Remove unnecessary `Arc`
Lukas Wirth
-4
/
+3
2025-03-16
refactor: Remove `CrateGraphBuilder::iter_mut`
Lukas Wirth
-6
/
+1
2025-03-15
cargo fmt
BenjaminBrienen
-44
/
+52
2025-03-15
Merge pull request #19364 from Veykril/push-uonyorwwzpzx
Lukas Wirth
-3
/
+7
2025-03-15
fix: Fix missing `with_durability` calls
Lukas Wirth
-3
/
+7
2025-03-14
Avoid recursively debug printing crates
Florian Diebold
-1
/
+2
2025-03-13
internal: don't panic when the crate graph isn't ready #19351
David Barsky
-4
/
+3
2025-03-12
Salsify the crate graph
Chayim Refael Friedman
-196
/
+421
2025-03-10
internal: port rust-analyzer to new Salsa
David Barsky
-123
/
+234
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-17
Use correct working directory for non-workspace proc-macro execution
Mehul Arora
-14
/
+27
2025-02-04
Expose symbol of `CrateName`
Lukas Wirth
-5
/
+5
2025-01-10
minor: Fix grammar in doc comments
Wilfred Hughes
-1
/
+1
2025-01-02
Automatically sort crate graph
lucasholten
-9
/
+7
2024-12-31
Add back optimizations
lucasholten
-4
/
+8
2024-12-31
Add back crate graph deduplication
lucasholten
-1
/
+4
2024-12-09
Remove patch sysroot cfg-if hack
Lukas Wirth
-23
/
+0
2024-10-14
chore: rename salsa to ra_salsa
David Barsky
-17
/
+17
2024-10-05
Remove ImportSource::ExternCrate as the fixed point loop can't affect it
Lukas Wirth
-0
/
+5
2024-09-11
Lift out workspace related data into a separate query to preserve crategraph ...
Lukas Wirth
-8
/
+32
2024-09-11
Remove crate graph deduplication logic
Lukas Wirth
-18
/
+4
2024-09-01
minor: Downgrade cyclic deps error to warning
Lukas Wirth
-47
/
+7
2024-08-27
Revert "feat: Implement `module_path` macro"
Lukas Wirth
-1
/
+0
2024-08-21
internal: Implement `module_path` macro
Lukas Wirth
-0
/
+1
[next]