Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Emit better #[cfg] diagnostics | Jonas Schievink | 2020-10-22 | 2 | -41/+47 | |
| | |/ | |/| | ||||||
* | | | 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 | |
| |/ / | ||||||
* / / | Fix opening module documentation opening parent documentation instead | Zac Pullar-Strecker | 2020-10-22 | 1 | -4/+24 | |
|/ / | ||||||
* | | Merge #6299 | bors[bot] | 2020-10-20 | 2 | -58/+63 | |
|\ \ | ||||||
| * | | Fixup botched rename | Jonas Schievink | 2020-10-20 | 1 | -1/+1 | |
| * | | Add a (hint) diagnostic for unconfigured items | Jonas Schievink | 2020-10-20 | 1 | -1/+15 | |
| * | | Simplify diagnostic construction, add unused field | Jonas Schievink | 2020-10-20 | 2 | -57/+48 | |
* | | | Don't rely on display names in inlay_hints | Aleksey Kladov | 2020-10-20 | 1 | -6/+13 | |
|/ / | ||||||
* | | More type safety around names | Aleksey Kladov | 2020-10-20 | 1 | -3/+2 | |
* | | Rename declaration_name -> display_name | Aleksey Kladov | 2020-10-20 | 5 | -9/+8 | |
* | | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 27 | -9244/+9 | |
* | | Complete methods when receiver is a macro | Aleksey Kladov | 2020-10-17 | 1 | -0/+15 | |
* | | Scan all ancestors for the impl trait block check | Igor Aleksanov | 2020-10-17 | 2 | -14/+17 | |
* | | Allow hints after 'fn' keyword if it's an impl trait block | Igor Aleksanov | 2020-10-17 | 3 | -4/+37 | |
* | | Add test for new pattern functions | Igor Aleksanov | 2020-10-17 | 1 | -0/+8 | |
* | | Improve test_no_completions_required test | Igor Aleksanov | 2020-10-17 | 1 | -1/+17 | |
* | | Remove redundant completions | Igor Aleksanov | 2020-10-17 | 3 | -4/+70 | |
|/ | ||||||
* | Clarify the names one more time | Aleksey Kladov | 2020-10-15 | 4 | -8/+8 | |
* | More idiomatic classification API | Aleksey Kladov | 2020-10-15 | 6 | -18/+18 | |
* | More clarifications | Aleksey Kladov | 2020-10-15 | 4 | -5/+5 | |
* | Unconfuse expression and pattern field init shorthands | Aleksey Kladov | 2020-10-15 | 1 | -1/+1 | |
* | Clarify NameClass names a bit | Aleksey Kladov | 2020-10-15 | 4 | -4/+4 | |
* | Merge #6242 | bors[bot] | 2020-10-15 | 2 | -91/+210 | |
|\ | ||||||
| * | Move field_shorthand to a separate module | Aleksey Kladov | 2020-10-15 | 2 | -196/+211 | |
| * | Diagnose shorthand in patterns as well | Aleksey Kladov | 2020-10-15 | 1 | -5/+94 | |
| * | flatten | Aleksey Kladov | 2020-10-15 | 1 | -26/+33 | |
| * | Prepare for pat_field_shorthand | Aleksey Kladov | 2020-10-15 | 1 | -5/+13 | |
* | | Merge #6234 | bors[bot] | 2020-10-15 | 1 | -1/+24 | |
|\ \ | |/ |/| | ||||||
| * | Fix hover over field pattern shorthand | Vlad Shcherbina | 2020-10-14 | 1 | -1/+24 | |
* | | Merge #6231 | bors[bot] | 2020-10-14 | 3 | -190/+231 | |
|\ \ | |/ |/| | ||||||
| * | Default::default the highlighters | Lukas Wirth | 2020-10-14 | 3 | -18/+7 | |
| * | Factor macro_rules! highlighting out | Lukas Wirth | 2020-10-14 | 2 | -117/+154 | |
| * | Factor format string highlighting out | Lukas Wirth | 2020-10-14 | 2 | -75/+90 | |
* | | Add docs for dbgr and call | Laurențiu Nicola | 2020-10-14 | 1 | -0/+2 | |
* | | Bump pulldown-cmark | Laurențiu Nicola | 2020-10-13 | 1 | -11/+14 | |
|/ | ||||||
*-. | Merge #6130 #6135 | bors[bot] | 2020-10-12 | 4 | -5/+169 | |
|\ \ | ||||||
| * | | Use TextRange::contains_inclusive in fixes check | Igor Aleksanov | 2020-10-12 | 2 | -5/+4 | |
| * | | Keep SyntaxNodePtr::range private | Igor Aleksanov | 2020-10-12 | 1 | -1/+4 | |
| * | | Fix code style issues | Igor Aleksanov | 2020-10-12 | 1 | -1/+0 | |
| * | | Apply case check diagnostic to impl items | Igor Aleksanov | 2020-10-12 | 1 | -0/+24 | |
| * | | Make incorrect case diagnostic work inside of functions | Igor Aleksanov | 2020-10-12 | 1 | -0/+26 | |
| * | | Add diagnostics for enum names and variants | Igor Aleksanov | 2020-10-12 | 1 | -0/+26 | |
| * | | Add fix for incorrect case diagnostic | Igor Aleksanov | 2020-10-12 | 4 | -3/+90 | |
* | | | Merge #6205 | bors[bot] | 2020-10-12 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix iterator hint shortening heuristic | Lukas Wirth | 2020-10-12 | 1 | -2/+2 | |
* | | | | Merge #6153 | bors[bot] | 2020-10-12 | 2 | -6/+45 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Improve prime_caches and display its progress | Jonas Schievink | 2020-10-12 | 2 | -6/+45 | |
| |/ / | ||||||
* | | | Merge #6195 | bors[bot] | 2020-10-12 | 1 | -29/+48 | |
|\ \ \ | ||||||
| * | | | Also replace the associated types with iter | Kirill Bulatov | 2020-10-10 | 1 | -11/+14 |