aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots
Commit message (Collapse)AuthorAgeFilesLines
* remove hard-coded support for ctry macroAleksey Kladov2019-02-012-41/+13
| | | | | It was used mainly to prevent HirFileId infra from bitroting, but the `vec![]` macro can serve that just as well!
* Change ids strategyAleksey Kladov2019-01-241-5/+5
| | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids
* Update snapsJeremy A. Kolb2019-01-228-32/+48
|
* prefer inline testsgfreezy2019-01-192-0/+72
|
* switch to insta for testingAleksey Kladov2019-01-156-0/+172