| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't use Substs for Ref/Raw/Array/Slice | Florian Diebold | 2021-03-14 | 1 | -6/+3 |
* | More renaming | Florian Diebold | 2021-03-14 | 1 | -2/+5 |
* | Rename some fields to their Chalk names | Florian Diebold | 2021-03-14 | 1 | -8/+8 |
* | Use chalk_ir::OpaqueTyId | Florian Diebold | 2021-03-13 | 1 | -18/+24 |
* | Use chalk_ir::PlaceholderIndex | Florian Diebold | 2021-03-13 | 1 | -7/+8 |
* | Use chalk_ir::FnDefId | Florian Diebold | 2021-03-13 | 1 | -4/+5 |
* | Use chalk_ir::AssocTypeId | Florian Diebold | 2021-03-13 | 1 | -10/+18 |
* | Use chalk_ir::ForeignDefId | Florian Diebold | 2021-03-13 | 1 | -4/+4 |
* | Separate `Ty` and `TyKind` like in Chalk | Florian Diebold | 2021-03-13 | 1 | -57/+59 |
* | Delete `ContainerId` | Jonas Schievink | 2021-03-09 | 1 | -2/+2 |
* | Use chalk_ir::AdtId | Lukas Wirth | 2021-03-04 | 1 | -10/+11 |
* | Use chalk_ir::Mutability | Lukas Wirth | 2021-03-01 | 1 | -2/+17 |
* | Introduce Ty::Alias | Lukas Wirth | 2021-03-01 | 1 | -9/+10 |
* | Being Ty::InferenceVar closes to chalk equivalent | Lukas Wirth | 2021-03-01 | 1 | -1/+1 |
* | Lift FnPointer into a struct | Lukas Wirth | 2021-02-28 | 1 | -6/+6 |
* | Remove Substs from Ty::ForeignType | Lukas Wirth | 2021-02-28 | 1 | -6/+1 |
* | Turn Ty::Tuple variant into a tuple-variant | Lukas Wirth | 2021-02-28 | 1 | -1/+1 |
* | Fix code_model::Type::walk not walking all types | Lukas Wirth | 2021-02-28 | 1 | -13/+14 |
* | Inline TypeCtor into Ty | Lukas Wirth | 2021-02-28 | 1 | -92/+72 |
* | Use chalk_ir::Scalar directly | Lukas Wirth | 2021-02-28 | 1 | -6/+8 |
* | Introduce TypeCtor::Scalar | Lukas Wirth | 2021-02-28 | 1 | -5/+7 |
* | Don't write trailing whitespace when formatting empty GenericPredicates | Lukas Wirth | 2021-02-20 | 1 | -9/+20 |
* | Make `ModuleId`'s `krate` field private | Jonas Schievink | 2021-01-22 | 1 | -1/+1 |
* | Render Fn* trait objects and impl types as rust does | Lukas Wirth | 2021-01-13 | 1 | -25/+75 |
* | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -1/+1 |
* | Impl hovering for TypeParams | Lukas Wirth | 2021-01-04 | 1 | -1/+1 |
* | Merge #6845 | bors[bot] | 2020-12-12 | 1 | -1/+9 |
|\ |
|
| * | Don't HirDisplay unknown types when displaying for source | Lukas Wirth | 2020-12-12 | 1 | -1/+9 |
* | | Add Lifetimes to the HIR | Lukas Wirth | 2020-12-11 | 1 | -1/+14 |
|/ |
|
* | Implement HirDisplay for FnSig | Jonas Schievink | 2020-12-09 | 1 | -20/+23 |
* | refactor(hir_ty): do not override DisplayTarget in hir_fmt | Benjamin Coenen | 2020-10-28 | 1 | -45/+68 |