Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Use stateless completion resolve | Kirill Bulatov | 2020-12-07 | 6 | -71/+124 | |
| * | | Remove the state | Kirill Bulatov | 2020-12-07 | 7 | -107/+37 | |
| * | | Make completion resolve async | Kirill Bulatov | 2020-12-07 | 7 | -53/+116 | |
| * | | Simplify import edit calculation | Kirill Bulatov | 2020-12-07 | 12 | -111/+114 | |
| * | | Remove redundant code | Kirill Bulatov | 2020-12-07 | 8 | -103/+80 | |
| * | | Refactor the code | Kirill Bulatov | 2020-12-07 | 11 | -34/+48 | |
| * | | Add eager resolve capability | Kirill Bulatov | 2020-12-07 | 8 | -13/+43 | |
| * | | Better support client completion resolve caps | Kirill Bulatov | 2020-12-07 | 5 | -105/+120 | |
| * | | Properly fill client completion resolve capabilities data | Kirill Bulatov | 2020-12-07 | 5 | -5/+56 | |
| * | | Resolve import inserts better | Kirill Bulatov | 2020-12-07 | 2 | -38/+91 | |
| * | | Remove unnecessary leftovers | Kirill Bulatov | 2020-12-07 | 2 | -3/+0 | |
| * | | Working resolve completion imports prototype | Kirill Bulatov | 2020-12-07 | 9 | -46/+78 | |
| * | | Draft the new lsp handler | Kirill Bulatov | 2020-12-07 | 5 | -24/+52 | |
* | | | Merge #6759 | bors[bot] | 2020-12-08 | 1 | -4/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove workaround & fix fetch$1 is not a function | Kafji | 2020-12-08 | 1 | -4/+1 | |
|/ / | ||||||
* | | Merge #6754 | bors[bot] | 2020-12-07 | 2 | -2/+20 | |
|\ \ | ||||||
| * | | Apply environment set by build scripts | Jonas Schievink | 2020-12-07 | 2 | -2/+20 | |
|/ / | ||||||
* | | Merge #6752 | bors[bot] | 2020-12-07 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | Pass `--target` when loading out dirs from check | Jonas Schievink | 2020-12-07 | 1 | -0/+5 | |
* | | | Merge #6749 | bors[bot] | 2020-12-07 | 2 | -30/+19 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Update expect-test and remove outdated license | kjeremy | 2020-12-07 | 2 | -5/+4 | |
| * | | cargo update | kjeremy | 2020-12-07 | 1 | -25/+15 | |
* | | | Merge #6719 | bors[bot] | 2020-12-07 | 5 | -23/+23 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Use items can also have doc comments | Lukas Wirth | 2020-12-04 | 5 | -23/+23 | |
* | | | Merge #6751 | bors[bot] | 2020-12-07 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Use the right `def_crate` for builtin macros | Jonas Schievink | 2020-12-07 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge #6748 | bors[bot] | 2020-12-07 | 2 | -691/+579 | |
|\ \ | ||||||
| * | | Update npm packages | kjeremy | 2020-12-07 | 2 | -691/+579 | |
|/ / | ||||||
* | | Merge #6745 | bors[bot] | 2020-12-07 | 12 | -99/+84 | |
|\ \ | ||||||
| * | | Remove resolved FIXME | Jonas Schievink | 2020-12-07 | 1 | -1/+0 | |
| * | | Remove dummy ProcMacroClient in favor of Option | Jonas Schievink | 2020-12-07 | 5 | -71/+59 | |
| * | | Retain types of proc macros and allow attr. macros | Jonas Schievink | 2020-12-07 | 6 | -22/+30 | |
| * | | Make `ProcMacroProcessExpander` private | Jonas Schievink | 2020-12-07 | 1 | -1/+1 | |
| * | | ProcMacroProcessExpander: support attribute macros | Jonas Schievink | 2020-12-07 | 2 | -21/+11 | |
* | | | Merge #6743 | bors[bot] | 2020-12-07 | 2 | -13/+11 | |
|\ \ \ | ||||||
| * | | | Don't insert blank lines between doc attributes | Lukas Wirth | 2020-12-07 | 2 | -13/+11 | |
* | | | | Merge #6731 | bors[bot] | 2020-12-07 | 7 | -5/+319 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Add replace_match_with_if_let assist | Lukas Wirth | 2020-12-05 | 7 | -5/+319 | |
| | |/ | |/| | ||||||
* | | | Merge #6597 | bors[bot] | 2020-12-07 | 8 | -25/+137 | |
|\ \ \ | ||||||
| * | | | Upgrade Chalk | Florian Diebold | 2020-12-07 | 8 | -25/+137 | |
|/ / / | ||||||
* | | | Merge #6733 | bors[bot] | 2020-12-06 | 1 | -3/+39 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Update attributes completion list | Lukas Wirth | 2020-12-06 | 1 | -3/+39 | |
* | | | Merge #6734 | bors[bot] | 2020-12-06 | 8 | -119/+1093 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Apply suggestions from code review | Jonas Schievink | 2020-12-06 | 2 | -2/+2 | |
| * | | Update expect tests | Jonas Schievink | 2020-12-06 | 7 | -46/+977 | |
| * | | Emit additional diagnostics for hints/help/etc | Jonas Schievink | 2020-12-06 | 1 | -73/+116 | |
|/ / | ||||||
* | | Merge #6726 | bors[bot] | 2020-12-04 | 2 | -2/+4 | |
|\ \ | ||||||
| * | | Add slightly more profiling details | Jonas Schievink | 2020-12-04 | 2 | -2/+4 | |
|/ / | ||||||
* | | Merge #6725 | bors[bot] | 2020-12-04 | 1 | -26/+15 | |
|\ \ | ||||||
| * | | Don't respawn proc macro server on crash | Jonas Schievink | 2020-12-04 | 1 | -26/+15 |