| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -2/+10 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -35/+21 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -54/+50 |
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -28/+60 |
* | do not use associated types placeholder for inlay hint #6191 | Benjamin Coenen | 2020-10-27 | 1 | -5/+21 |
* | Fix trait object hir formatting behind pointer and references | Lukas Wirth | 2020-10-06 | 1 | -6/+23 |
* | Update chalk to 0.27 and adapt to chalk changes. | Charles Lew | 2020-09-15 | 1 | -0/+9 |
* | Implement async blocks | oxalica | 2020-09-10 | 1 | -10/+18 |
* | display correctly 'impl Trait<T> + Trait<T>' #4814 | Benjamin Coenen | 2020-08-13 | 1 | -0/+1 |
* | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -0/+631 |