Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #4125 | bors[bot] | 2020-04-25 | 5 | -9/+14 | |
|\ \ \ \ | ||||||
| * | | | | Avoid lossy OsString conversions | Laurențiu Nicola | 2020-04-25 | 5 | -9/+14 | |
* | | | | | Merge #4131 | bors[bot] | 2020-04-25 | 439 | -26996/+26954 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | text-size 1.0.0 | Aleksey Kladov | 2020-04-25 | 6 | -12/+16 | |
| * | | | | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 13 | -53/+63 | |
| * | | | | Cleanups | Aleksey Kladov | 2020-04-25 | 4 | -24/+18 | |
| * | | | | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 376 | -26521/+26489 | |
| * | | | | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 75 | -456/+438 | |
|/ / / / | ||||||
* | | | | Merge #4128 | bors[bot] | 2020-04-24 | 1 | -1/+52 | |
|\ \ \ \ | ||||||
| * | | | | Include correct item path for variant completions | Jonas Schievink | 2020-04-24 | 1 | -1/+52 | |
| |/ / / | ||||||
* | | | | Merge #4129 | bors[bot] | 2020-04-24 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Don't print cargo version to stdout, breaking everything | Aleksey Kladov | 2020-04-24 | 1 | -1/+1 | |
|/ / / / | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #3998 #4006 | bors[bot] | 2020-04-24 | 12 | -95/+940 | |
|\ \ \ \ \ | ||||||
| | * | | | | Adapt format specifier highlighting to support escaped squences and unicode i... | Leander Tentrup | 2020-04-22 | 4 | -144/+209 | |
| | * | | | | Apply suggestions from code review | Leander Tentrup | 2020-04-22 | 2 | -34/+32 | |
| | * | | | | Implement syntax highlighting for format strings | Leander Tentrup | 2020-04-20 | 4 | -3/+532 | |
| | * | | | | Refactor flattening logic for highlighted syntax ranges | Leander Tentrup | 2020-04-18 | 1 | -54/+85 | |
| * | | | | | Add `pub(crate)` to functions generated in other module | Timo Freiberg | 2020-04-21 | 2 | -46/+27 | |
| * | | | | | Jump to sourceChanges in other files | Timo Freiberg | 2020-04-21 | 3 | -16/+15 | |
| * | | | | | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 4 | -16/+82 | |
| * | | | | | Make add_function generate functions in other modules via qualified path | Timo Freiberg | 2020-04-21 | 4 | -29/+205 | |
* | | | | | | Merge #4127 | bors[bot] | 2020-04-24 | 1 | -0/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | More helpful error message if toolchain is not in PATH | Aleksey Kladov | 2020-04-24 | 1 | -0/+5 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge #4126 | bors[bot] | 2020-04-24 | 1 | -6/+38 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Don't omit methods with self from path completion | Jonas Schievink | 2020-04-24 | 1 | -6/+38 | |
|/ / / / / | ||||||
* | | | | | Merge #4105 | bors[bot] | 2020-04-24 | 5 | -0/+595 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | |