aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/scope/mod_scope.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add ModuleScope as a queryAleksey Kladov2018-10-301-0/+6
| | | | | | | This is a first step towards queryifing completion and resolve. Some code currently duplicates ra_editor: the plan is to move all completion from ra_editor, but it'll take more than one commit.
* Rename new to new_item (to match new_impl)Alan Du2018-10-221-9/+9
|
* Revert "clippy: Fix new_ret_no_self"Alan Du2018-10-201-9/+9
| | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d.
* clippy: Fix new_ret_no_selfAlan Du2018-10-181-9/+9
|
* Cargo FormatJeremy A. Kolb2018-10-161-22/+25
| | | | Run `cargo fmt` and ignore generated files
* rename all thingsAleksey Kladov2018-09-161-0/+115