Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix typo | Jeremy A. Kolb | 2018-10-31 | 3 | -3/+3 | |
| | | ||||||
* | | Merge #176 | bors[bot] | 2018-10-31 | 13 | -111/+1334 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 176: Move completio to ra_analysis r=matklad a=matklad 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. Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Move completion to ra_analysis | Aleksey Kladov | 2018-10-31 | 5 | -13/+705 | |
| | | | | | | | | | | | | | | | | | | 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 | |
| |/ | ||||||
* / | Fix typos | Jeremy A. Kolb | 2018-10-31 | 1 | -2/+2 | |
|/ | ||||||
* | 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 | 2 | -4/+9 | |
|/ | ||||||
* | 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 | 7 | -58/+63 | |
| | ||||||
* | 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 | 1 | -3/+15 | |
| | ||||||
* | re-enable cancelation | Aleksey Kladov | 2018-10-25 | 1 | -8/+6 | |
| | ||||||
* | 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 | 3 | -11/+19 | |
| | ||||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 8 | -165/+268 | |
| | ||||||
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 4 | -6/+84 | |
| | ||||||
* | simplify roots | Aleksey Kladov | 2018-10-24 | 3 | -35/+18 | |
| | ||||||
* | Simplify | Aleksey Kladov | 2018-10-24 | 1 | -3/+3 | |
| | ||||||
* | make indexing parallel again | Aleksey Kladov | 2018-10-24 | 2 | -4/+5 | |
| | ||||||
* | Introduce ModuleId | Aleksey Kladov | 2018-10-23 | 9 | -437/+487 | |
| | | | | | | | 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. | |||||
* | 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 | 3 | -3/+3 | |
| | | | | | | | | 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 | 3 | -3/+3 | |
| | | ||||||
| * | 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 | 1 | -1/+0 | |
| | | ||||||
* | | Remove job handle | Aleksey Kladov | 2018-10-20 | 2 | -57/+0 | |
| | | ||||||
* | | 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 | 3 | -10/+10 | |
| | | ||||||
* | | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 2 | -0/+35 | |
|/ |