| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide `-> ()` in Fn traits | Florian Diebold | 2021-05-25 | 1 | -2/+4 |
* | internal: intern `TypeBound`s | Jonas Schievink | 2021-05-24 | 1 | -0/+7 |
* | Add lowering of array lengths in types | Jade | 2021-05-13 | 1 | -3/+2 |
* | Add basic support for array lengths in types | Jade | 2021-05-11 | 1 | -1/+1 |
* | Reuse database in LowerCtx | Jonas Schievink | 2021-05-06 | 1 | -1/+1 |
* | Don't store call-site text offsets in hygiene info | Jonas Schievink | 2021-05-06 | 1 | -2/+2 |
* | hir_ty: deal with TypeRef::Macro in HirFormatter | cynecx | 2021-04-17 | 1 | -2/+15 |
* | hir_ty: Expand macros at type position | cynecx | 2021-04-17 | 1 | -1/+1 |
* | More cleanups / module docs | Florian Diebold | 2021-04-09 | 1 | -1/+3 |
* | Move ToChalk -> mapping | Florian Diebold | 2021-04-09 | 1 | -5/+5 |
* | Reorganize hir_ty modules | Florian Diebold | 2021-04-09 | 1 | -1/+1 |
* | Intern Substitutions | Florian Diebold | 2021-04-08 | 1 | -10/+10 |
* | Fix missing match arms | Florian Diebold | 2021-04-08 | 1 | -2/+16 |
* | Fix return type of Substitution::interned | Florian Diebold | 2021-04-07 | 1 | -1/+1 |
* | Fix return type of `self_type_parameter` | Florian Diebold | 2021-04-07 | 1 | -2/+2 |
* | Move hir_trait_id to extension trait | Florian Diebold | 2021-04-07 | 1 | -1/+1 |
* | Change TraitRef::hir_fmt_ext to free-standing function | Florian Diebold | 2021-04-07 | 1 | -20/+18 |
* | Panic when creating a HirDisplayWrapper with DisplayTarget::SourceCode | Lukas Wirth | 2021-04-06 | 1 | -1/+5 |
* | Don't use HirDisplayWrapper when displaying SourceCode | Lukas Wirth | 2021-04-06 | 1 | -31/+12 |
* | Add chalk_ir::Const to TyKind::Array | Lukas Wirth | 2021-04-06 | 1 | -10/+36 |
* | Add Lifetime to TyKind::Ref | Lukas Wirth | 2021-04-06 | 1 | -1/+1 |
* | Substitution::prefix -> subst_prefix | Florian Diebold | 2021-04-05 | 1 | -4/+6 |
* | Move ProjectionTy methods to extension trait | Florian Diebold | 2021-04-05 | 1 | -1/+2 |
* | Replace unused hir_ty::Lifetime with chalk equivalents | Lukas Wirth | 2021-04-05 | 1 | -8/+31 |
* | Add Interner parameter to Binders::substitute | Florian Diebold | 2021-04-05 | 1 | -6/+6 |
* | Binders::subst -> substitute | Florian Diebold | 2021-04-05 | 1 | -6/+6 |
* | Hide Binders internals more | Florian Diebold | 2021-04-05 | 1 | -3/+3 |
* | Pass interner to TraitRef::self_type_parameter | Laurențiu Nicola | 2021-04-05 | 1 | -15/+16 |
* | Pass interner to ProjectionTy::self_type_parameter | Laurențiu Nicola | 2021-04-05 | 1 | -2/+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 | -2/+2 |
* | Move things in hir_ty into submodules | Florian Diebold | 2021-04-04 | 1 | -10/+10 |
* | Replace Substitution::type_params | Florian Diebold | 2021-04-04 | 1 | -2/+1 |
* | Replace Substitution::bound_vars and ::type_params_for_generics | Florian Diebold | 2021-04-04 | 1 | -2/+2 |
* | Add TyBuilder::unit() and TyExt::is_unit() | Florian Diebold | 2021-04-04 | 1 | -3/+4 |
* | Rename Ty::interned to Ty::kind | Florian Diebold | 2021-04-03 | 1 | -4/+4 |
* | Introduce `GenericArg` like in Chalk | Florian Diebold | 2021-04-03 | 1 | -24/+37 |
* | Use arrayvec 0.6 | Laurențiu Nicola | 2021-03-25 | 1 | -4/+2 |
* | Merge #8144 | bors[bot] | 2021-03-22 | 1 | -0/+6 |
|\ |
|
| * | bail out early for source code closures | hi-rustin | 2021-03-22 | 1 | -0/+6 |
* | | Use QuantifiedWhereClause in generic_predicates as well | Florian Diebold | 2021-03-21 | 1 | -10/+2 |
* | | Introduce QuantifiedWhereClause and DynTy analogous to Chalk | Florian Diebold | 2021-03-21 | 1 | -16/+32 |
* | | Ignore type bindings in generic_predicates_for_param | Florian Diebold | 2021-03-21 | 1 | -6/+15 |
|/ |
|
* | Turn Obligation into something similar to chalk_ir::DomainGoal | Florian Diebold | 2021-03-20 | 1 | -15/+5 |
* | Remove WhereClause::Error | Florian Diebold | 2021-03-20 | 1 | -11/+1 |
* | Rename GenericPredicate -> WhereClause | Florian Diebold | 2021-03-20 | 1 | -16/+13 |
* | Replace Projection variant in GenericPredicate with AliasEq | Lukas Wirth | 2021-03-19 | 1 | -22/+36 |
* | Chalkify TraitRef | Florian Diebold | 2021-03-18 | 1 | -7/+7 |
* | Rename Substs -> Substitution | Florian Diebold | 2021-03-16 | 1 | -2/+2 |
* | Impl HirDisplay for function hover message | oxalica | 2021-03-15 | 1 | -8/+195 |