Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups | Aleksey Kladov | 2020-05-15 | 1 | -2/+1 |
| | |||||
* | Better structure | Aleksey Kladov | 2020-05-15 | 1 | -7/+6 |
| | |||||
* | Move LSP bits from flycheck to rust-analyzer | Aleksey Kladov | 2020-05-15 | 12 | -2037/+27 |
| | | | | | There should be only one place that knows about LSP, and that place is right before we spit JSON on stdout. | ||||
* | Use back ticks instead of single quotes around code | Trevor Spiteri | 2020-05-14 | 1 | -1/+1 |
| | |||||
* | Merge #4406 #4410 #4411 #4417 | bors[bot] | 2020-05-10 | 2 | -1/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4406: Update cargo-metadata r=matklad a=edwin0cheng This PR update `cargo-metadata` to 0.10.0 and it also relax the` serde-derive` deps to 1.0 for tests in `proc-macro-srv`. cc @robojumper r= @matklad , I think you would have something to say related to https://github.com/serde-rs/json/issues/647#issue-593788429 ? 4410: Improve wording in comment r=matklad a=edwin0cheng 4411: do not remove then block when you unwrap else block #4361 r=matklad a=bnjjj close #4361 4417: Omit default types in HirDisplay SourceCode mode r=matklad a=TimoFreiberg Closes #4390 Co-authored-by: Edwin Cheng <[email protected]> Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Timo Freiberg <[email protected]> | ||||
| * | Update cargo-metadata | Edwin Cheng | 2020-05-09 | 2 | -1/+3 |
| | | |||||
* | | Cleanup | Aleksey Kladov | 2020-05-08 | 1 | -4/+3 |
| | | |||||
* | | Rename ra_env -> ra_toolchain | Aleksey Kladov | 2020-05-08 | 2 | -2/+2 |
|/ | |||||
* | pull function out into new crate ra_env; use in ra_flycheck as well | Craig Disselkoen | 2020-05-06 | 2 | -6/+3 |
| | |||||
* | add the allFeatures flag (true by default) | guigui64 | 2020-05-05 | 1 | -2/+5 |
| | |||||
* | no doctests for flycheck | Aleksey Kladov | 2020-05-04 | 1 | -0/+3 |
| | |||||
* | lsp-types 0.74 | kjeremy | 2020-04-26 | 1 | -1/+1 |
| | | | | | * Fixes a bunch of param types to take partial progress into account. * Will allow us to support insert/replace text in completions | ||||
* | insta 0.16 | kjeremy | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | Centralize defaults | Aleksey Kladov | 2020-04-01 | 1 | -10/+0 |
| | |||||
* | Centralize all config | Aleksey Kladov | 2020-04-01 | 1 | -1/+11 |
| | |||||
* | Simplify error handing | Aleksey Kladov | 2020-04-01 | 1 | -38/+17 |
| | |||||
* | Generalize Flycheckconfig | Aleksey Kladov | 2020-04-01 | 1 | -14/+20 |
| | |||||
* | Cleanup | Aleksey Kladov | 2020-04-01 | 1 | -34/+30 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-04-01 | 1 | -2/+2 |
| | |||||
* | Crisper name | Aleksey Kladov | 2020-04-01 | 1 | -10/+10 |
| | | | | https://www.flycheck.org/en/latest/ | ||||
* | Pull enabled check up | Aleksey Kladov | 2020-04-01 | 1 | -4/+0 |
| | |||||
* | Streamline flycheck implementation | Aleksey Kladov | 2020-04-01 | 1 | -80/+68 |
| | |||||
* | sort imports | Aleksey Kladov | 2020-03-31 | 1 | -7/+8 |
| | |||||
* | Reduce deps | Aleksey Kladov | 2020-03-31 | 1 | -1/+1 |
| | |||||
* | Rename cargo_watch -> flycheck | Aleksey Kladov | 2020-03-31 | 12 | -0/+2360 |