aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/expr.rs
Commit message (Expand)AuthorAgeFilesLines
* Move computation of missing fields into hirAleksey Kladov2020-04-071-67/+91
* add fixme to use type checker rather than manually comparing typesJosh Mcguigan2020-04-071-0/+7
* missing match arms diagnostic change source to match expressionJosh Mcguigan2020-04-071-1/+4
* handle match auto-derefJosh Mcguigan2020-04-071-1/+10
* handle non matching enum pattern typesJosh Mcguigan2020-04-071-8/+22
* remove panicsJosh Mcguigan2020-04-071-2/+5
* missing match arms diagnosticJosh Mcguigan2020-04-071-2/+51
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-12/+7
* Source map returns a resultAleksey Kladov2020-03-061-2/+2
* Fill missing fields of enum variantsAleksey Kladov2020-02-191-7/+11
* More manual clippy fixesKirill Bulatov2020-02-181-1/+1
* Use path macroFlorian Diebold2019-12-131-2/+2
* Replace `ra_hir_expand::either` with crateice10002019-12-031-2/+2
* Move TyAleksey Kladov2019-11-271-0/+151