aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Map first and last node in original_rangeEdwin Cheng2019-12-121-17/+36
* Fixed #2250Gabriel Luo2019-12-111-12/+66
* Build correct SourceAnalyzer for traitsAleksey Kladov2019-12-101-14/+4
* chore: bump deps and use mainline chalkLaurențiu Nicola2019-12-091-3/+3
* Report correct original range in goto_definitionAleksey Kladov2019-12-091-9/+7
* Implement `ra_lsp_server --version`Aleksey Kladov2019-12-092-1/+32
*---. Merge #2500 #2505 #2506bors[bot]2019-12-0812-140/+31
|\ \ \
| | | * Remove one more TyAleksey Kladov2019-12-083-8/+3
| | |/
| | * Remove more dead codeAleksey Kladov2019-12-084-111/+1
| | * Cleanup module structureAleksey Kladov2019-12-083-8/+7
| * | Expand macros in blocks to expressions for nowFlorian Diebold2019-12-082-5/+6
| * | Fix range in goto_through_format testFlorian Diebold2019-12-081-1/+1
| * | Fix expansion of format_argsFlorian Diebold2019-12-082-7/+13
| |/
| |
| \
| \
| \
*---. \ Merge #2501 #2502 #2503bors[bot]2019-12-083-150/+99
|\ \ \ \ | |_|_|/ |/| | |
| | * | Delay legacy macro expansionEdwin Cheng2019-12-081-149/+57
| | |/
| * / Fix coercion from &Foo to an inference variable in a referenceFlorian Diebold2019-12-082-1/+42
|/ /
* | Merge #2499bors[bot]2019-12-088-110/+52
|\ \
| * | Remove dead codeAleksey Kladov2019-12-081-33/+0
| * | Remove ty from code_modelAleksey Kladov2019-12-088-55/+51
| * | Remove bodies from code_modelAleksey Kladov2019-12-081-9/+0
| * | remove `infer` method from CodeModelAleksey Kladov2019-12-081-14/+2
* | | Merge #2498bors[bot]2019-12-086-107/+94
|\| | | |/ |/|
| * Drop some unused methodsAleksey Kladov2019-12-082-49/+5
| * Cleanup Field tyAleksey Kladov2019-12-082-26/+47
| * Cleanup Crate APIAleksey Kladov2019-12-085-32/+42
* | Merge #2466bors[bot]2019-12-084-44/+194
|\ \ | |/ |/|
| * Refactor resolve_imports logicEdwin Cheng2019-12-072-40/+129
| * Push glob_imports only if non-existsEdwin Cheng2019-12-071-4/+4
| * Add testsEdwin Cheng2019-12-062-0/+61
* | Remove MacroFileKindEdwin Cheng2019-12-087-70/+52
* | Discover type parameters in more casesAleksey Kladov2019-12-071-0/+5
* | Rename GenericParam -> TypeParamAleksey Kladov2019-12-0718-79/+77
* | Get the right analyzer for implsAleksey Kladov2019-12-074-2/+23
* | Classify name works for TypeParamsAleksey Kladov2019-12-076-5/+68
* | Gotodef for TypeParametersAleksey Kladov2019-12-071-7/+18
* | ToNav for GenericParamAleksey Kladov2019-12-072-1/+28
* | Track source of type parametersAleksey Kladov2019-12-072-23/+82
* | MinorAleksey Kladov2019-12-071-3/+4
* | Show type hints for & patternsAleksey Kladov2019-12-071-16/+15
* | Merge pull request #2491 from matklad/skip-heavy-tests-by-defaultAleksey Kladov2019-12-072-0/+49
|\ \
| * | Skip slow tests by defaultAleksey Kladov2019-12-072-0/+49
* | | ReformatAleksey Kladov2019-12-071-2/+2
* | | Refactor parameter count trackingAleksey Kladov2019-12-076-32/+30
* | | Remove idx and parent generics from genericsAleksey Kladov2019-12-0710-157/+181
* | | Store GenericParams in arenaAleksey Kladov2019-12-074-14/+25
* | | Get rid of unwraps in add_newFlorian Diebold2019-12-071-24/+21
|/ /
* | Merge #2489bors[bot]2019-12-066-65/+194
|\ \
| * | Implement ancestors_with_macros in a better wayFlorian Diebold2019-12-062-12/+22
| * | Make the goto_through_format test actually fail :(Florian Diebold2019-12-061-0/+3
| * | Builtin macros only use caller tokensFlorian Diebold2019-12-061-2/+2