Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 6845: Don't HirDisplay unknown types when displaying for source r=Veykril a=Veykril Was wondering why the add missing impl assist didn't do anything here: ![Code_JCA1Qo0V9P](https://user-images.githubusercontent.com/3757771/101990300-7af44a80-3ca6-11eb-8431-e5eb4de4e78c.png) Turns out me forgetting to set the Index::Idx type in the trait causes RA to panic due to it trying to to create an unparsable type in the `make` module. Now we get this instead which imo is definitely better to have. ![Code_MUFPJUCULY](https://user-images.githubusercontent.com/3757771/101990347-c9094e00-3ca6-11eb-9c6a-146bddf64b7c.png) Co-authored-by: Lukas Wirth <[email protected]> | ||||
| * | 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 |
| | | | | This could be useful for diagnostics, but isn't used right now | ||||
* | refactor(hir_ty): do not override DisplayTarget in hir_fmt | Benjamin Coenen | 2020-10-28 | 1 | -45/+68 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -2/+10 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -35/+21 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -54/+50 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | do not use associated types placeholder for inlay hint | Benjamin Coenen | 2020-10-28 | 1 | -28/+60 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | do not use associated types placeholder for inlay hint #6191 | Benjamin Coenen | 2020-10-27 | 1 | -5/+21 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | 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 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -0/+631 |