aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Chalk (without using its dyn/impl Trait support)Florian Diebold2019-10-263-46/+76
|
* generate more assists docsAleksey Kladov2019-10-257-20/+262
|
* Merge #2069bors[bot]2019-10-254-24/+73
|\ | | | | | | | | | | | | | | 2069: auto-generate assists docs and tests r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * auto-generate assists docs and testsAleksey Kladov2019-10-254-24/+73
| |
* | Merge #2066bors[bot]2019-10-256-278/+358
|\ \ | | | | | | | | | | | | | | | | | | | | | 2066: insert space after `->` r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | disable the new typing handler for `->`Aleksey Kladov2019-10-251-0/+9
| | | | | | | | | | | | It doesn't actually work with LSP
| * | insert space after `->`Aleksey Kladov2019-10-253-112/+119
| | |
| * | refactor typing_handlersAleksey Kladov2019-10-252-35/+41
| | |
| * | introduce SingleFileChangeAleksey Kladov2019-10-253-35/+64
| | |
| * | move source change to a dedicated fileAleksey Kladov2019-10-252-95/+104
| | |
| * | make typing infra slightly more extensibleAleksey Kladov2019-10-253-54/+74
| |/
* / Specify working chalk revisions in manifestLaurențiu Nicola2019-10-251-3/+3
|/
* document feature flagsAleksey Kladov2019-10-251-5/+9
|
* bump instakjeremy2019-10-242-2/+2
|
* Merge #2059bors[bot]2019-10-245-35/+135
|\ | | | | | | | | | | | | | | 2059: for highlighting, search only the current file r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * for highlighting, search only the current fileAleksey Kladov2019-10-245-29/+112
| |
| * add search scope stuctAleksey Kladov2019-10-241-13/+30
| |
* | add --with-deps option to analysis-statsAleksey Kladov2019-10-242-8/+10
|/
* add some profiling callsAleksey Kladov2019-10-243-0/+10
|
* don't die if a sync task panicsAleksey Kladov2019-10-241-6/+10
|
* show unaccounted for time in profilingAleksey Kladov2019-10-241-3/+20
|
* xtask: move codegen to a moduleAleksey Kladov2019-10-231-2/+2
|
* Merge #2049bors[bot]2019-10-231-0/+4
|\ | | | | | | | | | | | | | | 2049: add couple of profiling calls r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * add couple of profiling callsAleksey Kladov2019-10-231-0/+4
| |
* | minor cleanupAleksey Kladov2019-10-231-18/+36
|/
* restore assertAleksey Kladov2019-10-231-0/+1
|
* some fixes, add docsEkaterina Babshukova2019-10-225-72/+73
|
* support items that visible to the parent moduleEkaterina Babshukova2019-10-223-5/+68
|
* classify module from declarationEkaterina Babshukova2019-10-224-9/+44
|
* fix highlightingEkaterina Babshukova2019-10-223-2/+3
|
* remove SearchScopeEkaterina Babshukova2019-10-222-10/+6
|
* use Lazy, some fixesEkaterina Babshukova2019-10-229-43/+50
|
* remove `unreachable!()`Ekaterina Babshukova2019-10-224-15/+18
|
* replace trait by a bunch of functionsEkaterina Babshukova2019-10-229-330/+227
|
* restructure a bitEkaterina Babshukova2019-10-2211-700/+870
|
* classify definition of a function rightEkaterina Babshukova2019-10-221-0/+3
|
* make `handle_references` accept refs from other filesEkaterina Babshukova2019-10-221-4/+9
|
* some fixes, add testsEkaterina Babshukova2019-10-223-39/+52
|
* implement search of referencesEkaterina Babshukova2019-10-223-76/+134
|
* find scope for `Declaration` itemEkaterina Babshukova2019-10-224-46/+86
|
* return Declaration from classify_name_refEkaterina Babshukova2019-10-226-182/+323
|
* return Declaration from classify_nameEkaterina Babshukova2019-10-222-36/+59
|
* replace a chain of `if let` by macroEkaterina Babshukova2019-10-223-255/+87
|
* refactor name_ref_kind.rsEkaterina Babshukova2019-10-226-64/+61
|
* initial classify_nameEkaterina Babshukova2019-10-227-36/+376
|
* Merge #2046bors[bot]2019-10-221-1/+1
|\ | | | | | | | | | | | | | | 2046: Bump crates r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * Bump crateskjeremy2019-10-221-1/+1
| |
* | Merge #1933bors[bot]2019-10-224-0/+314
|\ \ | |/ |/| | | | | | | | | | | 1933: Adds "replace with guarded return" assist r=matklad a=mikhail-m1 first draft for #1782. I'm pretty sure I missed something. Co-authored-by: Mikhail Modin <[email protected]>
| * Adds "replace with guarded return" assistMikhail Modin2019-10-204-0/+314
| |
* | Merge #2044bors[bot]2019-10-224-24/+117
|\ \ | | | | | | | | | | | | | | | | | | | | | 2044: Fixup folding ranges for clients with lineFoldingOnly=true r=matklad a=ztlpn Fixes #2033 Co-authored-by: Alex Zatelepin <[email protected]>