aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #4256bors[bot]2020-05-021-2/+2
|\
| * Improve formatting of analyzer status textAndrew Chin2020-05-021-2/+2
* | Test/check the whole packageAleksey Kladov2020-05-022-7/+3
* | Revert "Merge #4233"Aleksey Kladov2020-05-028-29/+59
* | Update crateskjeremy2020-05-011-1/+1
|/
*-. Merge #4220 #4240bors[bot]2020-05-0123-103/+249
|\ \
| | * Bump depsLaurențiu Nicola2020-05-018-25/+37
| * | Remove lower_path from AssistCtx to SemanticEdwin Cheng2020-05-013-8/+10
| * | Introduce LowerCtx for path loweringEdwin Cheng2020-05-0114-80/+172
| * | Add testEdwin Cheng2020-05-011-0/+40
| |/
* | Merge #4244bors[bot]2020-05-012-1/+16
|\ \
| * | Test for unsafe traitDiana2020-05-011-0/+11
| * | Unsafe traitsDiana2020-05-011-1/+5
| |/
* | Merge #4246bors[bot]2020-05-018-74/+177
|\ \
| * | Validate uses of self and superJohn Renner2020-05-018-74/+177
* | | Address commentskjeremy2020-05-012-2/+4
* | | Mark most assists as the base "refactor" typekjeremy2020-05-011-9/+2
* | | Advertise support for all the builtin CodeActionKindskjeremy2020-05-011-8/+20
* | | Filter out CodeActions if a server only support commands.kjeremy2020-05-013-1/+27
* | | Fix pub(self) visibility?Diana2020-05-011-1/+1
| |/ |/|
* | Kill more zombiesAleksey Kladov2020-04-302-9/+0
* | Introduce BlockModifierAleksey Kladov2020-04-302-2/+19
* | Remove dead code, which elaborately pretends to be aliveAleksey Kladov2020-04-305-48/+10
|/
* Fix a bunch of false-positives in join-linesAleksey Kladov2020-04-304-13/+82
* Merge #4153bors[bot]2020-04-303-11/+123
|\
| * 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
|\ \ \