Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make printin the backtrace more convenient | Aleksey Kladov | 2021-01-14 | 1 | -1/+3 | |
| | ||||||
* | Use upstream TextSize API | Aleksey Kladov | 2021-01-13 | 1 | -2/+2 | |
| | ||||||
* | cargo update | kjeremy | 2021-01-11 | 1 | -14/+14 | |
| | ||||||
* | Unfreeze cargo_metadata | kjeremy | 2021-01-11 | 1 | -2/+13 | |
| | | | | It now pulls in a newer version of semver-parser. | |||||
* | cargo update | kjeremy | 2021-01-08 | 1 | -12/+12 | |
| | ||||||
* | Refactor out JodChild | Edwin Cheng | 2021-01-07 | 1 | -0/+1 | |
| | ||||||
* | Replace last usages of difference with dissimilar | Jesse Bakker | 2021-01-06 | 1 | -8/+1 | |
| | ||||||
* | Rename expr -> tail_expr | Aleksey Kladov | 2021-01-05 | 1 | -2/+2 | |
| | ||||||
* | Cargo update to remove some dependencies | kjeremy | 2021-01-04 | 1 | -57/+7 | |
| | ||||||
* | Update crates | kjeremy | 2021-01-04 | 1 | -16/+16 | |
| | ||||||
* | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 1 | -3/+3 | |
| | ||||||
* | Merge #7106 | bors[bot] | 2020-12-31 | 1 | -0/+7 | |
|\ | | | | | | | | | | | | | | | 7106: Split textDocument/formatting TextEdit with diff r=matklad a=Jesse-Bakker #7044 Co-authored-by: Jesse Bakker <[email protected]> | |||||
| * | Split textDocument/formatting TextEdit with diff | Jesse Bakker | 2020-12-31 | 1 | -0/+7 | |
| | | ||||||
* | | Update crates | kjeremy | 2020-12-30 | 1 | -20/+29 | |
| | | ||||||
* | | Merge #7019 | bors[bot] | 2020-12-23 | 1 | -0/+10 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 7019: Try serde_path_to_error for LSP InitializeParams r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | Try serde_path_to_error for LSP InitializeParams | Laurențiu Nicola | 2020-12-23 | 1 | -0/+10 | |
| |/ | ||||||
* | | Merge #7016 | bors[bot] | 2020-12-23 | 1 | -14/+15 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 7016: Bump deps r=flodiebold a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | Bump deps | Laurențiu Nicola | 2020-12-23 | 1 | -4/+4 | |
| | | | ||||||
| * | | Bump chalk | Laurențiu Nicola | 2020-12-23 | 1 | -8/+9 | |
| | | | ||||||
| * | | Bump rustc_lexer | Laurențiu Nicola | 2020-12-23 | 1 | -2/+2 | |
| |/ | ||||||
* | | Remove local ungrammar dependency | Lukas Wirth | 2020-12-23 | 1 | -0/+2 | |
| | | ||||||
* | | Update ungrammar for const block patterns | Lukas Wirth | 2020-12-23 | 1 | -3/+1 | |
|/ | ||||||
* | Update syn and quote | Jeremy Kolb | 2020-12-20 | 1 | -4/+4 | |
| | ||||||
* | cargo update | Jeremy Kolb | 2020-12-19 | 1 | -10/+10 | |
| | ||||||
* | LSP 3.16 - Released | kjeremy | 2020-12-17 | 1 | -2/+2 | |
| | ||||||
* | Node-ify lifetimes | Lukas Wirth | 2020-12-16 | 1 | -2/+2 | |
| | ||||||
* | Unpatch ungrammar | Jonas Schievink | 2020-12-16 | 1 | -1/+3 | |
| | ||||||
* | Basic support for decl macros 2.0 | Jonas Schievink | 2020-12-15 | 1 | -2/+0 | |
| | ||||||
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 1 | -2/+2 | |
| | ||||||
* | Merge #6817 | bors[bot] | 2020-12-14 | 1 | -39/+8 | |
|\ | | | | | | | | | | | | | | | 6817: Replace goblin crate with object r=matklad a=lnicola Continuation of #4385. Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | Replace goblin crate with object | Laurențiu Nicola | 2020-12-13 | 1 | -39/+8 | |
| | | ||||||
* | | cargo update | kjeremy | 2020-12-11 | 1 | -8/+8 | |
|/ | ||||||
* | Use itertools | Jonas Schievink | 2020-12-10 | 1 | -0/+1 | |
| | ||||||
* | Make config.rs a single source of truth for configuration. | Aleksey Kladov | 2020-12-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | Configuration is editor-independent. For this reason, we pick JSON-schema as the repr of the source of truth. We do specify it using rust-macros and some quick&dirty hackery though. The idea for syncing truth with package.json is to just do that manually, but there's a test to check that they are actually synced. There's CLI to print config's json schema: $ rust-analyzer --print-config-schema We go with a CLI rather than LSP request/response to make it easier to incorporate the thing into extension's static config. This is roughtly how we put the thing in package.json. | |||||
* | Update expect-test and remove outdated license | kjeremy | 2020-12-07 | 1 | -4/+4 | |
| | ||||||
* | cargo update | kjeremy | 2020-12-07 | 1 | -25/+15 | |
| | ||||||
* | Retain types of proc macros and allow attr. macros | Jonas Schievink | 2020-12-07 | 1 | -0/+1 | |
| | ||||||
* | Upgrade Chalk | Florian Diebold | 2020-12-07 | 1 | -8/+8 | |
| | | | | | | | Also make overflow depth and max type size configurable through env variables. This can be helpful at least for debugging. Fixes #6628. | |||||
* | cargo update: bump libloading to fix a double-free | kjeremy | 2020-12-03 | 1 | -4/+4 | |
| | ||||||
* | Bump mio for safety goodness | kjeremy | 2020-12-02 | 1 | -2/+2 | |
| | ||||||
* | Fix OptionalVersionedTextDocumentIdentifier type | kjeremy | 2020-12-01 | 1 | -2/+2 | |
| | | | | Fixes #6654 | |||||
* | bump lexer | kjeremy | 2020-11-30 | 1 | -2/+2 | |
| | ||||||
* | cargo update | kjeremy | 2020-11-30 | 1 | -20/+19 | |
| | ||||||
* | Move the helpers into ide_db | Kirill Bulatov | 2020-11-28 | 1 | -17/+1 | |
| | ||||||
* | Extract the import code into the shared module | Kirill Bulatov | 2020-11-27 | 1 | -1/+17 | |
| | ||||||
* | Profile completions better | Kirill Bulatov | 2020-11-27 | 1 | -0/+1 | |
| | ||||||
* | cargo update | kjeremy | 2020-11-24 | 1 | -15/+15 | |
| | ||||||
* | New lsp-types to fix versioning | kjeremy | 2020-11-24 | 1 | -2/+2 | |
| | | | | Fixes #6603 | |||||
* | cargo update | kjeremy | 2020-11-19 | 1 | -16/+16 | |
| | ||||||
*-. | Merge #6577 #6579 #6581 | bors[bot] | 2020-11-17 | 1 | -10/+19 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6577: fix typos in syntax.md r=matklad a=jakobhellermann 6579: cargo update and add new license r=matklad a=kjeremy 6581: Use vscode-languageclient 7.0.0-next.14 r=matklad a=kjeremy Co-authored-by: Jakob Hellermann <[email protected]> Co-authored-by: kjeremy <[email protected]> |