Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #8813 | bors[bot] | 2021-05-16 | 1 | -20/+12 |
|\ | |||||
| * | Address final feedback | Jade | 2021-05-16 | 1 | -3/+2 |
| * | Add more tests, refactor array lengths/consteval work | Jade | 2021-05-14 | 1 | -33/+8 |
| * | Add support for lengths in array repeats, if they are literals | Jade | 2021-05-13 | 1 | -6/+16 |
| * | Support length for ByteStrings | Jade | 2021-05-13 | 1 | -6/+14 |
| * | Add lowering of array lengths in types | Jade | 2021-05-13 | 1 | -4/+4 |
* | | Fix false positive "Missing match arm". | Dawer | 2021-05-14 | 1 | -4/+5 |
|/ | |||||
* | Merge #8799 | bors[bot] | 2021-05-12 | 1 | -6/+20 |
|\ | |||||
| * | address review by @eddyb | Jade | 2021-05-11 | 1 | -1/+1 |
| * | Add basic support for array lengths in types | Jade | 2021-05-11 | 1 | -6/+20 |
* | | Fix inference with conditionally compiled tails | Daniel McNab | 2021-05-03 | 1 | -1/+1 |
|/ | |||||
* | fix: closure unify without check ClosureId | Comonad | 2021-04-29 | 1 | -0/+4 |
* | Move ToChalk -> mapping | Florian Diebold | 2021-04-09 | 1 | -1/+1 |
* | Reorganize hir_ty modules | Florian Diebold | 2021-04-09 | 1 | -1/+2 |
* | Cleanup | Florian Diebold | 2021-04-08 | 1 | -1/+5 |
* | Intern Substitutions | Florian Diebold | 2021-04-08 | 3 | -4/+4 |
* | Remove unused | Florian Diebold | 2021-04-08 | 3 | -4/+3 |
* | Fix `Canonicalized::apply_solution` | Florian Diebold | 2021-04-08 | 1 | -13/+16 |
* | Fix missing match arms | Florian Diebold | 2021-04-08 | 1 | -0/+1 |
* | Fix remaining `interned_mut` call | Florian Diebold | 2021-04-08 | 1 | -4/+6 |
* | Replace remaining `fold` calls | Florian Diebold | 2021-04-08 | 1 | -49/+62 |
* | Replace some `fold` calls | Florian Diebold | 2021-04-08 | 1 | -15/+4 |
* | Fix shifted_{in,out} calls | Florian Diebold | 2021-04-08 | 1 | -1/+1 |
* | Add HasInterner bounds | Florian Diebold | 2021-04-08 | 1 | -4/+12 |
* | Merge #8409 | bors[bot] | 2021-04-07 | 3 | -3/+4 |
|\ | |||||
| * | 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 |