aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix YouComplteMe instructions linkBoris Staletic2020-04-291-1/+1
* 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
* | Merge #4203bors[bot]2020-04-292-9/+49
|\ \
| * | Better filtering of qualified enum variants in completionAleksey Kladov2020-04-292-9/+49
|/ /
* | Merge #4199bors[bot]2020-04-291-0/+15
|\ \ | |/ |/|
| * add ale to the nvim setup section of the readmeSimon Cruanes2020-04-291-0/+15
|/
* Merge #4198bors[bot]2020-04-282-12/+53
|\
| * Complete union fields after dotJonas Schievink2020-04-282-12/+53
* | Merge #4196bors[bot]2020-04-283-3/+33
|\ \ | |/ |/|
| * Build extension tooJonas Schievink2020-04-283-3/+26
| * Rebuild rust-analyzer when launching in VS CodeJonas Schievink2020-04-282-2/+9
* | Merge #4161bors[bot]2020-04-287-47/+58
|\ \
| * | lsp-types 0.74kjeremy2020-04-267-47/+58
* | | 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
* | | | | Merge pull request #4157 from lnicola/glibc-releasesAleksey Kladov2020-04-282-6/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use x86_64-unknown-linux-gnu for releasesLaurențiu Nicola2020-04-282-6/+3
* | | | | Merge #4190bors[bot]2020-04-281-1/+1
|\ \ \ \ \
| * | | | | tiny fix in markdown ordered listYoungsuk Kim2020-04-281-1/+1
|/ / / / /
* | | | | Merge #4183bors[bot]2020-04-289-37/+48
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | 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
* | | | | Merge #4158bors[bot]2020-04-261-6/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add missing .Günter Zöchbauer2020-04-261-1/+1
| * | | | Change install directory suggestion to `~/.local/bin`Günter Zöchbauer2020-04-261-3/+5
| * | | | xtask does not need to be installedGünter Zöchbauer2020-04-261-4/+1
| * | | | Clarify rust-analyzer binary installGünter Zöchbauer2020-04-261-7/+23
| |/ / /
* | | | Merge #4159bors[bot]2020-04-264-13/+119
|\ \ \ \ | |/ / / |/| | |
| * | | 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
| | |/ | |/|
* | | Merge #4154bors[bot]2020-04-263-62/+63
|\ \ \ | |/ / |/| |
| * | Add `cargo test` to the list of Run commandsAleksey Kladov2020-04-263-62/+63
|/ /
* | Merge #4146bors[bot]2020-04-252-1/+64
|\ \
| * | 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-259-427/+346
|\ \
| * | Remove dead codeAleksey Kladov2020-04-251-29/+0
| * | Extract messy tree handling out of profiling codeAleksey Kladov2020-04-256-150/+119