aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #4204bors[bot]2020-04-294-54/+144
|\
| * Use specific pattern when translating if-let-else to matchAleksey Kladov2020-04-294-20/+123
| * Move shared assist code to utilsAleksey Kladov2020-04-293-48/+35
* | Better filtering of qualified enum variants in completionAleksey Kladov2020-04-292-9/+49
|/
* Complete union fields after dotJonas Schievink2020-04-282-12/+53
* Merge #4161bors[bot]2020-04-286-43/+54
|\
| * lsp-types 0.74kjeremy2020-04-266-43/+54
* | Merge #4193bors[bot]2020-04-281-56/+61
|\ \
| * | Make it impossible to forget to add a semantic token type / modifierAleksey Kladov2020-04-281-56/+61
* | | Merge #4184bors[bot]2020-04-282-10/+22
|\ \ \
| * | | Fix comment prefix method for four slash commentsadamrk2020-04-281-10/+6
| * | | Treat comments beginning with four slashes as regular line commentsadamrk2020-04-282-0/+16
* | | | Merge #4148bors[bot]2020-04-281-24/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Simplify profiler impl (bubble up Option and shorten codeveetaha2020-04-251-24/+21
* | | | Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-289-37/+48
| |/ / |/| |
* | | Merge #4173bors[bot]2020-04-272-37/+109
|\ \ \ | |_|/ |/| |
| * | Check dep name to detect it is coreEdwin Cheng2020-04-271-4/+6
| * | Use empty-deps tricks to detect it is coreEdwin Cheng2020-04-272-11/+26
| * | Add testEdwin Cheng2020-04-272-1/+27
| * | Use core instead of std for builtin derive macrosEdwin Cheng2020-04-272-36/+65
* | | For associated type shorthand (T::Item), use the substs from the where clauseFlorian Diebold2020-04-264-13/+119
|/ /
* | Merge #4155bors[bot]2020-04-263-35/+44
|\ \
| * | Precompute expected type during completionAleksey Kladov2020-04-263-35/+44
| |/
* / Add `cargo test` to the list of Run commandsAleksey Kladov2020-04-263-62/+63
|/
* Fix broken testJonas Schievink2020-04-251-1/+1
* Don't add call parens when an fn type is expectedJonas Schievink2020-04-252-0/+63
* 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
|\ \ \ \