aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* cargo updatekjeremy2019-07-152-2/+2
* Switch to Chalk master, without fuelFlorian Diebold2019-07-152-4/+4
* Remove blacklist, instead mark `Sized` as non-enumerableFlorian Diebold2019-07-151-17/+3
* Cargo update, including updating ChalkFlorian Diebold2019-07-141-0/+2
* Have InferenceContext contain an InferenceResult instead of duplicating all f...Florian Diebold2019-07-141-36/+19
* Some renamings for clarityFlorian Diebold2019-07-149-25/+28
* Fixed request commentsAlexander Andreev2019-07-142-66/+72
* Fixed commentsAlexander Andreev2019-07-131-2/+2
* More resolution modules with attribute pathAlexander Andreev2019-07-132-4/+521
* complete fields in enum variantsEkaterina Babshukova2019-07-125-16/+116
* make Parse fields privateAleksey Kladov2019-07-1231-99/+109
* Merge #1523bors[bot]2019-07-122-0/+11
|\
| * account for dependencies when showing memory usageAleksey Kladov2019-07-122-0/+11
* | Merge #1520bors[bot]2019-07-113-10/+15
|\ \ | |/ |/|
| * Remove executeCommandProvider: apply_code_action.Michael Bolin2019-07-112-10/+8
| * Ignore workspace/didChangeConfiguration notifications.Michael Bolin2019-07-112-4/+11
* | move whitespace manipulation inside AstEditorEkaterina Babshukova2019-07-102-19/+17
* | Make clippy a bit happierPascal Hertleif2019-07-101-0/+4
* | Resolve a FIXMEPascal Hertleif2019-07-101-3/+1
|/
* fix profile nameAleksey Kladov2019-07-091-1/+1
* Merge #1515bors[bot]2019-07-0911-119/+286
|\
| * Unify `normalize` and `implements` to simplify codeFlorian Diebold2019-07-089-107/+67
| * Use environment for associated type normalization as wellFlorian Diebold2019-07-087-20/+52
| * Start handling environment in trait resolutionFlorian Diebold2019-07-086-14/+103
| * Refactor a bit & introduce Environment structFlorian Diebold2019-07-087-21/+107
* | Merge #1512bors[bot]2019-07-093-17/+106
|\ \
| * | beautify testsUnreal Hoang2019-07-091-20/+36
| * | use namespaced consts for KnownNameUnreal Hoang2019-07-081-12/+10
| * | projection over std::ops::Try::Ok to infer try/?Unreal Hoang2019-07-083-2/+77
* | | Look for the fXX_runtime lang items during method resolution.Marco Groppo2019-07-081-4/+6
| |/ |/|
* | Remove unused dependenciesShotaro Yamada2019-07-088-19/+0
|/
* don't send LocationLink unless the client opts-inAleksey Kladov2019-07-085-12/+62
* simplifyAleksey Kladov2019-07-082-23/+20
* add try_conv_with_to_vecAleksey Kladov2019-07-082-40/+54
* Merge #1504bors[bot]2019-07-084-38/+30
|\
| * Simplify responses by using into()Jeremy Kolb2019-07-073-13/+14
| * use flatten branch of lsp-typesJeremy Kolb2019-07-074-27/+18
* | cargo formatMuhammad Mominul Huque2019-07-076-14/+14
* | Constify KnownName'sMuhammad Mominul Huque2019-07-0710-155/+73
|/
* Merge #1501bors[bot]2019-07-075-35/+170
|\
| * add projection to infer for loop variableUnreal Hoang2019-07-075-35/+170
* | Merge #1499bors[bot]2019-07-077-109/+241
|\ \
| * | Moved module resolution test in mods.rsAlexander Andreev2019-07-074-193/+195
| * | Added support attribute path in resolusion module fnAlexander Andreev2019-07-062-5/+119
| * | Added extract path attribute for current moduleAlexander Andreev2019-07-064-7/+23
* | | inline snapshot in complete_postfixfunkill22019-07-072-75/+71
| |/ |/|
* | Make EnumVariant a GenericDef and simplify some codeFlorian Diebold2019-07-064-14/+21
* | Add trait obligations for where clauses when calling functions/methodsFlorian Diebold2019-07-067-34/+156
|/
* Merge #1495bors[bot]2019-07-052-9/+22
|\
| * use correct file for diagnosticsAleksey Kladov2019-07-052-9/+22