aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Add support for incremental text synchronizationLaurențiu Nicola2020-04-303-11/+123
| * | | Merge #4227bors[bot]2020-04-306-81/+116
| |\ \ \
| | * | | Report invalid, nested, multi-segment crate-pathsJohn Renner2020-04-306-81/+116
| * | | | Special-case try macro_rulesEdwin Cheng2020-04-303-0/+39
| |/ / /
| * | | Special-case try macro to better support 2015 editionAleksey Kladov2020-04-303-0/+52
| * | | Merge #4210bors[bot]2020-04-302-0/+65
| |\ \ \
| | * | | Add tests of showing function qualifiersoxalica2020-04-301-0/+25
| | * | | Include function qualifiers in signatureoxalica2020-04-291-0/+40
| | |/ /
| * | | Merge #4178bors[bot]2020-04-304-0/+120
| |\ \ \
| | * | | Validate the location of `crate` in pathsJohn Renner2020-04-294-0/+120
| * | | | if let -> matchJonas Schievink2020-04-291-4/+3
| * | | | ?Jonas Schievink2020-04-291-5/+1
| * | | | Use or-patterns moreJonas Schievink2020-04-291-10/+9
| * | | | Remove `.clone()`Jonas Schievink2020-04-291-8/+8
| * | | | Rename to associated_type_shorthand_candidatesJonas Schievink2020-04-293-29/+30
| * | | | Complete assoc. items on type parametersJonas Schievink2020-04-295-69/+408
| | |/ / | |/| |
| * | | Merge #4119bors[bot]2020-04-294-65/+110
| |\ \ \
| | * | | Generate uniq nameEdwin Cheng2020-04-261-3/+11
| | * | | Simpify codeEdwin Cheng2020-04-262-16/+12
| | * | | FixEdwin Cheng2020-04-261-0/+6
| | * | | Compare timestampEdwin Cheng2020-04-261-2/+8
| | * | | Copy dylib to temp directoryEdwin Cheng2020-04-261-1/+18
| | * | | Cacheproc-macro dllsEdwin Cheng2020-04-264-58/+70
| * | | | More principled approach for finding From traitAleksey Kladov2020-04-294-39/+95
| * | | | 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
* | | | | | wipBenjamin Coenen2020-05-013-1/+26
|/ / / / /
* | / / / 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