aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/test_db.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor the test of diagnostic testsAleksey Kladov2020-07-141-48/+2
|
* Compress match checking testsAleksey Kladov2020-07-141-18/+3
|
* Data-driven diagnostics testsAleksey Kladov2020-07-141-1/+1
|
* Cleanup visibilityAleksey Kladov2020-07-141-2/+5
|
* Cleanup hir diagnostics APIAleksey Kladov2020-07-141-10/+2
|
* Consolidate hir diagnostics code in one placeAleksey Kladov2020-07-141-2/+2
|
* Switch to fully dynamically dispatched salsaAleksey Kladov2020-07-071-17/+14
| | | | This improves compile times quite a bit
* Better factoringAleksey Kladov2020-06-301-5/+17
|
* (T): make typification tests more data drivenAleksey Kladov2020-06-291-0/+13
|
* Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation ↵Paul Daniel Faria2020-06-271-3/+2
| | | | to its own file
* Move diagnostics back into expr, add tests for diagnostics, fix logic to ↵Paul Daniel Faria2020-06-271-2/+8
| | | | account for derefs of raw ptrs
* Make relevant_crates return a SetAleksey Kladov2020-06-111-1/+2
|
* Minimize FileLoader interfaceAleksey Kladov2020-06-051-10/+1
|
* More direct signature for resolve_pathAleksey Kladov2020-06-051-2/+2
|
* Rename resolve_relative_path -> resolve_pathAleksey Kladov2020-06-051-6/+2
| | | | For things like `concant!(env!("OUT_DIR"))`, we need to support abs paths
* missing match arm diagnostic support enum record typeJosh Mcguigan2020-04-181-9/+27
|
* missing match arms diagnosticJosh Mcguigan2020-04-071-2/+4
|
* Nice string formattingAleksey Kladov2020-03-281-1/+2
|
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-2/+16
| | | | | | | It improves compile time in `--release` mode quite a bit, it doesn't really slow things down and, conceptually, it seems closer to what we want the physical architecture to look like (we don't want to monomorphise EVERYTHING in a single leaf crate).
* Add resolve_extern_path in DBEdwin Cheng2020-03-101-0/+7
|
* More manual clippy fixesKirill Bulatov2020-02-181-4/+3
|
* Move impls to ItemScopeAleksey Kladov2019-12-201-1/+1
|
* Fix test compilationice10002019-12-041-1/+1
|
* Rename module_id -> local_idAleksey Kladov2019-11-271-2/+2
|
* prune depsAleksey Kladov2019-11-271-5/+7
|
* Move TyAleksey Kladov2019-11-271-0/+144