aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/semantics.rs
Commit message (Expand)AuthorAgeFilesLines
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-11/+11
* Restore cargo-fmt gatingAleksey Kladov2020-03-131-2/+2
* fix issue 3444Josh Mcguigan2020-03-131-1/+7
* Move hypothetical expansion to hir_expandFlorian Diebold2020-03-081-21/+3
* Try to complete within macrosFlorian Diebold2020-03-071-2/+53
* Move PathResolutionAleksey Kladov2020-03-051-2/+15
* Remove old find refs infraAleksey Kladov2020-03-041-7/+1
* More principled approach for gotodef for field shorhandAleksey Kladov2020-03-021-2/+5
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-1/+1
* Handle tuple fields as wellAleksey Kladov2020-02-291-0/+1
* Simplify SourceBinderAleksey Kladov2020-02-291-61/+40
* Reduce visibilityAleksey Kladov2020-02-281-1/+1
* Merge #3367bors[bot]2020-02-281-2/+6
|\
| * Fix highlighting of const patternsAleksey Kladov2020-02-281-2/+6
* | Simpilfy origin_range logicEdwin Cheng2020-02-281-38/+27
|/
* Use text_range::extend_toEdwin Cheng2020-02-271-10/+3
* Skip trival token in original_rangeEdwin Cheng2020-02-261-5/+7
* Remove duplicate commentEdwin Cheng2020-02-261-1/+0
* Add recursive support in original_rangeEdwin Cheng2020-02-261-14/+37
* Reduce visibilityAleksey Kladov2020-02-261-6/+66
* Refactor primary IDE APIAleksey Kladov2020-02-261-0/+335