Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Use or-patterns more | Jonas Schievink | 2020-04-29 | 1 | -10/+9 | |
* | | | | Remove `.clone()` | Jonas Schievink | 2020-04-29 | 1 | -8/+8 | |
* | | | | Rename to associated_type_shorthand_candidates | Jonas Schievink | 2020-04-29 | 3 | -29/+30 | |
* | | | | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 5 | -69/+408 | |
| |/ / |/| | | ||||||
* | | | Merge #4119 | bors[bot] | 2020-04-29 | 4 | -65/+110 | |
|\ \ \ | ||||||
| * | | | Generate uniq name | Edwin Cheng | 2020-04-26 | 1 | -3/+11 | |
| * | | | Simpify code | Edwin Cheng | 2020-04-26 | 2 | -16/+12 | |
| * | | | Fix | Edwin Cheng | 2020-04-26 | 1 | -0/+6 | |
| * | | | Compare timestamp | Edwin Cheng | 2020-04-26 | 1 | -2/+8 | |
| * | | | Copy dylib to temp directory | Edwin Cheng | 2020-04-26 | 1 | -1/+18 | |
| * | | | Cacheproc-macro dlls | Edwin Cheng | 2020-04-26 | 4 | -58/+70 | |
* | | | | More principled approach for finding From trait | Aleksey Kladov | 2020-04-29 | 4 | -39/+95 | |
* | | | | Merge #4204 | bors[bot] | 2020-04-29 | 4 | -54/+144 | |
|\ \ \ \ | ||||||
| * | | | | Use specific pattern when translating if-let-else to match | Aleksey Kladov | 2020-04-29 | 4 | -20/+123 | |
| * | | | | Move shared assist code to utils | Aleksey Kladov | 2020-04-29 | 3 | -48/+35 | |
* | | | | | Better filtering of qualified enum variants in completion | Aleksey Kladov | 2020-04-29 | 2 | -9/+49 | |
|/ / / / | ||||||
* | | | | Complete union fields after dot | Jonas Schievink | 2020-04-28 | 2 | -12/+53 | |
* | | | | Merge #4161 | bors[bot] | 2020-04-28 | 6 | -43/+54 | |
|\ \ \ \ | ||||||
| * | | | | lsp-types 0.74 | kjeremy | 2020-04-26 | 6 | -43/+54 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #4193 | bors[bot] | 2020-04-28 | 1 | -56/+61 | |
|\ \ \ \ | ||||||
| * | | | | Make it impossible to forget to add a semantic token type / modifier | Aleksey Kladov | 2020-04-28 | 1 | -56/+61 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge #4184 | bors[bot] | 2020-04-28 | 2 | -10/+22 | |
|\ \ \ \ | ||||||
| * | | | | Fix comment prefix method for four slash comments | adamrk | 2020-04-28 | 1 | -10/+6 | |
| * | | | | Treat comments beginning with four slashes as regular line comments | adamrk | 2020-04-28 | 2 | -0/+16 | |
* | | | | | Merge #4148 | bors[bot] | 2020-04-28 | 1 | -24/+21 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Simplify profiler impl (bubble up Option and shorten code | veetaha | 2020-04-25 | 1 | -24/+21 | |
* | | | | | Introduce new semantic highlight token for format specifier | Leander Tentrup | 2020-04-28 | 9 | -37/+48 | |
| |/ / / |/| | | | ||||||
* | | | | Merge #4173 | bors[bot] | 2020-04-27 | 2 | -37/+109 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Check dep name to detect it is core | Edwin Cheng | 2020-04-27 | 1 | -4/+6 | |
| * | | | Use empty-deps tricks to detect it is core | Edwin Cheng | 2020-04-27 | 2 | -11/+26 | |
| * | | | Add test | Edwin Cheng | 2020-04-27 | 2 | -1/+27 | |
| * | | | Use core instead of std for builtin derive macros | Edwin Cheng | 2020-04-27 | 2 | -36/+65 | |
| | |/ | |/| | ||||||
* / | | For associated type shorthand (T::Item), use the substs from the where clause | Florian Diebold | 2020-04-26 | 4 | -13/+119 | |
|/ / | ||||||
* | | Merge #4155 | bors[bot] | 2020-04-26 | 3 | -35/+44 | |
|\ \ | ||||||
| * | | Precompute expected type during completion | Aleksey Kladov | 2020-04-26 | 3 | -35/+44 | |
| |/ | ||||||
* / | Add `cargo test` to the list of Run commands | Aleksey Kladov | 2020-04-26 | 3 | -62/+63 | |
|/ | ||||||
* | Fix broken test | Jonas Schievink | 2020-04-25 | 1 | -1/+1 | |
* | Don't add call parens when an fn type is expected | Jonas Schievink | 2020-04-25 | 2 | -0/+63 | |
* | Merge #4145 | bors[bot] | 2020-04-25 | 7 | -398/+345 | |
|\ | ||||||
| * | Extract messy tree handling out of profiling code | Aleksey Kladov | 2020-04-25 | 5 | -150/+118 | |
| * | Fix panic in NoSuchField diagnostic | Aleksey Kladov | 2020-04-25 | 1 | -3/+2 | |
| * | Simplify | Aleksey Kladov | 2020-04-25 | 1 | -20/+17 | |
| * | Simplify hprof | Aleksey Kladov | 2020-04-25 | 1 | -85/+64 | |
| * | Move hprof to a separate file | Aleksey Kladov | 2020-04-25 | 2 | -393/+398 | |
| * | minor clenup | Aleksey Kladov | 2020-04-25 | 2 | -16/+15 | |
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*-----. \ | Merge #4113 #4136 #4141 #4142 | bors[bot] | 2020-04-25 | 5 | -5/+76 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | | * | | Fix typo | veetaha | 2020-04-25 | 1 | -1/+1 | |
| | | |/ | ||||||
| | * | | add support for cfg feature attributes on expression #4063 | Benjamin Coenen | 2020-04-25 | 2 | -0/+36 | |
| * | | | Support returning non-hierarchical symbols | kjeremy | 2020-04-24 | 1 | -4/+33 | |
| * | | | Add hierarchical symbols client capability | kjeremy | 2020-04-24 | 1 | -0/+6 |