aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/src/display.rs
Commit message (Expand)AuthorAgeFilesLines
* Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-131-25/+75
* Rename expr -> tail_exprAleksey Kladov2021-01-051-1/+1
* Impl hovering for TypeParamsLukas Wirth2021-01-041-1/+1
* Merge #6845bors[bot]2020-12-121-1/+9
|\
| * Don't HirDisplay unknown types when displaying for sourceLukas Wirth2020-12-121-1/+9
* | Add Lifetimes to the HIRLukas Wirth2020-12-111-1/+14
|/
* Implement HirDisplay for FnSigJonas Schievink2020-12-091-20/+23
* refactor(hir_ty): do not override DisplayTarget in hir_fmtBenjamin Coenen2020-10-281-45/+68
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-2/+10
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-35/+21
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-54/+50
* do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-281-28/+60
* do not use associated types placeholder for inlay hint #6191Benjamin Coenen2020-10-271-5/+21
* Fix trait object hir formatting behind pointer and referencesLukas Wirth2020-10-061-6/+23
* Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-151-0/+9
* Implement async blocksoxalica2020-09-101-10/+18
* display correctly 'impl Trait<T> + Trait<T>' #4814Benjamin Coenen2020-08-131-0/+1
* Rename ra_hir_ty -> hir_tyAleksey Kladov2020-08-131-0/+631