about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/base-db
AgeCommit message (Expand)AuthorLines
2025-09-09Expand target info to include the architectureChayim Refael Friedman-7/+54
2025-08-25Cache trait solving across queries in the same revisionChayim Refael Friedman-1/+27
2025-08-17fix: Make lang items query properly filter out overwritten/excluded sysrootsShoyu Vanilla-0/+2
2025-08-02When renaming a parameter to `self`, change callers to use method call syntaxChayim Refael Friedman-1/+2
2025-07-27fix: Consider all produced artifacts for proc-macro dylib searchLukas Wirth-10/+3
2025-07-27internal: Better type proc macro dylib build data stateLukas Wirth-5/+20
2025-07-03Bump salsaLukas Wirth-3/+3
2025-07-03Restructure proc-macro loading erros, differentiate hard error property on kindLukas Wirth-3/+47
2025-06-23Don't run doctestsChayim Refael Friedman-0/+1
2025-06-12`ItemTree`'s `ItemVisibilities` has no identity, so deduplicateLukas Wirth-3/+3
2025-05-23Bump salsaLukas Wirth-7/+9
2025-05-14Don't allow duplicate crates in the all_crates listChayim Refael Friedman-6/+13
2025-04-30chore: Adjust panic context printingLukas Wirth-12/+10
2025-04-29Split out salsa_macrosLukas Wirth-9/+13
2025-04-29Update salsaLukas Wirth-6/+52
2025-04-28base-db: add more details to panicDavid Barsky-9/+20
2025-04-25`shrink_to_fit()` in more placesChayim Refael Friedman-2/+6
2025-04-22Adjust for new Salsa not implementing `Debug` by defaultChayim Refael Friedman-6/+6
2025-04-19Make `HirFileId`, `EditionedFileId` and macro files Salsa structChayim Refael Friedman-8/+28
2025-04-10Remove all upcasts!Chayim Refael Friedman-4/+0
2025-04-06fix: Fix `format_args` lowering for >=1.87Lukas Wirth-0/+13
2025-04-04prefer default over newBenjaminBrienen-4/+0
2025-04-01chore: Remove unnecessary `Arc` clonesLukas Wirth-15/+15
2025-03-29fix: Fix, clarify and require a value for `proc_macro_cwd` of `CrateData`Lukas Wirth-14/+17
2025-03-26refactor: Use MEDIUM durability for crate-graph changes, high for library sou...Lukas Wirth-10/+14
2025-03-23chore: Remove unused dependenciesLukas Wirth-3/+0
2025-03-16refactor: Remove unnecessary `Arc`Lukas Wirth-4/+3
2025-03-16refactor: Remove `CrateGraphBuilder::iter_mut`Lukas Wirth-6/+1
2025-03-15cargo fmtBenjaminBrienen-44/+52
2025-03-15Merge pull request #19364 from Veykril/push-uonyorwwzpzxLukas Wirth-3/+7
2025-03-15fix: Fix missing `with_durability` callsLukas Wirth-3/+7
2025-03-14Avoid recursively debug printing cratesFlorian Diebold-1/+2
2025-03-13internal: don't panic when the crate graph isn't ready #19351David Barsky-4/+3
2025-03-12Salsify the crate graphChayim Refael Friedman-196/+421
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-123/+234
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-02-17Use correct working directory for non-workspace proc-macro executionMehul Arora-14/+27
2025-02-04Expose symbol of `CrateName`Lukas Wirth-5/+5
2025-01-10minor: Fix grammar in doc commentsWilfred Hughes-1/+1
2025-01-02Automatically sort crate graphlucasholten-9/+7
2024-12-31Add back optimizationslucasholten-4/+8
2024-12-31Add back crate graph deduplicationlucasholten-1/+4
2024-12-09Remove patch sysroot cfg-if hackLukas Wirth-23/+0
2024-10-14chore: rename salsa to ra_salsaDavid Barsky-17/+17
2024-10-05Remove ImportSource::ExternCrate as the fixed point loop can't affect itLukas Wirth-0/+5
2024-09-11Lift out workspace related data into a separate query to preserve crategraph ...Lukas Wirth-8/+32
2024-09-11Remove crate graph deduplication logicLukas Wirth-18/+4
2024-09-01minor: Downgrade cyclic deps error to warningLukas Wirth-47/+7
2024-08-27Revert "feat: Implement `module_path` macro"Lukas Wirth-1/+0
2024-08-21internal: Implement `module_path` macroLukas Wirth-0/+1