rust-analyzer/crates
Lukas Wirth 454e4be40d refactor: Use MEDIUM durability for crate-graph changes, high for library source files
The idea here is that the crate graph may change over time, but library source file contents *never* will (or really never should). Disconnecting the two means that queries that depend on library sources will not need to re-validatewhen the crate graph changes (unless they depend on the crate graph in some capacity).
2025-03-26 06:46:49 +01:00
..
base-db refactor: Use MEDIUM durability for crate-graph changes, high for library source files 2025-03-26 06:46:49 +01:00
cfg chore: Bump dependencies 2025-03-23 08:46:10 +01:00
edition chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
hir chore: Bump dependencies 2025-03-23 08:46:10 +01:00
hir-def feat: parse unsafe record fields 2025-03-25 08:55:31 +01:00
hir-expand chore: Bump dependencies 2025-03-23 08:46:10 +01:00
hir-ty ci: Require miri step 2025-03-25 08:10:27 +01:00
ide Merge pull request #19435 from Veykril/push-owstqqlrtsko 2025-03-24 07:00:54 +00:00
ide-assists chore: Bump dependencies 2025-03-23 08:46:10 +01:00
ide-completion chore: Bump dependencies 2025-03-23 08:46:10 +01:00
ide-db refactor: Use MEDIUM durability for crate-graph changes, high for library source files 2025-03-26 06:46:49 +01:00
ide-diagnostics chore: Bump dependencies 2025-03-23 08:46:10 +01:00
ide-ssr chore: Bump dependencies 2025-03-23 08:46:10 +01:00
intern ci: run intern tests via cargo miri 2025-03-25 07:26:43 +01:00
load-cargo chore: Remove unused dependencies 2025-03-23 08:08:17 +01:00
mbe chore: Bump dependencies 2025-03-23 08:46:10 +01:00
parser feat: parse unsafe record fields 2025-03-25 08:55:31 +01:00
paths cargo fmt 2025-03-15 21:32:01 +01:00
proc-macro-api Merge pull request #19329 from Shourya742/2025-03-10-add-proc-macro-api-doc 2025-03-17 09:17:35 +00:00
proc-macro-srv chore: Bump dependencies 2025-03-23 08:46:10 +01:00
proc-macro-srv-cli chore: Remove unused dependencies 2025-03-23 08:08:17 +01:00
profile chore: Bump dependencies 2025-03-23 08:46:10 +01:00
project-model ci: Require miri step 2025-03-25 08:10:27 +01:00
query-group-macro Merge pull request #19436 from lnicola/rm-rustc-hashes 2025-03-24 06:56:05 +00:00
rust-analyzer analysis-stats: redesign printing of item tree stats 2025-03-24 14:04:07 -07:00
span internal: Render root syntax contexts more clearly 2025-03-16 16:26:07 +01:00
stdx refactor: Replace custom ThinVec with thin-vec crate 2025-03-24 13:44:13 +01:00
syntax Merge pull request #19388 from Veykril/push-oqysrnttwywu 2025-03-25 08:12:20 +00:00
syntax-bridge chore: Remove unused dependencies 2025-03-23 08:08:17 +01:00
test-fixture chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
test-utils chore: Bump dependencies 2025-03-23 08:46:10 +01:00
toolchain chore: Bump dependencies 2025-03-23 08:46:10 +01:00
tt Fix syntax fixup producing invalid punctuation 2025-03-08 13:21:00 +01:00
vfs cargo fmt 2025-03-15 21:32:01 +01:00
vfs-notify chore: Bump dependencies 2025-03-23 08:46:10 +01:00