Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Add tracing to main rust-analyzer binary | Florian Diebold | 2020-10-25 | 4 | -1/+29 | |
|/ / / / / | ||||||
* | | | | | Merge #6353 | bors[bot] | 2020-10-25 | 1 | -8/+9 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Get rid of FAKE_PLACEHOLDER | Florian Diebold | 2020-10-25 | 1 | -8/+9 | |
|/ / / / | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #6331 #6342 | bors[bot] | 2020-10-24 | 67 | -259/+421 | |
|\ \ \ \ \ | ||||||
| | * | | | | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 52 | -74/+69 | |
| | * | | | | Add tests for traits functions in ide_db | Igor Aleksanov | 2020-10-24 | 1 | -0/+149 | |
| | * | | | | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 11 | -53/+14 | |
| | * | | | | Remove dependency on 'assists' from 'completion' crate | Igor Aleksanov | 2020-10-24 | 12 | -129/+151 | |
| * | | | | | correct hover for items with doc attribute with raw strings | Josh Mcguigan | 2020-10-24 | 2 | -3/+38 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge #6344 | bors[bot] | 2020-10-24 | 5 | -52/+102 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Bump chalk | Laurențiu Nicola | 2020-10-24 | 2 | -11/+11 | |
| * | | | | Bump rustc_lexer | Laurențiu Nicola | 2020-10-24 | 2 | -3/+3 | |
| * | | | | Bump deps | Laurențiu Nicola | 2020-10-24 | 3 | -38/+88 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #6337 | bors[bot] | 2020-10-24 | 2 | -37/+135 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix indentation of inserted use statements | Florian Diebold | 2020-10-24 | 2 | -37/+135 | |
|/ / / | ||||||
* | | | Merge #6330 | bors[bot] | 2020-10-24 | 1 | -16/+17 | |
|\ \ \ | ||||||
| * | | | fix: underscores, raw IDs | Dusty Pomerleau | 2020-10-24 | 1 | -16/+17 | |
|/ / / | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #6251 #6310 | bors[bot] | 2020-10-23 | 13 | -32/+469 | |
|\ \ \ \ | ||||||
| | * | | | algo::diff tests | Lukas Wirth | 2020-10-22 | 2 | -4/+327 | |
| | * | | | Rewrite algo::diff to support insertion and deletion | Lukas Wirth | 2020-10-22 | 5 | -25/+68 | |
| * | | | | Add tests for callable modifier | GrayJack | 2020-10-21 | 2 | -0/+38 | |
| * | | | | Editor: Code: Add callable to package.json | GrayJack | 2020-10-16 | 1 | -0/+4 | |
| * | | | | Add Callable modifier for variables that implements Fnonce | GrayJack | 2020-10-16 | 2 | -3/+24 | |
| * | | | | Add HighlightModifier::Callable and add it for locals | GrayJack | 2020-10-16 | 4 | -0/+8 | |
* | | | | | Merge #6339 | bors[bot] | 2020-10-23 | 9 | -104/+224 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix name of InactiveCode diagnostic | Jonas Schievink | 2020-10-23 | 2 | -7/+7 | |
| * | | | | | Diagnose #[cfg]s in bodies | Jonas Schievink | 2020-10-23 | 9 | -98/+218 | |
* | | | | | | Merge #6336 | bors[bot] | 2020-10-23 | 1 | -7/+23 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve Chalk debugging | Florian Diebold | 2020-10-23 | 1 | -7/+23 | |
| |/ / / / / | ||||||
* | | | | | | Merge #6341 | bors[bot] | 2020-10-23 | 1 | -8/+62 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Complete variants when only enun name is typed | Aleksey Kladov | 2020-10-23 | 1 | -8/+62 | |
|/ / / / / | ||||||
* | | | | | Merge #6335 | bors[bot] | 2020-10-23 | 2 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix panic context | Aleksey Kladov | 2020-10-23 | 2 | -5/+5 | |
* | | | | | | Merge #6324 | bors[bot] | 2020-10-23 | 15 | -140/+816 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | cfg: move tests to separate file | Jonas Schievink | 2020-10-23 | 4 | -208/+195 | |
| * | | | | | Reorder items | Jonas Schievink | 2020-10-23 | 1 | -9/+9 | |
| * | | | | | Use format_to | Jonas Schievink | 2020-10-23 | 1 | -4/+3 | |
| * | | | | | Update crates/cfg/src/cfg_expr.rs | Jonas Schievink | 2020-10-22 | 1 | -1/+1 | |
| * | | | | | Emit better #[cfg] diagnostics | Jonas Schievink | 2020-10-22 | 9 | -65/+124 | |
| * | | | | | Fix typo | Jonas Schievink | 2020-10-22 | 2 | -1/+2 | |
| * | | | | | Implement DNF-based `#[cfg]` introspection | Jonas Schievink | 2020-10-22 | 5 | -2/+622 | |
| * | | | | | Simplify cfg representation | Jonas Schievink | 2020-10-21 | 3 | -31/+41 | |
* | | | | | | Merge #6098 | bors[bot] | 2020-10-22 | 5 | -26/+132 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Insert ref for completions | adamrk | 2020-10-22 | 5 | -26/+132 | |
|/ / / / / / | ||||||
| | | | | | | ||||||
| \ \ \ \ \ | ||||||
*-. \ \ \ \ \ | Merge #6325 #6327 | bors[bot] | 2020-10-22 | 2 | -1/+8 | |
|\ \ \ \ \ \ \ | ||||||
| | * | | | | | | Update debugging.md | Adrian Stanciu | 2020-10-22 | 1 | -1/+1 | |
| | | |/ / / / | | |/| | | | | ||||||
| * / | | | | | Add generated diagnostic docs to the manual | Florian Diebold | 2020-10-22 | 1 | -0/+7 | |
| |/ / / / / | ||||||
* | | | | | | Merge #6326 | bors[bot] | 2020-10-22 | 1 | -1/+28 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Hide paramater inlay hints for cloned vars if applicable | Lukas Wirth | 2020-10-22 | 1 | -1/+28 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge #6319 | bors[bot] | 2020-10-22 | 2 | -3/+34 | |
|\ \ \ \ \ |