| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix return type of Substitution::interned | Florian Diebold | 2021-04-07 | 1 | -1/+1 |
| * | InEnvironment::new takes a reference | Florian Diebold | 2021-04-07 | 1 | -1/+1 |
| * | Move hir_trait_id to extension trait | Florian Diebold | 2021-04-07 | 1 | -1/+2 |
* | | Move `equals_ctor` to `TyExt` | Florian Diebold | 2021-04-07 | 1 | -1/+2 |
|/ |
|
* | Remove Ty::substs{_mut} | Florian Diebold | 2021-04-07 | 2 | -3/+8 |
* | Remove `SolutionVariables`, add ConstrainedSubst analogous to Chalk | Florian Diebold | 2021-04-06 | 1 | -2/+9 |
* | Align `InferenceVar` to Chalk | Florian Diebold | 2021-04-06 | 1 | -12/+24 |
* | infer: remove `record_pat_field_resolutions` field | Jonas Schievink | 2021-04-06 | 1 | -6/+0 |
* | infer: remove `record_field_resolutions` field | Jonas Schievink | 2021-04-06 | 2 | -9/+6 |
* | Merge #8364 | bors[bot] | 2021-04-06 | 2 | -4/+10 |
|\ |
|
| * | Use Box'es to reduce the size of hir_def::expr::Pat from 112 to 64 bytes on 6... | Alexandru Macovei | 2021-04-06 | 1 | -2/+2 |
| * | Use Box'es to reduce size of hir_def::expr::Expr from 128 to 72 bytes (on 64b... | Alexandru Macovei | 2021-04-06 | 1 | -2/+8 |
* | | Move Ty accessors to TyExt | Lukas Wirth | 2021-04-06 | 4 | -4/+7 |
* | | Add chalk_ir::Const to TyKind::Array | Lukas Wirth | 2021-04-06 | 3 | -10/+16 |
* | | Use a constructor function for Static lifetimes | Lukas Wirth | 2021-04-06 | 2 | -22/+14 |
* | | Add Lifetime to TyKind::Ref | Lukas Wirth | 2021-04-06 | 4 | -18/+32 |
|/ |
|
* | Fix shifting of binders in FnPointer | Florian Diebold | 2021-04-05 | 1 | -2/+4 |
* | Align FnPointer with Chalk | Florian Diebold | 2021-04-05 | 2 | -7/+7 |
* | Substitution::prefix -> subst_prefix | Florian Diebold | 2021-04-05 | 1 | -2/+4 |
* | Substitution::single -> from1 | Florian Diebold | 2021-04-05 | 1 | -2/+4 |
* | Move ProjectionTy methods to extension trait | Florian Diebold | 2021-04-05 | 1 | -2/+2 |
* | Get rid of subst_bound_vars uses | Florian Diebold | 2021-04-05 | 1 | -3/+3 |
* | Get rid of some walk_mut uses | Florian Diebold | 2021-04-05 | 1 | -6/+9 |
* | Add Interner parameter to Binders::substitute | Florian Diebold | 2021-04-05 | 3 | -12/+18 |
* | Binders::subst -> substitute | Florian Diebold | 2021-04-05 | 3 | -10/+10 |
* | Use VariableKinds in Binders | Florian Diebold | 2021-04-05 | 1 | -2/+2 |
* | Rename TyKind::Unknown to Error | Laurențiu Nicola | 2021-04-05 | 2 | -4/+4 |
* | Move things from `traits` module to `types` as well | Florian Diebold | 2021-04-04 | 2 | -4/+4 |
* | Move things in hir_ty into submodules | Florian Diebold | 2021-04-04 | 4 | -9/+5 |
* | Replace Substitution::bound_vars and ::type_params_for_generics | Florian Diebold | 2021-04-04 | 1 | -1/+1 |
* | Replace last uses of SubstsBuilder by TyBuilder | Florian Diebold | 2021-04-04 | 3 | -14/+7 |
* | Some more TyBuilder use | Florian Diebold | 2021-04-04 | 1 | -29/+25 |
* | Replace remaining uses of Substitution::build_for_def | Florian Diebold | 2021-04-04 | 2 | -5/+2 |
* | More TyBuilder use | Florian Diebold | 2021-04-04 | 1 | -12/+9 |
* | Add and start using TraitRef and ProjectionTy builders | Florian Diebold | 2021-04-04 | 1 | -12/+4 |
* | Add TyBuilder::adt | Florian Diebold | 2021-04-04 | 2 | -36/+17 |
* | Move Ty::fn_ptr to TyBuilder | Florian Diebold | 2021-04-04 | 1 | -4/+5 |
* | Add TyBuilder::unit() and TyExt::is_unit() | Florian Diebold | 2021-04-04 | 1 | -11/+11 |
* | Rename Ty::interned to Ty::kind | Florian Diebold | 2021-04-03 | 5 | -19/+19 |
* | Introduce `GenericArg` like in Chalk | Florian Diebold | 2021-04-03 | 5 | -46/+58 |
* | Don't recheck obligations if we have learned nothing new | Florian Diebold | 2021-04-01 | 3 | -5/+11 |
* | internal: ensure that runaway type-inference doesn't block the main loop | Aleksey Kladov | 2021-03-29 | 1 | -0/+2 |
* | Merge #8201 | bors[bot] | 2021-03-27 | 1 | -0/+1 |
|\ |
|
| * | Fix recursive macro statement expansion | Edwin Cheng | 2021-03-25 | 1 | -0/+1 |
* | | completion relevance consider if types can be unified | Josh Mcguigan | 2021-03-26 | 1 | -0/+4 |
|/ |
|
* | Merge #7907 | bors[bot] | 2021-03-24 | 2 | -12/+34 |
|\ |
|
| * | hir_ty: don't call write_field_resolution when field candidate isn't visible | cynecx | 2021-03-24 | 1 | -6/+4 |
| * | hir_ty: introduce visible_from_module param into method resolution | cynecx | 2021-03-20 | 2 | -0/+2 |
| * | hir_ty: check field visibility while iterating through autoderef candidates | cynecx | 2021-03-20 | 1 | -14/+36 |
* | | Merge #8139 | bors[bot] | 2021-03-22 | 3 | -30/+43 |
|\ \ |
|