aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Remove extra whitespacerdambrosio2021-06-181-2/+2
| | | |
| * | | Feat: inline generics in const and func trait completionsrdambrosio2021-06-185-38/+261
| | | |
* | | | Merge #9325bors[bot]2021-06-1811-22/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9325: Minor: clippy perf fixes r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | | Avoid string allocationLaurențiu Nicola2021-06-181-1/+1
| | | | |
| * | | | Minor clippy perf fixesLaurențiu Nicola2021-06-1811-21/+22
| |/ / /
* | | | Merge #9326bors[bot]2021-06-181-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | 9326: Minor: Fix line numbering in tidy r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | Fix line numbering in tidyLaurențiu Nicola2021-06-181-1/+1
|/ / /
* | | Merge #9313bors[bot]2021-06-172-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9313: fix: Don't complete keywords in attributes inside expressions r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | | Don't complete keywords in attributes inside expressionsLukas Wirth2021-06-172-2/+5
| | | |
* | | | Merge #9320bors[bot]2021-06-174-53/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9320: internal: retire famous_defs_fixture r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | internal: retire famous_defs_fixtureAleksey Kladov2021-06-173-38/+24
| | | | | | | | | | | | | | | | | | | | This is now done declaratively via `minicore`.
| * | | | minor: simplifyAleksey Kladov2021-06-171-15/+12
| | | | |
* | | | | Merge #9319bors[bot]2021-06-175-61/+130
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9319: internal: add derive and ord support to minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | internal: add derive and ord support to minicoreAleksey Kladov2021-06-175-61/+130
|/ / / /
* | | | Merge #9318bors[bot]2021-06-173-2/+202
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 9318: feat: Complete `repr` attribute parameters r=Veykril a=Veykril Co-authored-by: Lukas Wirth <[email protected]>
| * | | Complete `repr` attribute parametersLukas Wirth2021-06-173-2/+202
|/ / /
* | | Merge #9317bors[bot]2021-06-175-69/+129
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9317: internal: add From to minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: add From to minicoreAleksey Kladov2021-06-175-62/+129
| | | |
| * | | minor: dead codeAleksey Kladov2021-06-171-7/+0
| | | |
* | | | Merge #9316bors[bot]2021-06-176-78/+94
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9316: internal: add default to minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: add default to minicoreAleksey Kladov2021-06-176-78/+94
|/ / /
* | | Merge #9315bors[bot]2021-06-1782-355/+335
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9315: Nest all the or-patterns! r=Veykril a=Veykril `cargo +nightly clippy --fix -Z unstable-options --allow-dirty -- -A clippy::all -D clippy::unnested_or_patterns` Co-authored-by: Lukas Wirth <[email protected]>
| * | | Fix parser tests for 1.53Lukas Wirth2021-06-1754-198/+198
| | | |
| * | | simplifyLukas Wirth2021-06-173-11/+9
| | | |
| * | | Nest all the or-patterns!Lukas Wirth2021-06-1726-151/+133
| | | |
* | | | Merge #9312bors[bot]2021-06-1712-171/+242
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | 9312: internal: Move out item specific completion tests r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | Correct completions in items testsLukas Wirth2021-06-175-24/+57
| | |
| * | Move item specific completion testsLukas Wirth2021-06-176-71/+111
| | |
| * | Less filtering in completion testsLukas Wirth2021-06-177-98/+96
|/ /
* | Merge #9310bors[bot]2021-06-1710-255/+299
|\ \ | | | | | | | | | | | | | | | | | | | | | 9310: internal: Refine and test UseTree completions r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | Fix incorrect completions in empty braced use statementLukas Wirth2021-06-173-5/+18
| | |
| * | Refine `self`, `super` and `crate` completion in use pathsLukas Wirth2021-06-179-54/+47
| | |
| * | Move out and rewrite UseTree completion testsLukas Wirth2021-06-175-224/+262
| | |
* | | Merge #9308bors[bot]2021-06-172-13/+60
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9308: fix: Create modules in correct directory for nested modules in move_module assist r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]>
| * | | Create modules in correct directory for nested modules in move_module assistLukas Wirth2021-06-172-13/+60
| |/ /
* | | Merge #9307bors[bot]2021-06-172-178/+37
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9307: internal: switch some tests to minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: remove dead codeAleksey Kladov2021-06-171-24/+0
| | | |
| * | | internal: switch some tests to minicoreAleksey Kladov2021-06-172-154/+37
| | | |
* | | | Merge #9306bors[bot]2021-06-174-70/+80
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9306: internal: minimize minicore r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | internal: minimize minicoreAleksey Kladov2021-06-173-59/+36
| | | | | | | | | | | | | | | | | | | | | | | | We want to keep minicore small, so let's split out iterator adapters and sources into a separate `iterators` region, and use them only when needed.
| * | | internal: switch some tests to minicoreAleksey Kladov2021-06-173-17/+50
|/ / /
* | | Merge #9304bors[bot]2021-06-166-159/+212
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 9304: internal: cleanup tests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | internal: cleanup testsAleksey Kladov2021-06-162-72/+140
| | |
| * | internal: switch some tests to minicoreAleksey Kladov2021-06-162-15/+8
| | |
| * | internal: add iterator to minicoreAleksey Kladov2021-06-162-39/+38
| | |
| * | internal: switch some tests to minicoreAleksey Kladov2021-06-161-15/+12
| | |
| * | internal: switch some tests to minicoreAleksey Kladov2021-06-161-19/+15
| | |
* | | Merge #9301bors[bot]2021-06-1626-414/+430
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9301: internal: Start refactoring ide_completion tests r=Veykril a=Veykril Our current completion test infra resovles around usually just checking a specific `CompletionKind` which is suboptimal. We only see what we want to see in tests with this causing us to miss a lot of incorrect completions we are doing. Instead we should test for different cursor locations for all kinds(sans the magic kind maybe? not sure yet). This way we will also see potential duplicate completions that merely different in their kind. Also since most completion submodules complete things in tests of other modules due to the tests overlapping it makes more sense to group these tests differently which implies moving them to a new module. Exceptions for this might be stuff like attribute completion as these cannot currently interfere. I only wrote a few tests to check for completions in `ItemList` position so far and I already found a few incorrect/irrelevant completions as these haven't been tested properly due to them being hidden by the `CompletionKind` filtering. I think `CompletionKind` doesn't really seem to be beneficial to me as to I can't think of a occasion where we would want to only check a specific completion kind. Co-authored-by: Lukas Wirth <[email protected]>
| * | Move test_utils into tests moduleLukas Wirth2021-06-1626-238/+194
| | |
| * | Don't complete paths after attributesLukas Wirth2021-06-167-135/+123
| | |