aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_ty/src/infer.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly infer - and ! using std::ops::{Neg,Not}Emil Lauridsen2019-12-131-2/+14
* Add helper for resolving associated type of trait in inferEmil Lauridsen2019-12-131-0/+18
* Make unify pub(crate)Florian Diebold2019-12-031-1/+1
* Check receiver type properlyFlorian Diebold2019-12-021-2/+4
* Extract unification code to unify moduleFlorian Diebold2019-12-021-233/+22
* Infer range typesoxalica2019-11-281-0/+36
* Move source-related traits to a separate moduleAleksey Kladov2019-11-281-1/+1
* Move TyAleksey Kladov2019-11-271-0/+723