aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/scope
Commit message (Collapse)AuthorAgeFilesLines
* remove old completionAleksey Kladov2018-10-313-494/+0
|
* move resolve local nameAleksey Kladov2018-10-312-74/+1
|
* Move FnDescriptors to analyzerAleksey Kladov2018-10-311-1/+2
|
* 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.
* Merge #138bors[bot]2018-10-221-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | 138: Fix some clippy lints r=matklad a=alanhdu I went ahead and fixed all the clippy lints (there were a couple I thought would be better unfixed and added `cfg` statements to allow them) and also re-enabled clippy and rustfmt in CI. They were disabled with `no time to explain, disable clippy checks`, so hopefully this won't go against whatever the reason at the time was :laughing:. One question about the CI though: right now, it's an allowed failure that runs against the latest nightly each time. Would it be better to pin it to a specific nightly (or use the `beta` versions) to lower the churn? Co-authored-by: Alan Du <[email protected]>
| * 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-202-11/+11
| | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d.
| * clippy: Fix new_ret_no_selfAlan Du2018-10-182-11/+11
| |
* | Implement Find All References for local variablesJeremy A. Kolb2018-10-181-1/+0
|/
* Cargo FormatJeremy A. Kolb2018-10-163-79/+121
| | | | Run `cargo fmt` and ignore generated files
* switch editor to 2018Aleksey Kladov2018-10-151-2/+2
|
* Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-111-8/+6
|
* Simplify event processingAleksey Kladov2018-10-081-4/+5
|
* Remove functional noopJeremy A. Kolb2018-10-061-8/+0
|
* Resolve local names firstJeremy A. Kolb2018-10-061-6/+5
|
* WIP: This doesn't currently work but I also don't think it's the right ↵Jeremy A. Kolb2018-10-051-1/+1
| | | | abstraction
* Add resolve_local_name to resolve names in a function scopeJeremy A. Kolb2018-10-051-2/+79
|
* make ancestors and descendants inherentAleksey Kladov2018-10-021-3/+3
|
* rename all thingsAleksey Kladov2018-09-163-0/+452