aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* More cleanups, use `check` for `display_source_code` testsFlorian Diebold2021-06-201-80/+62
* Unify check_mismatches and check_typesFlorian Diebold2021-06-201-42/+109
* Fix coercion in match with expected typeFlorian Diebold2021-06-121-1/+97
* Move hir_ty incremental test to its own fileJonas Schievink2021-05-271-44/+1
* internal: Record mismatches of pattern types.Dawer2021-05-191-1/+4
* Access a body's block def maps via a methodJonas Schievink2021-04-041-1/+1
* Test for a Salsa bugFlorian Diebold2021-03-211-0/+69
* Remove `ItemTree::source`Jonas Schievink2021-03-121-6/+4
* Use `body.block_scopes` in `hir_ty` testsJonas Schievink2021-03-091-6/+14
* Make `ModuleId`'s `krate` field privateJonas Schievink2021-01-221-1/+1
* Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-221-3/+3
* Rename `CrateDefMap` to `DefMap`Jonas Schievink2021-01-181-3/+3
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-2/+2
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-1/+1
* Replace RacyFlag with OnceCellAleksey Kladov2020-11-111-3/+4
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-1/+1
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-5/+3
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-3/+5
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Speedup ty testsAleksey Kladov2020-08-181-6/+11
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+359