Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy::useless_return | Maan2003 | 2021-06-13 | 3 | -4/+4 |
* | clippy::redundant_closure | Maan2003 | 2021-06-13 | 2 | -2/+2 |
* | clippy::clone_on_copy | Maan2003 | 2021-06-13 | 3 | -3/+3 |
* | clippy::redudant_borrow | Maan2003 | 2021-06-13 | 18 | -51/+51 |
* | internal: cross-crate cov-marks | Aleksey Kladov | 2021-06-12 | 1 | -0/+2 |
* | internal: move diagnostics infra to hir | Aleksey Kladov | 2021-06-12 | 1 | -0/+354 |
* | Move some hir_ty diagnostics to hir | Aleksey Kladov | 2021-06-12 | 1 | -1/+1303 |
* | internal: move missing unsafe diagnostic to hir | Aleksey Kladov | 2021-06-12 | 1 | -0/+84 |
* | internal: move inference diagnostics to hir | Aleksey Kladov | 2021-06-12 | 1 | -1/+140 |
* | Highlight tuple field accesses correctly | Lukas Wirth | 2021-06-11 | 3 | -4/+7 |
* | Merge #9219 | bors[bot] | 2021-06-11 | 1 | -2/+2 |
|\ | |||||
| * | Replace some AssocItem::containing_trait calls trait_or_trait_impl | Lukas Wirth | 2021-06-11 | 1 | -2/+2 |
* | | Merge #9218 | bors[bot] | 2021-06-11 | 1 | -1/+164 |
|\| | |||||
| * | Item search now respects trait impl items | Lukas Wirth | 2021-06-11 | 1 | -1/+164 |
* | | Update ungrammar | Jonas Schievink | 2021-06-11 | 1 | -1/+1 |
* | | Populate import maps eagerly | Kirill Bulatov | 2021-06-10 | 1 | -3/+4 |
* | | Don't classify attributes on macro-calls are the macro itself | Lukas Wirth | 2021-06-09 | 1 | -0/+20 |
|/ | |||||
* | Merge #9191 | bors[bot] | 2021-06-09 | 2 | -0/+10 |
|\ | |||||
| * | Don't descend MacroCall TokenTree delimiters | Lukas Wirth | 2021-06-09 | 2 | -0/+10 |
* | | Prefer attr macros in "expand macro recursively" | Jonas Schievink | 2021-06-08 | 1 | -20/+14 |
|/ | |||||
* | Merge #9169 | bors[bot] | 2021-06-07 | 2 | -7/+57 |
|\ | |||||
| * | Attempt to track attr macros during highlighting | Jonas Schievink | 2021-06-07 | 1 | -0/+30 |
| * | Make "expand macro" command work with attribute macros | Jonas Schievink | 2021-06-07 | 1 | -7/+27 |
* | | feat: goto def on impl items also goes to the defn in the trait | Jade | 2021-06-07 | 1 | -18/+56 |
* | | 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 |