aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/path/lower.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge #4234bors[bot]2020-05-021-0/+15
|\
| * Test whether it is bang macro properlyEdwin Cheng2020-05-021-8/+6
| * Support local_inner_macrosEdwin Cheng2020-05-011-1/+18
* | Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-8/+15
|/
* Implement inline associated type boundsFlorian Diebold2020-04-131-5/+16
* Add _token suffix to token accessorsAleksey Kladov2020-04-091-1/+1
* Provide more complete AST accessors to support usage in rustcLuca Barbieri2020-04-091-1/+1
* Reformat?Aleksey Kladov2020-03-021-5/+1
* fix completion for super::super::Josh Mcguigan2020-03-011-2/+6
* Forbid <T>::foo syntax in mod pathsAleksey Kladov2019-12-181-2/+4
* Refactor PathKindAleksey Kladov2019-12-171-2/+2
* Use different types for path with and without genericsAleksey Kladov2019-12-141-0/+176