Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Use Chalk Environment more directly | Florian Diebold | 2021-03-12 | 1 | -8/+23 | |
* | Delete `ContainerId` | Jonas Schievink | 2021-03-09 | 1 | -2/+2 | |
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -3/+2 | |
* | Use chalk_ir::AdtId | Lukas Wirth | 2021-03-04 | 1 | -1/+1 | |
* | Use chalk_ir::Mutability | Lukas Wirth | 2021-03-01 | 1 | -2/+10 | |
* | Introduce Ty::Alias | Lukas Wirth | 2021-03-01 | 1 | -16/+19 | |
* | Lift FnPointer into a struct | Lukas Wirth | 2021-02-28 | 1 | -8/+12 | |
* | Remove Substs from Ty::ForeignType | Lukas Wirth | 2021-02-28 | 1 | -2/+2 | |
* | Turn Ty::Tuple variant into a tuple-variant | Lukas Wirth | 2021-02-28 | 1 | -1/+1 | |
* | Inline TypeCtor into Ty | Lukas Wirth | 2021-02-28 | 1 | -20/+13 | |
* | Don't lower TypeBound::Lifetime as GenericPredicate::Error | Lukas Wirth | 2021-02-20 | 1 | -18/+16 | |
* | Wrap `BuiltinType` in code model | Jonas Schievink | 2021-02-11 | 1 | -13/+1 | |
* | Make `ModuleId`'s `krate` field private | Jonas Schievink | 2021-01-22 | 1 | -1/+1 | |
* | Remove map module from la-arena public API | Aramis Razzaghipour | 2021-01-15 | 1 | -1/+1 | |
* | prepare to publish el libro de arena | Aleksey Kladov | 2021-01-14 | 1 | -1/+1 | |
* | Fixed typos in local bindings | Vincent Esche | 2021-01-09 | 1 | -3/+3 | |
* | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 1 | -3/+12 | |
* | Higher-ranked trait bounds for where clauses | Lukas Wirth | 2020-12-17 | 1 | -9/+9 | |
* | Ignore lifetime params in substitutions | Lukas Wirth | 2020-12-13 | 1 | -1/+7 | |
* | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -26/+40 | |
* | Use Ty::apply instead of simple and fix method resolution. | Charles Lew | 2020-09-16 | 1 | -5/+5 | |
* | Lower extern type alias as foreign opaque type. | Charles Lew | 2020-09-16 | 1 | -2/+6 |