Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Highlight tuple field accesses correctly | Lukas Wirth | 2021-06-11 | 3 | -4/+7 | |
|/ / / / | ||||||
* | | | | Merge #9219 | bors[bot] | 2021-06-11 | 2 | -3/+6 | |
|\ \ \ \ | ||||||
| * | | | | Replace some AssocItem::containing_trait calls trait_or_trait_impl | Lukas Wirth | 2021-06-11 | 2 | -3/+6 | |
* | | | | | Merge #9218 | bors[bot] | 2021-06-11 | 3 | -11/+215 | |
|\| | | | | ||||||
| * | | | | Item search now respects trait impl items | Lukas Wirth | 2021-06-11 | 3 | -11/+215 | |
* | | | | | Merge #9217 | bors[bot] | 2021-06-11 | 41 | -676/+815 | |
|\ \ \ \ \ | ||||||
| * | | | | | Don't stringify `cfg_attr`-gated attributes | Jonas Schievink | 2021-06-11 | 1 | -4/+18 | |
| * | | | | | Update ungrammar | Jonas Schievink | 2021-06-11 | 40 | -672/+797 | |
* | | | | | | Merge #9216 | bors[bot] | 2021-06-11 | 2 | -18/+21 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Don't allow lookup by self for unprefixed self access completions | Lukas Wirth | 2021-06-11 | 2 | -18/+21 | |
| |/ / / / | ||||||
* | | | | | Merge #9215 | bors[bot] | 2021-06-11 | 1 | -2/+9 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | change visibility for use and macro items | Maan2003 | 2021-06-11 | 1 | -2/+9 | |
* | | | | | Merge #9192 | bors[bot] | 2021-06-11 | 8 | -79/+130 | |
|\ \ \ \ \ | ||||||
| * | | | | | Try to fix unique file names on Windows | Jonas Schievink | 2021-06-09 | 1 | -4/+7 | |
| * | | | | | Build test-macros in a build script | Jonas Schievink | 2021-06-09 | 7 | -75/+123 | |
* | | | | | | Don't suggest Remove unused param in trait impls | Maan2003 | 2021-06-11 | 1 | -1/+29 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Only prefill caches in the completion benchmark | Kirill Bulatov | 2021-06-11 | 5 | -5/+21 | |
* | | | | | Fix visibility issues | Kirill Bulatov | 2021-06-11 | 1 | -5/+5 | |
* | | | | | Prime caches on workspace load | Kirill Bulatov | 2021-06-11 | 2 | -2/+3 | |
* | | | | | Populate import maps eagerly | Kirill Bulatov | 2021-06-10 | 1 | -3/+4 | |
* | | | | | Reduce fst_path calls | Kirill Bulatov | 2021-06-10 | 1 | -11/+5 | |
* | | | | | Add more profiling for flyimports | Kirill Bulatov | 2021-06-10 | 6 | -71/+92 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge #9202 | bors[bot] | 2021-06-10 | 2 | -0/+19 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Make `MemoryUsage` work on Windows | Jonas Schievink | 2021-06-10 | 2 | -0/+19 | |
* | | | | Don't classify attributes on macro-calls are the macro itself | Lukas Wirth | 2021-06-09 | 2 | -5/+23 | |
| |_|/ |/| | | ||||||
* | | | Merge #9195 | bors[bot] | 2021-06-09 | 1 | -208/+178 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Simplify | Lukas Wirth | 2021-06-09 | 1 | -208/+178 | |
| |/ | ||||||
* | | 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 |