Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #9231 | bors[bot] | 2021-06-12 | 3 | -6/+7 | |
|\ | ||||||
| * | minor: optimize | Aleksey Kladov | 2021-06-12 | 2 | -3/+5 | |
| * | minor: reduce visibility | Aleksey Kladov | 2021-06-12 | 1 | -3/+2 | |
* | | Merge #9230 | bors[bot] | 2021-06-12 | 7 | -405/+362 | |
|\| | ||||||
| * | internal: move missing unsafe diagnostic to hir | Aleksey Kladov | 2021-06-12 | 6 | -166/+145 | |
| * | internal: move inference diagnostics to hir | Aleksey Kladov | 2021-06-12 | 6 | -244/+222 | |
* | | minor: squelch "unused" warning | Aleksey Kladov | 2021-06-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #9204 | bors[bot] | 2021-06-11 | 1 | -3/+32 | |
|\ | ||||||
| * | Add support for mallinfo2 on glibc Linux | Jonas Schievink | 2021-06-10 | 1 | -3/+32 | |
* | | Merge #9223 | bors[bot] | 2021-06-11 | 4 | -10/+64 | |
|\ \ | ||||||
| * | | Complete associated types in dyn and impl trait | Lukas Wirth | 2021-06-11 | 4 | -10/+64 | |
* | | | 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 | |
| | |/ |