Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove unnecessary duplication | Lukas Wirth | 2021-06-09 | 1 | -56/+8 | |
* | | Implement dummy expansions for builtin attributes | Lukas Wirth | 2021-06-09 | 10 | -11/+176 | |
|/ | ||||||
* | Merge #9191 | bors[bot] | 2021-06-09 | 3 | -2/+20 | |
|\ | ||||||
| * | Don't descend MacroCall TokenTree delimiters | Lukas Wirth | 2021-06-09 | 3 | -2/+20 | |
* | | Merge #9186 | bors[bot] | 2021-06-08 | 1 | -20/+14 | |
|\ \ | ||||||
| * | | Prefer attr macros in "expand macro recursively" | Jonas Schievink | 2021-06-08 | 1 | -20/+14 | |
* | | | Merge #9183 | bors[bot] | 2021-06-08 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix typo | phynalle | 2021-06-08 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge #9187 | bors[bot] | 2021-06-08 | 3 | -8/+30 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix edge case for ImportGranularity guessing | Lukas Wirth | 2021-06-08 | 3 | -8/+30 | |
| |/ | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #9181 #9182 | bors[bot] | 2021-06-08 | 10 | -59/+219 | |
|\ \ \ | ||||||
| | * | | fix: don't complete derive macros as fn-like macros | Jonas Schievink | 2021-06-08 | 4 | -4/+88 | |
| | |/ | ||||||
| * | | Add tests checking no value completion in type pos | Lukas Wirth | 2021-06-08 | 3 | -0/+55 | |
| * | | Don't complete values in type position | Lukas Wirth | 2021-06-08 | 8 | -55/+76 | |
| |/ | ||||||
* / | source_to_def: skip items with no def | Jonas Schievink | 2021-06-08 | 1 | -50/+56 | |
|/ | ||||||
* | Merge #9171 | bors[bot] | 2021-06-07 | 5 | -36/+33 | |
|\ | ||||||
| * | simplify | Lukas Wirth | 2021-06-07 | 5 | -36/+33 | |
* | | Merge #9170 | bors[bot] | 2021-06-07 | 7 | -90/+32 | |
|\| | ||||||
| * | Remove unnecessary completion::macro_in_item_position | Lukas Wirth | 2021-06-07 | 6 | -72/+17 | |
| * | Reorder CompletionContext fields | Lukas Wirth | 2021-06-07 | 2 | -18/+15 | |
* | | Merge #9169 | bors[bot] | 2021-06-07 | 8 | -30/+170 | |
|\ \ | ||||||
| * | | Attempt to track attr macros during highlighting | Jonas Schievink | 2021-06-07 | 2 | -0/+40 | |
| * | | Make "expand macro" command work with attribute macros | Jonas Schievink | 2021-06-07 | 2 | -7/+43 | |
| * | | Handle attribute macros in `descend_into_macros` | Jonas Schievink | 2021-06-06 | 6 | -23/+87 | |
* | | | Merge #9144 | bors[bot] | 2021-06-07 | 1 | -15/+337 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | fmt | Joshua Warner | 2021-06-06 | 1 | -3/+12 | |
| * | | Refactor to be just one assist | Joshua Warner | 2021-06-05 | 3 | -532/+328 | |
| * | | Add assist for converting a tuple enum variant to a named variant | Joshua Warner | 2021-06-05 | 2 | -0/+517 | |
* | | | Merge #9164 | bors[bot] | 2021-06-07 | 12 | -75/+108 | |
|\ \ \ | ||||||
| * | | | Move more things into PathCompletionContext | Lukas Wirth | 2021-06-07 | 8 | -46/+62 | |
| * | | | Simplify CompletionContext by introducing a path CallKind enum | Lukas Wirth | 2021-06-06 | 6 | -32/+49 | |
* | | | | Merge #9161 | bors[bot] | 2021-06-07 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix incorrect config usage in hover references | Lukas Wirth | 2021-06-07 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Make Documentation::new non-generic | Laurențiu Nicola | 2021-06-07 | 1 | -2/+2 | |
* | | | | 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 | 2 | -7/+53 | |
| |_|/ |/| | | ||||||
* | | | Replace attribute with equivalent whitespace | Jonas Schievink | 2021-06-06 | 1 | -2/+4 | |
* | | | 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 | |
* | | | | Merge #9150 | bors[bot] | 2021-06-05 | 1 | -314/+726 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Unescape generated clippy lints | Lukas Wirth | 2021-06-05 | 1 | -314/+726 | |
* | | | | Merge #9140 | bors[bot] | 2021-06-05 | 4 | -40/+75 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Complete third-party attributes | Lukas Wirth | 2021-06-04 | 1 | -0/+19 | |
| * | | | Render documentation for derive completion | Lukas Wirth | 2021-06-04 | 3 | -40/+56 | |
| |/ / | ||||||
* | | | Merge #9147 | bors[bot] | 2021-06-05 | 3 | -19/+19 | |
|\ \ \ | ||||||
| * | | | Enable proc macros and build scripts by default in CLI | Laurențiu Nicola | 2021-06-05 | 3 | -19/+19 | |
* | | | | Merge #9148 | bors[bot] | 2021-06-05 | 1 | -1/+32 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Prevent renaming of aliases on usages | Lukas Wirth | 2021-06-05 | 1 | -1/+32 | |
| |/ / | ||||||
* | | | Merge #9146 | bors[bot] | 2021-06-05 | 1 | -9/+9 | |
|\ \ \ | ||||||
| * | | | Fix incorrect list nesting in format_like feature description | Lukas Wirth | 2021-06-05 | 1 | -9/+9 | |
| |/ / |