Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 8279: Fix the not operator use and test case fix. | Chetan Khilosiya | 2021-04-08 | 3 | -10/+3 | |
| * | 8279: Added initial implementation for | Chetan Khilosiya | 2021-04-08 | 3 | -15/+77 | |
* | | Merge #8489 | bors[bot] | 2021-04-13 | 1 | -11/+199 | |
|\ \ | ||||||
| * | | Add a cov_mark | Jonas Schievink | 2021-04-12 | 1 | -0/+2 | |
| * | | Simplify multiline check | Jonas Schievink | 2021-04-12 | 1 | -18/+4 | |
| * | | Indent block expressions on enter | Jonas Schievink | 2021-04-12 | 1 | -12/+212 | |
* | | | Merge #8500 | bors[bot] | 2021-04-13 | 1 | -81/+17 | |
|\ \ \ | ||||||
| * | | | internal: fix flakiness of accidentally quadratic test | Aleksey Kladov | 2021-04-13 | 1 | -81/+17 | |
* | | | | internal: don't use `#[should_panic]` for tests | Aleksey Kladov | 2021-04-13 | 1 | -8/+10 | |
|/ / / | ||||||
* | | | feat: improve performance by delaying computation of fixes for diagnostics | Aleksey Kladov | 2021-04-13 | 4 | -38/+70 | |
* | | | Ensure that listing&resolving code actions use the same set of actions | Aleksey Kladov | 2021-04-13 | 1 | -0/+28 | |
* | | | Fix typo: liner -> linear | Jakub Kądziołka | 2021-04-12 | 1 | -1/+1 | |
|/ / | ||||||
* | | internal: prepare for lazy diagnostics | Aleksey Kladov | 2021-04-12 | 5 | -66/+83 | |
* | | Support macros in pattern position | Jonas Schievink | 2021-04-11 | 1 | -0/+26 | |
* | | Let's try testing for "is not quadratic" condition | Aleksey Kladov | 2021-04-10 | 1 | -0/+96 | |
* | | Shrink `unlinked-file` diagnostic to 3 characters | Jonas Schievink | 2021-04-09 | 1 | -7/+9 | |
* | | Merge #8429 | bors[bot] | 2021-04-09 | 1 | -0/+20 | |
|\ \ | ||||||
| * | | 8425: Added documentation for on enter covering //! doc comments. | Chetan Khilosiya | 2021-04-08 | 1 | -0/+20 | |
| |/ | ||||||
* / | 8024: Added the trait modifier for assoc types. | Chetan Khilosiya | 2021-04-08 | 1 | -2/+12 | |
|/ | ||||||
* | Merge #8421 | bors[bot] | 2021-04-08 | 1 | -13/+30 | |
|\ | ||||||
| * | Reduce allocations in Expand macro | Laurențiu Nicola | 2021-04-08 | 1 | -13/+30 | |
* | | Emit folding ranges for multiline array literals | Lukas Wirth | 2021-04-07 | 1 | -0/+17 | |
* | | Document `}` insertion | Jonas Schievink | 2021-04-07 | 1 | -0/+1 | |
* | | Make better use of `stdx::always` | Jonas Schievink | 2021-04-07 | 1 | -7/+21 | |
* | | Rewrite, reparse modified file | Jonas Schievink | 2021-04-07 | 1 | -49/+114 | |
* | | simplify | Jonas Schievink | 2021-04-07 | 1 | -8/+6 | |
* | | Use stdx::always | Jonas Schievink | 2021-04-07 | 1 | -5/+5 | |
* | | Complete braces more aggressively | Jonas Schievink | 2021-04-07 | 1 | -20/+35 | |
* | | Autoclose blocks when typing `{` | Jonas Schievink | 2021-04-07 | 1 | -1/+46 | |
|/ | ||||||
* | Add space after lifetime | Emmanuel Thompson | 2021-04-07 | 1 | -0/+3 | |
* | Merge #8245 | bors[bot] | 2021-04-05 | 6 | -155/+167 | |
|\ | ||||||
| * | Replace Range<usize> usage with TextRange | Lukas Wirth | 2021-03-30 | 1 | -4/+13 | |
| * | Use new new docs string source mapping in goto_def and hover | Lukas Wirth | 2021-03-30 | 4 | -119/+73 | |
| * | Implement basic Documentation source to syntax range mapping | Lukas Wirth | 2021-03-30 | 4 | -34/+42 | |
| * | Properly resolve intra doc links in hover and goto_definition | Lukas Wirth | 2021-03-30 | 3 | -39/+80 | |
* | | Add and start using TraitRef and ProjectionTy builders | Florian Diebold | 2021-04-04 | 1 | -1/+1 | |
* | | Fix joinLines panic if run on the empty last line | Edwin Cheng | 2021-04-03 | 1 | -2/+16 | |
* | | Only populate prelude for crate-level DefMaps | Jonas Schievink | 2021-04-02 | 1 | -0/+42 | |
* | | Merge #8283 | bors[bot] | 2021-04-01 | 1 | -0/+63 | |
|\ \ | ||||||
| * | | Resolve associated types with type anchors | Lukas Wirth | 2021-04-01 | 1 | -1/+22 | |
| * | | Resolve associated types | Lukas Wirth | 2021-04-01 | 1 | -0/+42 | |
* | | | Additional syntax highlighting screenshot in manual | Ayomide Bamidele | 2021-03-31 | 1 | -0/+1 | |
* | | | Gif of "let = " typing assist | Ayomide Bamidele | 2021-03-31 | 1 | -0/+1 | |
* | | | Gifs and screenshots for features in manual (syntax highlighting and typing) | Ayomide Bamidele | 2021-03-31 | 2 | -0/+4 | |
|/ / | ||||||
* | | Merge #8267 | bors[bot] | 2021-03-31 | 20 | -0/+37 | |
|\ \ | ||||||
| * | | Gifs and screenshots for features in manual | Ayomide Bamidele | 2021-03-31 | 20 | -0/+37 | |
* | | | Revert "8024: Added test case for highlighting trait items." | Chetan Khilosiya | 2021-03-30 | 2 | -104/+0 | |
* | | | 8024: Fix for function name change. | Chetan Khilosiya | 2021-03-30 | 1 | -2/+2 | |
* | | | 8024: Added test case for highlighting trait items. | Chetan Khilosiya | 2021-03-30 | 2 | -0/+104 | |
* | | | 8024: Updated the implementation for trait modifier. | Chetan Khilosiya | 2021-03-30 | 6 | -20/+30 |