Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge #4676 | bors[bot] | 2020-07-16 | 4 | -9/+29 | |
|\ | ||||||
| * | proc_macro: fix current nightly/future stable ABI incompatibility | robojumper | 2020-05-31 | 4 | -9/+29 | |
* | | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 14 | -57/+59 | |
* | | Rename CallableDefId -> InternedCallabelDefid | Aleksey Kladov | 2020-07-16 | 3 | -11/+11 | |
* | | Simplify | Aleksey Kladov | 2020-07-16 | 1 | -47/+19 | |
* | | Move type | Aleksey Kladov | 2020-07-16 | 2 | -9/+10 | |
* | | simplify | Aleksey Kladov | 2020-07-16 | 1 | -60/+47 | |
* | | Merge #5401 | bors[bot] | 2020-07-16 | 11 | -387/+108 | |
|\ \ | ||||||
| * | | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 8 | -38/+28 | |
| * | | Use Chalk closure support | Florian Diebold | 2020-07-15 | 8 | -355/+86 | |
* | | | Update lsp-types for HoverOptions | Jeremy Kolb | 2020-07-15 | 2 | -3/+3 | |
|/ / | ||||||
* | | Merge #5350 | bors[bot] | 2020-07-15 | 6 | -8/+141 | |
|\ \ | ||||||
| * | | Move allow list into AssistConfig | Jeremy Kolb | 2020-07-15 | 6 | -44/+40 | |
| * | | Invert condition | Jeremy Kolb | 2020-07-15 | 1 | -1/+1 | |
| * | | Fix conversion | Jeremy Kolb | 2020-07-15 | 1 | -3/+3 | |
| * | | Filter assists | kjeremy | 2020-07-13 | 6 | -20/+157 | |
* | | | Merge #5396 | bors[bot] | 2020-07-15 | 2 | -1/+20 | |
|\ \ \ | ||||||
| * | | | Cap macro expansion depth for IDE features | Aleksey Kladov | 2020-07-15 | 2 | -1/+20 | |
* | | | | Add new `Punctuation` highlight tag | Leander Tentrup | 2020-07-15 | 10 | -194/+198 | |
* | | | | Highlight punctuation as `HighlightTag::Operator` | Leander Tentrup | 2020-07-15 | 7 | -197/+198 | |
* | | | | Merge #5395 | bors[bot] | 2020-07-15 | 1 | -2/+2 | |
|\| | | | ||||||
| * | | | Show fewer syntax errors | Aleksey Kladov | 2020-07-15 | 1 | -2/+2 | |
* | | | | Merge #5394 | bors[bot] | 2020-07-15 | 1 | -12/+14 | |
|\| | | | ||||||
| * | | | Cleanup limits | Aleksey Kladov | 2020-07-15 | 1 | -7/+7 | |
| * | | | Check cancellation when updating imports recursively | Aleksey Kladov | 2020-07-15 | 1 | -0/+1 | |
| * | | | Micro-optimize update | Aleksey Kladov | 2020-07-15 | 1 | -5/+6 | |
* | | | | Merge #5390 | bors[bot] | 2020-07-15 | 3 | -22/+25 | |
|\| | | | ||||||
| * | | | Don't drop flycheck messages during restart | Aleksey Kladov | 2020-07-15 | 3 | -22/+25 | |
* | | | | Merge #5387 | bors[bot] | 2020-07-15 | 5 | -22/+44 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add --memory-usage to analysis-bench | Jonas Schievink | 2020-07-15 | 5 | -22/+44 | |
* | | | | Merge #5345 | bors[bot] | 2020-07-15 | 3 | -3/+44 | |
|\ \ \ \ | ||||||
| * | | | | Semantic Highlighting: Emit mutable modifier for 'self' when applicable | Lukas Wirth | 2020-07-13 | 3 | -3/+44 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #5354 | bors[bot] | 2020-07-15 | 3 | -0/+7 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Add opt-in mimalloc feature | Ivan Kozik | 2020-07-14 | 3 | -0/+7 | |
| |/ / | ||||||
* | | | Off by one error when determining the active param | Aleksey Kladov | 2020-07-15 | 1 | -2/+2 | |
* | | | Refactor CallInfo tests | Aleksey Kladov | 2020-07-15 | 1 | -226/+239 | |
* | | | Add FIXME | Jonas Schievink | 2020-07-14 | 1 | -0/+1 | |
* | | | Update ItemTree snapshots | Jonas Schievink | 2020-07-14 | 1 | -12/+12 | |
* | | | Thread varargs through r-a | Jonas Schievink | 2020-07-14 | 11 | -22/+87 | |
* | | | ItemTree: Lower tuple types despite invalid type | Jonas Schievink | 2020-07-14 | 2 | -7/+29 | |
* | | | Guard against infinite macro expansions | Aleksey Kladov | 2020-07-14 | 2 | -0/+29 | |
* | | | Merge #5377 | bors[bot] | 2020-07-14 | 2 | -2/+26 | |
|\ \ \ | ||||||
| * | | | Fix classify_name_ref on multi-path macro calls | Jonas Schievink | 2020-07-14 | 2 | -2/+26 | |
* | | | | Merge #5375 | bors[bot] | 2020-07-14 | 1 | -19/+23 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Use more explicity type for save registration | kjeremy | 2020-07-14 | 1 | -19/+23 | |
* | | | | Refactor the test of diagnostic tests | Aleksey Kladov | 2020-07-14 | 6 | -474/+278 | |
* | | | | Minor, push allocations down | Aleksey Kladov | 2020-07-14 | 2 | -3/+3 | |
|/ / / | ||||||
* | | | Merge #5371 | bors[bot] | 2020-07-14 | 3 | -14/+68 | |
|\ \ \ | ||||||
| * | | | Allow multiline annotations | Aleksey Kladov | 2020-07-14 | 3 | -13/+59 | |
| * | | | Generaize annotation extraction | Aleksey Kladov | 2020-07-14 | 1 | -2/+10 |