Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | feat: goto definition on an impl fn goes to that fn in the trait | Jade | 2021-06-07 | 1 | -3/+48 | |
|/ | ||||||
* | Merge #9149 | bors[bot] | 2021-06-05 | 1 | -3/+49 | |
|\ | ||||||
| * | Support goto-definition for include macro paths | Lukas Wirth | 2021-06-05 | 1 | -3/+49 | |
* | | Prevent renaming of aliases on usages | Lukas Wirth | 2021-06-05 | 1 | -1/+32 | |
|/ | ||||||
* | Merge #9138 | bors[bot] | 2021-06-04 | 1 | -12/+133 | |
|\ | ||||||
| * | Replace `-` with `_` in generated lint names | Lukas Wirth | 2021-06-04 | 1 | -6/+4 | |
| * | Generate default lint completions | Lukas Wirth | 2021-06-04 | 1 | -15/+60 | |
| * | Implement hover for lints | Lukas Wirth | 2021-06-04 | 1 | -6/+84 | |
* | | Add function references hover action | Lukas Wirth | 2021-06-04 | 1 | -1/+28 | |
|/ | ||||||
* | Cleanup parameter_hint_heuristics inlay hints test | Lukas Wirth | 2021-06-04 | 1 | -87/+68 | |
* | Reorganize inlay_hints tests | Lukas Wirth | 2021-06-04 | 1 | -522/+493 | |
* | Merge #9130 | bors[bot] | 2021-06-03 | 1 | -70/+57 | |
|\ | ||||||
| * | Prefix/suffix parameter inlay hint hiding heuristic is more strict | Lukas Wirth | 2021-06-03 | 1 | -70/+57 | |
* | | Allow expand-macro to be invoked anywhere inside a macro call | Lukas Wirth | 2021-06-02 | 1 | -3/+3 | |
|/ | ||||||
* | Merge #8952 | bors[bot] | 2021-05-31 | 1 | -1/+71 | |
|\ | ||||||
| * | add support of impl block for doctest into runnables | Benjamin Coenen | 2021-05-24 | 1 | -1/+71 | |
* | | Merge #8866 | bors[bot] | 2021-05-31 | 1 | -58/+70 | |
|\ \ | ||||||
| * | | Update salsa | Jonas Schievink | 2021-05-27 | 1 | -58/+70 | |
* | | | Diagnose unimplemented built-in macros | Jonas Schievink | 2021-05-30 | 1 | -0/+5 | |
* | | | simplify | Lukas Wirth | 2021-05-28 | 1 | -13/+4 | |
* | | | Merge #9038 | bors[bot] | 2021-05-28 | 1 | -0/+17 | |
|\ \ \ | ||||||
| * | | | Test for correct amount of emitted folds | Ayomide Bamidele | 2021-05-28 | 1 | -0/+2 | |
| * | | | Folding range for return types | Ayomide Bamidele | 2021-05-28 | 1 | -0/+15 | |
| |/ / | ||||||
* / / | Move runnable lenses below attributes | Lukas Wirth | 2021-05-28 | 1 | -17/+17 | |
|/ / | ||||||
* | | Merge #8997 | bors[bot] | 2021-05-27 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | Stop expanding UseTrees during ItemTree lowering | Jonas Schievink | 2021-05-26 | 1 | -0/+2 | |
* | | | Document semantic token tags | Lukas Wirth | 2021-05-26 | 1 | -4/+74 | |
* | | | Merge #9003 | bors[bot] | 2021-05-26 | 2 | -0/+26 | |
|\ \ \ | ||||||
| * | | | Document semantic token modifiers | Lukas Wirth | 2021-05-26 | 2 | -0/+26 | |
* | | | | Merge #9002 | bors[bot] | 2021-05-26 | 1 | -35/+31 | |
|\ \ \ \ | ||||||
| * | | | | Move annotations below item attributes | Lukas Wirth | 2021-05-26 | 1 | -35/+31 | |
| |/ / / | ||||||
* | | | | Merge #8996 | bors[bot] | 2021-05-26 | 3 | -8/+25 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fix bug where library functions were not highlighted as such | Aramis Razzaghipour | 2021-05-26 | 3 | -8/+25 | |
* | | | | Merge #8973 | bors[bot] | 2021-05-25 | 1 | -20/+45 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | internal: move diagnostics to hir | Aleksey Kladov | 2021-05-25 | 1 | -20/+45 | |
* | | | | Also do goto implementation on assoc consts | Jade | 2021-05-25 | 1 | -2/+26 | |
* | | | | feat: go to implementation on trait functions | Jade | 2021-05-25 | 1 | -1/+45 | |
|/ / / | ||||||
* / / | Add go to type definition for struct fields within struct | Jade | 2021-05-25 | 1 | -0/+32 | |
|/ / | ||||||
* | | Merge #8942 | bors[bot] | 2021-05-25 | 7 | -30/+121 | |
|\ \ | ||||||
| * | | Refactor application of `library` semantic token modifier | Aramis Razzaghipour | 2021-05-25 | 1 | -62/+15 | |
| * | | Remove superfluous early-returns | Aramis Razzaghipour | 2021-05-24 | 1 | -18/+22 | |
| * | | Rename ‘foreign’ semantic token modifier to ‘library’ | Aramis Razzaghipour | 2021-05-24 | 3 | -18/+18 | |
| * | | Add testing of foreign item highlighting | Aramis Razzaghipour | 2021-05-24 | 2 | -1/+55 | |
| * | | Highlight foreign modules as such | Aramis Razzaghipour | 2021-05-24 | 1 | -1/+9 | |
| * | | Remove hir krate methods | Aramis Razzaghipour | 2021-05-24 | 3 | -11/+11 | |
| * | | Add highlighting of items from other crates | Aramis Razzaghipour | 2021-05-24 | 3 | -12/+84 | |
* | | | Bump misc deps | Laurențiu Nicola | 2021-05-24 | 1 | -3/+3 | |
| |/ |/| | ||||||
* | | Correctly resolve crate name in use paths when import shadows itself | Lukas Tobias Wirth | 2021-05-23 | 1 | -0/+20 | |
* | | Minor: fix comment style | Aleksey Kladov | 2021-05-23 | 1 | -1/+3 | |
|/ | ||||||
* | Give ‘unsafe’ semantic token modifier to unsafe traits | Aramis Razzaghipour | 2021-05-23 | 4 | -3/+16 |