Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old hir::generics module | Aleksey Kladov | 2019-11-21 | 2 | -5/+6 |
* | Move resolver to hir_def | Aleksey Kladov | 2019-11-21 | 3 | -8/+12 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 1 | -2/+2 |
* | Decouple | Aleksey Kladov | 2019-11-21 | 2 | -12/+13 |
* | Move expr resolver to resolve | Aleksey Kladov | 2019-11-21 | 1 | -2/+3 |
* | Decouple Resolver | Aleksey Kladov | 2019-11-21 | 1 | -2/+2 |
* | Fix handling of the binders in dyn/impl Trait | Florian Diebold | 2019-11-16 | 1 | -10/+12 |
* | Reduce duplication between uncertain floats & ints | Aleksey Kladov | 2019-11-13 | 1 | -15/+15 |
* | Remove owner from Body | Aleksey Kladov | 2019-11-12 | 1 | -5/+3 |
* | Move definition of exprs to hir_def | Aleksey Kladov | 2019-11-12 | 1 | -2/+2 |
* | Don't reexport generics from HIR | Aleksey Kladov | 2019-11-11 | 1 | -1/+2 |
* | Move Namespace enum closer to usage | Aleksey Kladov | 2019-11-04 | 2 | -5/+5 |
* | Remove last traces of nameres from hir | Aleksey Kladov | 2019-11-03 | 1 | -2/+1 |
* | Various review fixes | Florian Diebold | 2019-11-01 | 1 | -11/+7 |
* | Refactor to unify with method resolution | Florian Diebold | 2019-11-01 | 1 | -108/+27 |
* | Record assoc item resolution | Florian Diebold | 2019-11-01 | 1 | -1/+3 |
* | Insert type vars before doing assoc item resolution | Florian Diebold | 2019-11-01 | 1 | -0/+3 |
* | Get trait assoc item resolution mostly working | Florian Diebold | 2019-11-01 | 1 | -8/+98 |
* | push name down to hir_expand | Aleksey Kladov | 2019-10-30 | 1 | -4/+2 |
* | remove forward pointer for type_ref | Aleksey Kladov | 2019-10-30 | 1 | -2/+1 |
* | remove forward pointer to Path | Aleksey Kladov | 2019-10-30 | 2 | -4/+8 |
* | remove forward pointer for name | Aleksey Kladov | 2019-10-30 | 1 | -1/+2 |
* | Bump deps | Laurențiu Nicola | 2019-10-17 | 1 | -1/+3 |
* | make_mut_slice | Shotaro Yamada | 2019-10-14 | 1 | -11/+7 |
* | Avoid cloning `Arc<[T]>` into a vec if possible | Shotaro Yamada | 2019-10-14 | 1 | -8/+15 |
* | Split up infer.rs further | Florian Diebold | 2019-10-12 | 3 | -0/+1174 |
* | Add SubstsBuilder | Florian Diebold | 2019-09-26 | 2 | -20/+14 |
* | Better handle never type and branch merging | uHOOCCOOHu | 2019-09-25 | 1 | -0/+1 |
* | Resolve trait associated items | Florian Diebold | 2019-09-25 | 1 | -4/+51 |
* | Split off path expression inference code into submodule | Florian Diebold | 2019-09-23 | 1 | -0/+195 |
* | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 1 | -1/+1 |
* | Unify `normalize` and `implements` to simplify code | Florian Diebold | 2019-07-08 | 1 | -20/+12 |
* | Use environment for associated type normalization as well | Florian Diebold | 2019-07-08 | 1 | -4/+8 |
* | Refactor a bit & introduce Environment struct | Florian Diebold | 2019-07-08 | 1 | -4/+16 |
* | add projection to infer for loop variable | Unreal Hoang | 2019-07-07 | 1 | -1/+28 |
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 1 | -2/+2 |
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -2/+2 |
* | Fix crash with int vars in canonicalization | Florian Diebold | 2019-05-21 | 1 | -1/+6 |
* | Handle recursive types in canonicalization | Florian Diebold | 2019-05-04 | 1 | -3/+13 |
* | Make canonicalization API a bit nicer | Florian Diebold | 2019-05-04 | 1 | -16/+40 |
* | Canonicalize before doing method resolution | Florian Diebold | 2019-05-04 | 1 | -8/+16 |
* | Implement Deref<Target=[Ty]> for Substs | Florian Diebold | 2019-05-04 | 1 | -1/+0 |
* | Chalk integration | Florian Diebold | 2019-05-04 | 1 | -0/+81 |