aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion/completion_context.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-4/+4
|
* Refactor primary IDE APIAleksey Kladov2020-02-261-27/+38
| | | | | | | | | | This introduces the new type -- Semantics. Semantics maps SyntaxNodes to various semantic info, such as type, name resolution or macro expansions. To do so, Semantics maintains a HashMap which maps every node it saw to the file from which the node originated. This is enough to get all the necessary hir bits just from syntax.
* Merge branch 'master' into kdelorey/complete-trait-implKevin DeLorey2020-02-091-3/+4
|\
| * cleanup importsAleksey Kladov2020-02-061-3/+4
| |
* | Got the magic completion working.Kevin DeLorey2020-02-081-0/+9
|/
* Create modules via SourceBinderAleksey Kladov2020-01-161-7/+3
|
* Remove imports from hirAleksey Kladov2019-12-211-0/+4
|
* Revert "Merge #2629"Aleksey Kladov2019-12-211-4/+0
| | | | | This reverts commit cdc9d682b066b110e0a44e5f8f1c574b38c16ba9, reversing changes made to 90ef070db3dce0a7acb9cd11d0b0d72de13c9d79.
* Remove hir for importsAleksey Kladov2019-12-211-0/+4
|
* Clippy lintskjeremy2019-12-201-9/+8
|
* Use different types for path with and without genericsAleksey Kladov2019-12-141-4/+3
|
* Rename Source -> InFileAleksey Kladov2019-11-281-2/+2
|
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-0/+274