aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/db.rs
Commit message (Expand)AuthorAgeFilesLines
* FormattingFlorian Diebold2020-02-071-3/+4
* Use variables in predicates as wellFlorian Diebold2020-02-071-2/+2
* Change Ty::Param to contain param IDFlorian Diebold2020-02-071-6/+11
* Lower impl trait to variables, move away from using placeholders where they d...Florian Diebold2020-02-071-6/+6
* Split `infer` query into two for better profilingMichal Terepeta2020-01-031-1/+10
* Update Chalk, clean up Chalk integration a bitFlorian Diebold2019-12-221-25/+10
* Add cycle recovery for type aliasesFlorian Diebold2019-11-301-0/+1
* Add cycle recovery for generic predicatesFlorian Diebold2019-11-301-0/+1
* Handle cycles in impl types betterFlorian Diebold2019-11-301-3/+7
* Memoize impl resolutionsAleksey Kladov2019-11-271-1/+4
* Move TyAleksey Kladov2019-11-271-0/+116