| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | 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 |
* | | | | | | | | Merge pull request #4157 from lnicola/glibc-releases | Aleksey Kladov | 2020-04-28 | 2 | -6/+3 |
|\ \ \ \ \ \ \ \
| |_|_|/ / / / /
|/| | | | | | | |
|
| * | | | | | | | Use x86_64-unknown-linux-gnu for releases | Laurențiu Nicola | 2020-04-28 | 2 | -6/+3 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge #4190 | bors[bot] | 2020-04-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | tiny fix in markdown ordered list | Youngsuk Kim | 2020-04-28 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Merge #4183 | bors[bot] | 2020-04-28 | 9 | -37/+48 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | 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 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge #4158 | bors[bot] | 2020-04-26 | 1 | -6/+21 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Add missing . | Günter Zöchbauer | 2020-04-26 | 1 | -1/+1 |
| * | | | | Change install directory suggestion to `~/.local/bin` | Günter Zöchbauer | 2020-04-26 | 1 | -3/+5 |
| * | | | | xtask does not need to be installed | Günter Zöchbauer | 2020-04-26 | 1 | -4/+1 |
| * | | | | Clarify rust-analyzer binary install | Günter Zöchbauer | 2020-04-26 | 1 | -7/+23 |
| |/ / / |
|
* | | | | Merge #4159 | bors[bot] | 2020-04-26 | 4 | -13/+119 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | 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 |
| | |/
| |/| |
|
* | | | Merge #4154 | bors[bot] | 2020-04-26 | 3 | -62/+63 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add `cargo test` to the list of Run commands | Aleksey Kladov | 2020-04-26 | 3 | -62/+63 |
|/ / |
|
* | | Merge #4146 | bors[bot] | 2020-04-25 | 2 | -1/+64 |
|\ \ |
|
| * | | 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 | 9 | -427/+346 |
|\ \ |
|
| * | | Remove dead code | Aleksey Kladov | 2020-04-25 | 1 | -29/+0 |
| * | | Extract messy tree handling out of profiling code | Aleksey Kladov | 2020-04-25 | 6 | -150/+119 |
| * | | 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 | 7 | -7/+78 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| | | | * | Remove unnecessary async from vscode language client creation | veetaha | 2020-04-25 | 2 | -2/+2 |
| | | * | | 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 |
* | | | | Merge #4139 | bors[bot] | 2020-04-25 | 2 | -12/+75 |
|\ \ \ \ |
|
| * | | | | Checks no repetition for an empty token | Edwin Cheng | 2020-04-25 | 2 | -12/+75 |
* | | | | | Merge #4137 | bors[bot] | 2020-04-25 | 2 | -14/+87 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Prefer core/alloc paths on #![no_std] | Jonas Schievink | 2020-04-25 | 2 | -14/+87 |
| | |_|/
| |/| | |
|