Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Encapsulate CrateGraph a bit | Aleksey Kladov | 2018-10-25 | 4 | -18/+24 | |
| | ||||||
* | re-enable cancelation | Aleksey Kladov | 2018-10-25 | 2 | -9/+7 | |
| | ||||||
* | use correct file when resolving callables | Aleksey Kladov | 2018-10-25 | 2 | -4/+14 | |
| | ||||||
* | disable cancelation | Aleksey Kladov | 2018-10-25 | 1 | -6/+8 | |
| | ||||||
* | Improve logging | Aleksey Kladov | 2018-10-25 | 5 | -15/+36 | |
| | ||||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 11 | -199/+337 | |
| | ||||||
* | Fix the test | Aleksey Kladov | 2018-10-25 | 1 | -17/+41 | |
| | ||||||
* | More informative lable for check runnable | Aleksey Kladov | 2018-10-25 | 1 | -3/+10 | |
| | ||||||
* | specify package when running cargo check | Aleksey Kladov | 2018-10-25 | 1 | -46/+65 | |
| | ||||||
* | Always add cargo check as a runnable | Aleksey Kladov | 2018-10-25 | 1 | -0/+8 | |
| | ||||||
* | Complete crate:: paths | Aleksey Kladov | 2018-10-24 | 10 | -21/+152 | |
| | ||||||
* | simplify roots | Aleksey Kladov | 2018-10-24 | 4 | -38/+18 | |
| | ||||||
* | Simplify | Aleksey Kladov | 2018-10-24 | 2 | -6/+4 | |
| | ||||||
* | 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. | |||||
* | | Merge #156 | bors[bot] | 2018-10-23 | 2 | -2/+2 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | 156: Cargo Update run r=kjeremy a=kjeremy Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too Co-authored-by: Jeremy A. Kolb <[email protected]> | |||||
| * | Cargo Update run | Jeremy A. Kolb | 2018-10-23 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too | |||||
* | | complete pub(crate) | Aleksey Kladov | 2018-10-23 | 1 | -2/+8 | |
|/ | ||||||
* | Merge #153 | bors[bot] | 2018-10-23 | 1 | -6/+97 | |
|\ | | | | | | | | | | | | | | | 153: Restore folding import groups r=matklad a=aochagavia Closes #133 Co-authored-by: Adolfo OchagavĂa <[email protected]> | |||||
| * | Restore folding import groups | Adolfo OchagavĂa | 2018-10-23 | 1 | -6/+97 | |
| | | ||||||
* | | Merge #151 | bors[bot] | 2018-10-23 | 4 | -4/+24 | |
|\ \ | |/ |/| | | | | | | | | | | | 151: Add LspError to explicity return errors from LSP handlers r=matklad a=kjeremy Fixes #145 Co-authored-by: Jeremy A. Kolb <[email protected]> | |||||
| * | Add LspError to explicity return errors from LSP handlers | Jeremy A. Kolb | 2018-10-22 | 4 | -4/+24 | |
| | | | | | | | | Fixes #145 | |||||
* | | Merge #152 | bors[bot] | 2018-10-22 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 152: Fix typo r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]> | |||||
| * | | Fix typo | Jeremy A. Kolb | 2018-10-22 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge #138 | bors[bot] | 2018-10-22 | 26 | -68/+67 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | 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 Du | 2018-10-22 | 1 | -9/+9 | |
| | | ||||||
| * | Revert "clippy: Fix new_ret_no_self" | Alan Du | 2018-10-20 | 7 | -17/+17 | |
| | | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d. | |||||
| * | clippy: cast_lossless | Alan Du | 2018-10-18 | 1 | -2/+2 | |
| | | ||||||
| * | Fix function calls | Alan Du | 2018-10-18 | 10 | -12/+9 | |
| | | ||||||
| * | clippy: type_complexity | Alan Du | 2018-10-18 | 2 | -8/+11 | |
| | | ||||||
| * | clippy: needless_lifetimes | Alan Du | 2018-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 7 | -17/+17 | |
| | | ||||||
| * | Silence clippy::derive_hash_xor_eq | Alan Du | 2018-10-18 | 1 | -1/+7 | |
| | | | | | | | | Manually implement PartialEq | |||||
| * | Remove Copy trait on LeafAtOffset | Alan Du | 2018-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Because it's a stateful iterator, it's easier to explicitly clone it when necesary. Fixes clippy:clone_on_copy | |||||
| * | clippy: Use if lets and remove redundant returns | Alan Du | 2018-10-18 | 11 | -29/+22 | |
| | | ||||||
| * | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 4 | -5/+5 | |
| | | ||||||
* | | cleanup | Aleksey Kladov | 2018-10-20 | 2 | -2/+0 | |
| | | ||||||
* | | Remove job handle | Aleksey Kladov | 2018-10-20 | 5 | -99/+18 | |
| | | ||||||
* | | Fix tests | Aleksey Kladov | 2018-10-20 | 1 | -17/+14 | |
| | | ||||||
* | | use pythonic import order | Aleksey Kladov | 2018-10-20 | 7 | -17/+20 | |
| | | | | | | | | | | | | | | | | 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 | 3 | -21/+20 | |
| | | ||||||
* | | remove job tokens | Aleksey Kladov | 2018-10-20 | 4 | -66/+61 | |
| | | ||||||
* | | make parent module cancelable | Aleksey Kladov | 2018-10-20 | 3 | -6/+16 | |
| | | ||||||
* | | introduce cancelable | Aleksey Kladov | 2018-10-20 | 1 | -0/+5 | |
| | | ||||||
* | | update salsa | Aleksey Kladov | 2018-10-20 | 4 | -11/+11 | |
| | |