Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Rebuild rust-analyzer when launching in VS Code | Jonas Schievink | 2020-04-28 | 2 | -2/+9 | |
* | 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 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge #4133 | bors[bot] | 2020-04-25 | 2 | -11/+10 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | main: fix bug where thread pool isn't joined | Andrew Gallant | 2020-04-25 | 1 | -0/+1 | |
| * | | | main: eagerly prime goto-definition caches | Andrew Gallant | 2020-04-25 | 2 | -11/+9 | |
* | | | | Merge #4135 | bors[bot] | 2020-04-25 | 27 | -148/+132 | |
|\ \ \ \ | ||||||
| * | | | | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 27 | -148/+132 | |
|/ / / / | ||||||
* | | | | Merge #4134 | bors[bot] | 2020-04-25 | 2 | -0/+16 | |
|\ \ \ \ | ||||||
| * | | | | Fix whitespaces | Edwin Cheng | 2020-04-25 | 1 | -1/+1 | |
| * | | | | Special case for empty comments | Edwin Cheng | 2020-04-25 | 2 | -0/+16 | |
| | |/ / | |/| | |