summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/base-db
AgeCommit message (Expand)AuthorLines
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
2024-08-07Remove unnecessary CfgFlag definition in project-modelLukas Wirth-0/+17
2024-08-06Replace `[package.repository] = "…"` of published crates with `[package.rep...Vincent Esche-1/+1
2024-08-06Unify package descriptions by adding references to "rust-analyzer"Vincent Esche-1/+1
2024-08-06Replace "`ra_ap_ide`" with "`ide` (aka `ra_ap_ide`)"Vincent Esche-1/+1
2024-08-06Add repository URL for published crates' missing `[package.repository]` fieldsVincent Esche-0/+1
2024-08-06Replace `"TBD"` with more helpful desciptions in published crates' `[package....Vincent Esche-1/+1
2024-08-05Newtype ErasedFileAstIdLukas Wirth-1/+1
2024-08-05Simplify FileDelegateLukas Wirth-28/+26
2024-07-26Internal: Cleanup proc-macro error handlingLukas Wirth-3/+1
2024-07-19Make LRU opt-inLukas Wirth-0/+2
2024-07-19Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent...Lukas Wirth-3/+3
2024-07-18Encode edition within FileId in the hir layerLukas Wirth-9/+14