aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-214-48/+47
* Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1830-183/+705
|\
| * Merge #4027bors[bot]2020-04-182-25/+50
| |\
| | * find_path: Builtins are always in scopeFlorian Diebold2020-04-182-25/+50
| |/
| * Merge #4026bors[bot]2020-04-181-1/+10
| |\
| | * Omit more parameter hints in the presence of underscoresLaurențiu Nicola2020-04-181-1/+10
| * | Merge #4023bors[bot]2020-04-184-27/+92
| |\ \
| | * | Fix another crash from wrong bindersFlorian Diebold2020-04-174-27/+92
| * | | Merge #4022bors[bot]2020-04-172-1/+14
| |\ \ \
| | * | | Fix incorrect order of syntax highlight rangesLeander Tentrup2020-04-172-1/+14
| |/ / /
| * | | Merge #4021bors[bot]2020-04-173-5/+65
| |\ \ \
| | * | | Fix type equality for dyn TraitFlorian Diebold2020-04-173-5/+65
| |/ / /
| * | | Merge #4019bors[bot]2020-04-171-0/+174
| |\ \ \
| | * | | Add two more tests for associated typesFlorian Diebold2020-04-171-0/+174
| |/ / /
| * | | Merge #4016bors[bot]2020-04-171-47/+52
| |\ \ \ | | |_|/ | |/| |
| | * | Don't use SyntaxNodePtr::range when determining scope for offsetAleksey Kladov2020-04-171-47/+52
| |/ /
| * | Merge #4012bors[bot]2020-04-172-3/+59
| |\ \
| | * | fix panic on ellipsis in patternJosh Mcguigan2020-04-172-3/+59
| * | | Merge #4011bors[bot]2020-04-172-1/+40
| |\ \ \
| | * | | Don\t suggest import itself as a completion for importAleksey Kladov2020-04-172-1/+40
| |/ / /
| * | | Merge #4010bors[bot]2020-04-178-17/+83
| |\ \ \
| | * | | Simplify Diagnostic structureAleksey Kladov2020-04-176-51/+8
| | * | | Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-175-21/+89
| | * | | Don't expose impl details of SyntaxPtrAleksey Kladov2020-04-178-14/+55
| * | | | Merge #4009bors[bot]2020-04-171-9/+10
| |\ \ \ \
| | * | | | Better snippet when completing trait methodAleksey Kladov2020-04-171-9/+10
| | |/ / /
| * | | | Merge #4004bors[bot]2020-04-173-2/+17
| |\ \ \ \
| | * | | | Use mmap for proc macro libsLaurențiu Nicola2020-04-173-2/+17
| | |/ / /
| * | | | Merge #3996bors[bot]2020-04-172-6/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix path for proc-macro in nightly / stable buildEdwin Cheng2020-04-162-6/+2
| * | | | Merge #4008bors[bot]2020-04-171-3/+3
| |\ \ \ \
| | * | | | tests: add more info about what failed in tidy testsBenjamin Coenen2020-04-171-3/+3
| | | |/ / | | |/| |
| * | | | Merge #4007bors[bot]2020-04-171-37/+35
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Reduce allocations when looking up proc macro declLaurențiu Nicola2020-04-171-37/+35
| |/ / /
* | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
* | | | revert tidy tests changesBenjamin Coenen2020-04-171-3/+3
* | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1751-364/+1126
|\| | |
| * | | Merge #3995bors[bot]2020-04-163-149/+150
| |\ \ \ | | |/ / | |/| |
| | * | Unmix error handling when discovering workspacesAleksey Kladov2020-04-163-75/+41
| | * | Decouple project loading from project discovery a bitAleksey Kladov2020-04-163-128/+163
| * | | Merge #3958bors[bot]2020-04-1617-29/+208
| |\ \ \ | | |_|/ | |/| |
| | * | Remove ci changesEdwin Cheng2020-04-161-4/+0
| | * | Fix extern_process argsEdwin Cheng2020-04-162-8/+22
| | * | Add proc-macro cli command for rust-analyzerEdwin Cheng2020-04-1614-26/+47
| | * | Add tests for proc_macroEdwin Cheng2020-04-162-1/+92
| | * | Add config for proc_macroEdwin Cheng2020-04-165-1/+22
| | * | Add with-proc-macro in bench ,stats and diagnositcsEdwin Cheng2020-04-166-13/+49
| * | | Merge #3994bors[bot]2020-04-164-9/+7
| |\ \ \ | | | |/ | | |/|
| | * | Don't expose SyntaxNodePtr impl detailsAleksey Kladov2020-04-164-9/+7
| |/ /
| * | Merge #3992bors[bot]2020-04-161-10/+10
| |\ \