Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename shift_bound_vars{_out} to align with Chalk | Florian Diebold | 2021-04-05 | 1 | -9/+9 |
* | Get rid of subst_bound_vars uses | Florian Diebold | 2021-04-05 | 1 | -1/+1 |
* | Get rid of some walk_mut uses | Florian Diebold | 2021-04-05 | 1 | -4/+6 |
* | Add Interner parameter to Binders::substitute | Florian Diebold | 2021-04-05 | 1 | -4/+4 |
* | Binders::subst -> substitute | Florian Diebold | 2021-04-05 | 1 | -4/+4 |
* | Use VariableKinds in Binders | Florian Diebold | 2021-04-05 | 1 | -41/+41 |
* | Hide Binders internals more | Florian Diebold | 2021-04-05 | 1 | -10/+13 |
* | Pass interner to TraitRef::self_type_parameter | Laurențiu Nicola | 2021-04-05 | 1 | -1/+2 |
* | Rename TyKind::ForeignType to Foreign | Laurențiu Nicola | 2021-04-05 | 1 | -1/+1 |
* | Rename TyKind::Unknown to Error | Laurențiu Nicola | 2021-04-05 | 1 | -19/+19 |
* | Replace Substitution::type_params | Florian Diebold | 2021-04-04 | 1 | -3/+4 |
* | Replace Substitution::bound_vars and ::type_params_for_generics | Florian Diebold | 2021-04-04 | 1 | -16/+8 |
* | Use TyBuilder in another place | Florian Diebold | 2021-04-04 | 1 | -4/+3 |
* | Move Ty::builtin to TyBuilder | Florian Diebold | 2021-04-04 | 1 | -1/+1 |
* | Add TyBuilder::adt | Florian Diebold | 2021-04-04 | 1 | -4/+5 |
* | Use bitflags to compress function properties | Jonas Schievink | 2021-04-03 | 1 | -1/+1 |
* | Introduce `GenericArg` like in Chalk | Florian Diebold | 2021-04-03 | 1 | -8/+9 |
* | Merge #8284 | bors[bot] | 2021-04-02 | 1 | -1/+1 |
|\ | |||||
| * | Global TypeRef/TraitRef interning | Jonas Schievink | 2021-04-01 | 1 | -1/+1 |
* | | Don't allocate in `associated_type_shorthand_candidates` | Lukas Wirth | 2021-04-02 | 1 | -36/+33 |
* | | Resolve associated types with type anchors | Lukas Wirth | 2021-04-01 | 1 | -1/+1 |
|/ | |||||
* | Remove TraitRef::Error | Lukas Wirth | 2021-03-29 | 1 | -4/+1 |
* | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 1 | -1/+1 |
* | Lower traits to TraitRef instead of TypeRef | Lukas Wirth | 2021-03-29 | 1 | -7/+6 |
* | Fix chalk_ir assertion | Florian Diebold | 2021-03-24 | 1 | -4/+7 |
* | Correctly lower TraitRefs with default params | Lukas Wirth | 2021-03-22 | 1 | -8/+17 |
* | Use QuantifiedWhereClause in generic_predicates as well | Florian Diebold | 2021-03-21 | 1 | -12/+6 |
* | Introduce QuantifiedWhereClause and DynTy analogous to Chalk | Florian Diebold | 2021-03-21 | 1 | -19/+36 |
* | Merge #8133 | bors[bot] | 2021-03-21 | 1 | -6/+19 |
|\ | |||||
| * | Ignore type bindings in generic_predicates_for_param | Florian Diebold | 2021-03-21 | 1 | -6/+19 |
* | | remove more redundant clones (clippy::redundant_clone()) | Matthias Krüger | 2021-03-21 | 1 | -2/+1 |
|/ | |||||
* | Remove WhereClause::Error | Florian Diebold | 2021-03-20 | 1 | -5/+2 |
* | Rename GenericPredicate -> WhereClause | Florian Diebold | 2021-03-20 | 1 | -20/+17 |
* | Replace Projection variant in GenericPredicate with AliasEq | Lukas Wirth | 2021-03-19 | 1 | -5/+5 |
* | Chalkify TraitRef | Florian Diebold | 2021-03-18 | 1 | -11/+11 |
* | Rename Substs -> Substitution | Florian Diebold | 2021-03-16 | 1 | -21/+25 |
* | Use SmallVec for Substs | Florian Diebold | 2021-03-15 | 1 | -4/+5 |
* | Don't use Substs for Ref/Raw/Array/Slice | Florian Diebold | 2021-03-14 | 1 | -6/+4 |
* | Make Ty wrap TyKind in an Arc | Florian Diebold | 2021-03-14 | 1 | -1/+1 |
* | More renaming | Florian Diebold | 2021-03-14 | 1 | -2/+5 |
* | Use chalk_ir::FnSig | Florian Diebold | 2021-03-14 | 1 | -2/+2 |
* | Rename some fields to their Chalk names | Florian Diebold | 2021-03-14 | 1 | -6/+6 |
* | Move type lowering methods to TyLoweringContext | Florian Diebold | 2021-03-13 | 1 | -275/+235 |
* | Create TraitEnvironment through a query | Florian Diebold | 2021-03-13 | 1 | -44/+44 |
* | Use chalk_ir::OpaqueTyId | Florian Diebold | 2021-03-13 | 1 | -7/+5 |
* | Use chalk_ir::PlaceholderIndex | Florian Diebold | 2021-03-13 | 1 | -6/+11 |
* | Use chalk_ir::FnDefId | Florian Diebold | 2021-03-13 | 1 | -3/+12 |
* | Use chalk_ir::AssocTypeId | Florian Diebold | 2021-03-13 | 1 | -3/+7 |
* | Use chalk_ir::ForeignDefId | Florian Diebold | 2021-03-13 | 1 | -1/+1 |
* | Separate `Ty` and `TyKind` like in Chalk | Florian Diebold | 2021-03-13 | 1 | -51/+71 |