summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/ide-ssr
AgeCommit message (Expand)AuthorLines
2024-10-28Move text-edit into ide-dbLukas Wirth-4/+3
2024-10-24minor: Remove intermediate allocationsLukas Wirth-1/+1
2024-10-14chore: rename salsa to ra_salsaDavid Barsky-1/+1
2024-08-16Properly account for editions in namesChayim Refael Friedman-4/+14
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 `"TBD"` with more helpful desciptions in published crates' `[package....Vincent Esche-1/+1
2024-08-05Simplify FileDelegateLukas Wirth-6/+4
2024-07-19Parse `try` as a keyword only in edition 2018 and upLukas Wirth-3/+3
2024-07-18Encode edition within FileId in the hir layerLukas Wirth-78/+114
2024-07-17Add always disabled gen parse supportLukas Wirth-1/+1
2024-07-16Remove Name::to_smol_strLukas Wirth-1/+1
2024-07-07Auto merge of #17555 - Veykril:grammar-inline, r=Veykrilbors-2/+5
2024-07-07HasGenericArgs syntax traitLukas Wirth-2/+5
2024-07-02squash.Shohei Wada-1/+5
2024-06-30Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml alre...Lukas Wirth-2/+0
2024-06-10Thread more HasSource::source calls through Semantics for cachingLukas Wirth-1/+1
2024-05-22internal: refactor `prefer_no_std`/`prefer_prelude` bools into a structDavid Barsky-5/+5
2024-05-22fix: Fix general find-path inconsistenciesLukas Wirth-1/+1
2024-04-21Allow rust files to be used linkedProjectsLukas Wirth-0/+4081