Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 6 | -63/+711 |
| | | | | | | While we should handle completion for isolated file, it's better achieved by using empty Analysis, rather than working only with &File: we need memoization for type inference even inside a single file. | ||||
* | move resolve local name | Aleksey Kladov | 2018-10-31 | 4 | -11/+29 |
| | |||||
* | Move FnDescriptors to analyzer | Aleksey Kladov | 2018-10-31 | 12 | -97/+610 |
| | |||||
* | Merge #171 | bors[bot] | 2018-10-30 | 6 | -22/+215 |
|\ | | | | | | | | | | | | | | | 171: Query-based module scopes r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Add ModuleScope as a query | Aleksey Kladov | 2018-10-30 | 6 | -22/+215 |
| | | | | | | | | | | | | | | 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. | ||||
* | | :arrow_up: salsa | Aleksey Kladov | 2018-10-30 | 3 | -5/+10 |
|/ | |||||
* | Merge #168 | bors[bot] | 2018-10-30 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | 168: Fix param number r=matklad a=kjeremy Fixes the parameter number if we are not in a method Co-authored-by: Jeremy A. Kolb <[email protected]> | ||||
| * | Fix param number | Jeremy A. Kolb | 2018-10-30 | 1 | -1/+1 |
| | | |||||
* | | switch to TextRange::subrange | Aleksey Kladov | 2018-10-30 | 1 | -2/+1 |
| | | |||||
* | | introduce syntax-ptr | Aleksey Kladov | 2018-10-30 | 2 | -0/+68 |
|/ | |||||
* | gc syntax trees | Aleksey Kladov | 2018-10-29 | 1 | -2/+3 |
| | |||||
* | Index files in parallel | Aleksey Kladov | 2018-10-29 | 1 | -9/+13 |
| | |||||
* | restore symbols filtering | Aleksey Kladov | 2018-10-25 | 1 | -5/+8 |
| | |||||
* | Move input to top-level | Aleksey Kladov | 2018-10-25 | 8 | -59/+64 |
| | |||||
* | Remove unneded Hash | Aleksey Kladov | 2018-10-25 | 1 | -14/+1 |
| | |||||
* | dead code | Aleksey Kladov | 2018-10-25 | 1 | -116/+0 |
| | |||||
* | dead code | Aleksey Kladov | 2018-10-25 | 1 | -22/+0 |
| | |||||
* | Encapsulate CrateGraph a bit | Aleksey Kladov | 2018-10-25 | 3 | -12/+21 |
| | |||||
* | re-enable cancelation | Aleksey Kladov | 2018-10-25 | 2 | -9/+7 |
| | |||||
* | use correct file when resolving callables | Aleksey Kladov | 2018-10-25 | 1 | -2/+3 |
| | |||||
* | disable cancelation | Aleksey Kladov | 2018-10-25 | 1 | -6/+8 |
| | |||||
* | Improve logging | Aleksey Kladov | 2018-10-25 | 4 | -11/+20 |
| | |||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 9 | -172/+281 |
| | |||||
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 5 | -6/+98 |
| | |||||
* | simplify roots | Aleksey Kladov | 2018-10-24 | 4 | -38/+18 |
| | |||||
* | Simplify | Aleksey Kladov | 2018-10-24 | 1 | -3/+3 |
| | |||||
* | make indexing parallel again | Aleksey Kladov | 2018-10-24 | 2 | -4/+5 |
| | |||||
* | revive the test | Aleksey Kladov | 2018-10-24 | 1 | -6/+6 |
| | |||||
* | Merge #157 | bors[bot] | 2018-10-23 | 10 | -443/+493 |
|\ | | | | | | | | | | | | | | | | | | | | | 157: Introduce ModuleId r=matklad a=matklad Previously, module was synonym with a file, and so a module could have had several parents. This commit introduces a separate module concept, such that each module has only one parent, but a single file can correspond to different modules. Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 10 | -443/+493 |
| | | | | | | | | | | | | | | Previously, module was synonym with a file, and so a module could have had several parents. This commit introduces a separate module concept, such that each module has only one parent, but a single file can correspond to different modules. | ||||
* | | Cargo Update run | Jeremy A. Kolb | 2018-10-23 | 1 | -1/+1 |
|/ | | | | | | | Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too | ||||
* | Merge #138 | bors[bot] | 2018-10-22 | 3 | -6/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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]> | ||||
| * | Revert "clippy: Fix new_ret_no_self" | Alan Du | 2018-10-20 | 4 | -5/+5 |
| | | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d. | ||||
| * | Fix function calls | Alan Du | 2018-10-18 | 2 | -3/+2 |
| | | |||||
| * | clippy: needless_lifetimes | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | |||||
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 4 | -5/+5 |
| | | |||||
| * | Silence clippy::derive_hash_xor_eq | Alan Du | 2018-10-18 | 1 | -1/+7 |
| | | | | | | | | Manually implement PartialEq | ||||
| * | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 1 | -1/+1 |
| | | |||||
* | | cleanup | Aleksey Kladov | 2018-10-20 | 2 | -2/+0 |
| | | |||||
* | | Remove job handle | Aleksey Kladov | 2018-10-20 | 3 | -58/+0 |
| | | |||||
* | | Fix tests | Aleksey Kladov | 2018-10-20 | 1 | -17/+14 |
| | | |||||
* | | use pythonic import order | Aleksey Kladov | 2018-10-20 | 3 | -8/+11 |
| | | | | | | | | | | | | | | | | use std // blank line use extern crates // blank line use crate::{} | ||||
* | | actually check for cancelation | Aleksey Kladov | 2018-10-20 | 3 | -7/+20 |
| | | |||||
* | | make file-symbols query cancelable | Aleksey Kladov | 2018-10-20 | 4 | -40/+48 |
| | | |||||
* | | mark module queries as cacelable | Aleksey Kladov | 2018-10-20 | 4 | -29/+31 |
| | | |||||
* | | make more things cancelable | Aleksey Kladov | 2018-10-20 | 2 | -15/+14 |
| | | |||||
* | | remove job tokens | Aleksey Kladov | 2018-10-20 | 3 | -35/+30 |
| | | |||||
* | | make parent module cancelable | Aleksey Kladov | 2018-10-20 | 2 | -5/+15 |
| | | |||||
* | | introduce cancelable | Aleksey Kladov | 2018-10-20 | 1 | -0/+5 |
| | | |||||
* | | update salsa | Aleksey Kladov | 2018-10-20 | 4 | -11/+11 |
| | |