Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | Doesn't help as much as I hoped, but it helps a bit and I also did some refactorings that were necessary anyway. | |||||
* | 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 | |
| | | | | | | | | ... like it will be in Chalk. We still keep `interned_mut` and `into_inner` methods that will probably not exist with Chalk. This worsens performance slightly (5ginstr inference on RA), but doesn't include other simplifications we can do yet. | |||||
* | 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 | |
| | | | | | Currently `Ty` just wraps `TyKind`, but this allows us to change most places to already use `intern` / `interned`. | |||||
* | 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 | |
| | | | | | | It’s unlikely that more items will be added to the module, so it’s simpler for users if `ArenaMap` is re-exported and the module made private. | |||||
* | 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 | |
| | ||||||
* | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -0/+1242 | |