Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use `:` as a trigger character for completion | Aleksey Kladov | 2018-11-21 | 2 | -2/+24 | |
| | | | | | | | | | Note that VSCode asks for completion after *first* `:` as well: use crate: we use hacks to protect against that, and to give completions only after the second `:`. | |||||
* | Rename col to col_utf16 | Adolfo OchagavĂa | 2018-11-16 | 1 | -6/+11 | |
| | ||||||
* | Support UTF-16 chars in LineIndex | Adolfo OchagavĂa | 2018-11-16 | 1 | -2/+0 | |
| | ||||||
* | Fix the test | Aleksey Kladov | 2018-11-08 | 1 | -1/+1 | |
| | ||||||
* | workspace-symbols function for Emacs | Aleksey Kladov | 2018-11-08 | 2 | -11/+34 | |
| | ||||||
* | eglot worksapce symbol | Aleksey Kladov | 2018-11-08 | 1 | -1/+24 | |
| | ||||||
* | Rename File -> SourceFileNode | Aleksey Kladov | 2018-11-07 | 1 | -2/+2 | |
| | ||||||
* | Cargo update | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+1 | |
| | ||||||
* | Rustfmt to pass CI | Jeremy A. Kolb | 2018-11-07 | 1 | -2/+2 | |
| | ||||||
* | Remove unused variable | Jeremy A. Kolb | 2018-11-07 | 1 | -1/+0 | |
| | ||||||
* | Show documentation for hover requests | Jeremy A. Kolb | 2018-11-07 | 3 | -3/+29 | |
| | ||||||
* | Use closing paren as a trigger character | Jeremy A. Kolb | 2018-11-05 | 1 | -1/+1 | |
| | | | | | This seems counter-intuitive based on the concept of "trigger character" but it provides a better function signature experience. | |||||
* | Use FilePosition everywhere | Aleksey Kladov | 2018-11-05 | 2 | -41/+48 | |
| | ||||||
* | don't send backtraces for canceled requests | Aleksey Kladov | 2018-11-05 | 1 | -5/+15 | |
| | ||||||
* | Fully add inline modules to module tree | Aleksey Kladov | 2018-11-05 | 2 | -4/+6 | |
| | ||||||
* | Use Default everywhere | Aleksey Kladov | 2018-11-04 | 3 | -14/+3 | |
| | ||||||
* | Reformat all | Aleksey Kladov | 2018-10-31 | 8 | -74/+74 | |
| | ||||||
* | Useful comments from function signatures | Jeremy A. Kolb | 2018-10-31 | 1 | -2/+11 | |
| | ||||||
* | extract fixture parsing | Aleksey Kladov | 2018-10-31 | 2 | -22/+8 | |
| | ||||||
* | Encapsulate CrateGraph a bit | Aleksey Kladov | 2018-10-25 | 1 | -6/+3 | |
| | ||||||
* | use correct file when resolving callables | Aleksey Kladov | 2018-10-25 | 1 | -2/+11 | |
| | ||||||
* | Improve logging | Aleksey Kladov | 2018-10-25 | 1 | -4/+16 | |
| | ||||||
* | Store all the data in the Salsa Database | Aleksey Kladov | 2018-10-25 | 2 | -27/+56 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 #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 | 7 | -16/+14 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | 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 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 2ae9dfa812ccf18867373f77a106161378a6d91d. | |||||
| * | clippy: cast_lossless | Alan Du | 2018-10-18 | 1 | -2/+2 | |
| | | ||||||
| * | Fix function calls | Alan Du | 2018-10-18 | 4 | -5/+3 | |
| | | ||||||
| * | clippy: type_complexity | Alan Du | 2018-10-18 | 1 | -4/+6 | |
| | | ||||||
| * | clippy: Fix new_ret_no_self | Alan Du | 2018-10-18 | 1 | -1/+1 | |
| | | ||||||
| * | clippy: Use if lets and remove redundant returns | Alan Du | 2018-10-18 | 1 | -3/+1 | |
| | | ||||||
| * | Clippy lint: single-character string constant | Alan Du | 2018-10-18 | 1 | -2/+2 | |
| | | ||||||
* | | Remove job handle | Aleksey Kladov | 2018-10-20 | 2 | -41/+18 | |
| | | ||||||
* | | use pythonic import order | Aleksey Kladov | 2018-10-20 | 4 | -9/+9 | |
| | | | | | | | | | | | | | | | | use std // blank line use extern crates // blank line use crate::{} | |||||
* | | make more things cancelable | Aleksey Kladov | 2018-10-20 | 1 | -6/+6 | |
| | | ||||||
* | | remove job tokens | Aleksey Kladov | 2018-10-20 | 1 | -31/+31 | |
| | | ||||||
* | | make parent module cancelable | Aleksey Kladov | 2018-10-20 | 1 | -1/+1 | |
| | | ||||||
* | | LSP: Add support for prepareRename | Jeremy A. Kolb | 2018-10-19 | 2 | -1/+24 | |
| | | ||||||
* | | Handle renaming of local variables | Jeremy A. Kolb | 2018-10-18 | 3 | -2/+45 | |
| | | ||||||
* | | Implement Find All References for local variables | Jeremy A. Kolb | 2018-10-18 | 4 | -2/+19 | |
|/ | ||||||
* | Cargo Format | Jeremy A. Kolb | 2018-10-16 | 15 | -381/+396 | |
| | | | | Run `cargo fmt` and ignore generated files | |||||
* | remove clones | Aleksey Kladov | 2018-10-15 | 3 | -5/+4 | |
| |