aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/type_ref.rs
Commit message (Collapse)AuthorAgeFilesLines
* Thread varargs through r-aJonas Schievink2020-07-141-3/+10
|
* Support raw_ref_op's raw reference operatorrobojumper2020-05-281-0/+16
|
* Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-21/+31
|
* Implement inline associated type boundsFlorian Diebold2020-04-131-2/+10
| | | | | | | Like `Iterator<Item: SomeTrait>`. This is an unstable feature, but it's used in the standard library e.g. in the definition of Flatten, so we can't get away with not implementing it :)
* Simpler acessors for keywordsAleksey Kladov2020-04-091-2/+2
|
* Be consistent about token accesorsAleksey Kladov2020-04-091-2/+2
|
* Fix inference of function pointer return typesLaurențiu Nicola2020-04-051-1/+5
|
* FormattingFlorian Diebold2020-02-071-3/+1
|
* wip lower impl trait to type argsFlorian Diebold2020-02-071-0/+44
|
* Reduce visibilityAleksey Kladov2019-11-241-4/+4
|
* move raw_items to hir_defAleksey Kladov2019-10-301-0/+162