about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/salsa
AgeCommit message (Expand)AuthorLines
2024-10-14chore: rename salsa to ra_salsaDavid Barsky-9992/+0
2024-08-27Drop Apache license appendicesLaurențiu Nicola-25/+0
2024-07-25Fix and enable unsafe_op_in_unsafe_fnLaurențiu Nicola-1/+2
2024-07-19Add back equality check that went missingLukas Wirth-1/+8
2024-07-19Drop an unnecessary `Arc::clone`Lukas Wirth-1/+1
2024-07-19Make LRU opt-inLukas Wirth-212/+1155
2024-07-19Remove duplicate information from interned::SlotLukas Wirth-11/+18
2024-07-19Reduce maximum LRU size to 2^16 entries, reducing memory footprint of LRU ent...Lukas Wirth-35/+36
2024-07-19perf: Reduce memory usage of salsa slots by 8 bytesLukas Wirth-35/+28
2024-07-15Encode ident rawness and literal kind separately in tt::LeafLukas Wirth-0/+1
2024-07-04Improve dead code analysismu001999-8/+0
2024-06-14Auto merge of #17417 - Wilfred:intern_macros_salsa, r=Veykrilbors-19/+20
2024-06-13Prefer plain trait definitions over macros for salsaWilfred Hughes-19/+20
2024-06-13internal: Fix rustdoc warningsWilfred Hughes-1/+1
2024-06-06chore: Prefer tracing span shorthand macrosWilfred Hughes-1/+1
2024-06-04Cleanup some inert attribute stuffLukas Wirth-0/+4
2024-05-30style: simplify string interpolationHamir Mahal-19/+17
2024-05-15Fix typosblyxyas-1/+1
2024-04-25fix: Fix expression scopes not being calculated for inline constsLukas Wirth-4/+4
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+9069