aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #4145bors[bot]2020-04-257-398/+345
|\
| * Extract messy tree handling out of profiling codeAleksey Kladov2020-04-255-150/+118
| * Fix panic in NoSuchField diagnosticAleksey Kladov2020-04-251-3/+2
| * SimplifyAleksey Kladov2020-04-251-20/+17
| * Simplify hprofAleksey Kladov2020-04-251-85/+64
| * Move hprof to a separate fileAleksey Kladov2020-04-252-393/+398
| * minor clenupAleksey Kladov2020-04-252-16/+15
| |
| \
| \
| \
| \
| \
*-----. \ Merge #4113 #4136 #4141 #4142bors[bot]2020-04-255-5/+76
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | * | Fix typoveetaha2020-04-251-1/+1
| | | |/
| | * | add support for cfg feature attributes on expression #4063Benjamin Coenen2020-04-252-0/+36
| * | | Support returning non-hierarchical symbolskjeremy2020-04-241-4/+33
| * | | Add hierarchical symbols client capabilitykjeremy2020-04-241-0/+6
* | | | Merge #4139bors[bot]2020-04-252-12/+75
|\ \ \ \
| * | | | Checks no repetition for an empty tokenEdwin Cheng2020-04-252-12/+75
* | | | | Merge #4137bors[bot]2020-04-252-14/+87
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Prefer core/alloc paths on #![no_std]Jonas Schievink2020-04-252-14/+87
| | |_|/ | |/| |
* | | | Merge #4133bors[bot]2020-04-252-11/+10
|\ \ \ \ | |/ / / |/| | |
| * | | main: fix bug where thread pool isn't joinedAndrew Gallant2020-04-251-0/+1
| * | | main: eagerly prime goto-definition cachesAndrew Gallant2020-04-252-11/+9
* | | | Rename StructField -> FieldAleksey Kladov2020-04-2527-148/+132
* | | | Merge #4134bors[bot]2020-04-252-0/+16
|\ \ \ \
| * | | | Fix whitespacesEdwin Cheng2020-04-251-1/+1
| * | | | Special case for empty commentsEdwin Cheng2020-04-252-0/+16
| | |/ / | |/| |
* | | | Merge #4125bors[bot]2020-04-255-9/+14
|\ \ \ \
| * | | | Avoid lossy OsString conversionsLaurențiu Nicola2020-04-255-9/+14
* | | | | text-size 1.0.0Aleksey Kladov2020-04-255-10/+10
* | | | | Switch to TryFromAleksey Kladov2020-04-2513-53/+63
* | | | | CleanupsAleksey Kladov2020-04-254-24/+18
* | | | | Convert tests to text-sizeAleksey Kladov2020-04-25375-26498/+26466
* | | | | Convert code to text-sizeAleksey Kladov2020-04-2573-392/+378
| |_|/ / |/| | |
* | | | Merge #4128bors[bot]2020-04-241-1/+52
|\ \ \ \
| * | | | Include correct item path for variant completionsJonas Schievink2020-04-241-1/+52
| |/ / /
* | | | Don't print cargo version to stdout, breaking everythingAleksey Kladov2020-04-241-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge #3998 #4006bors[bot]2020-04-2410-90/+933
|\ \ \ \ \
| | * | | | Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-224-144/+209
| | * | | | Apply suggestions from code reviewLeander Tentrup2020-04-222-34/+32
| | * | | | Implement syntax highlighting for format stringsLeander Tentrup2020-04-204-3/+532
| | * | | | Refactor flattening logic for highlighted syntax rangesLeander Tentrup2020-04-181-54/+85
| * | | | | Add `pub(crate)` to functions generated in other moduleTimo Freiberg2020-04-212-46/+27
| * | | | | Jump to sourceChanges in other filesTimo Freiberg2020-04-212-13/+10
| * | | | | Add target file information to AssistActionTimo Freiberg2020-04-214-16/+82
| * | | | | Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-213-27/+203
* | | | | | Merge #4127bors[bot]2020-04-241-0/+5
|\ \ \ \ \ \
| * | | | | | More helpful error message if toolchain is not in PATHAleksey Kladov2020-04-241-0/+5
| | |_|/ / / | |/| | | |
* / | | | | Don't omit methods with self from path completionJonas Schievink2020-04-241-6/+38
|/ / / / /
* | | | / Adds attribute completions (#3941)Roberto Vidal2020-04-245-0/+595
| |_|_|/ |/| | |
* | | | Better label for macros completionAleksey Kladov2020-04-245-48/+59
| |_|/ |/| |
* | | Merge #4101bors[bot]2020-04-242-12/+5
|\ \ \
| * | | Refactor a bitEdwin Cheng2020-04-241-8/+3
| * | | Bubble up errorEdwin Cheng2020-04-232-10/+7