Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Nest all the or-patterns! | Lukas Wirth | 2021-06-17 | 25 | -150/+132 | |
| | | ||||||
* | | Correct completions in items tests | Lukas Wirth | 2021-06-17 | 5 | -24/+57 | |
| | | ||||||
* | | Move item specific completion tests | Lukas Wirth | 2021-06-17 | 6 | -71/+111 | |
| | | ||||||
* | | Less filtering in completion tests | Lukas Wirth | 2021-06-17 | 7 | -98/+96 | |
|/ | ||||||
* | Merge #9310 | bors[bot] | 2021-06-17 | 10 | -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 statement | Lukas Wirth | 2021-06-17 | 3 | -5/+18 | |
| | | ||||||
| * | Refine `self`, `super` and `crate` completion in use paths | Lukas Wirth | 2021-06-17 | 9 | -54/+47 | |
| | | ||||||
| * | Move out and rewrite UseTree completion tests | Lukas Wirth | 2021-06-17 | 5 | -224/+262 | |
| | | ||||||
* | | Merge #9308 | bors[bot] | 2021-06-17 | 2 | -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 assist | Lukas Wirth | 2021-06-17 | 2 | -13/+60 | |
| |/ | ||||||
* | | internal: remove dead code | Aleksey Kladov | 2021-06-17 | 1 | -24/+0 | |
| | | ||||||
* | | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-17 | 2 | -154/+37 | |
| | | ||||||
* | | internal: minimize minicore | Aleksey Kladov | 2021-06-17 | 3 | -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 minicore | Aleksey Kladov | 2021-06-17 | 3 | -17/+50 | |
| | | ||||||
* | | Merge #9304 | bors[bot] | 2021-06-16 | 6 | -159/+212 | |
|\ \ | |/ |/| | | | | | | | | | | | | | 9304: internal: cleanup tests r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | internal: cleanup tests | Aleksey Kladov | 2021-06-16 | 2 | -72/+140 | |
| | | ||||||
| * | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-16 | 2 | -15/+8 | |
| | | ||||||
| * | internal: add iterator to minicore | Aleksey Kladov | 2021-06-16 | 2 | -39/+38 | |
| | | ||||||
| * | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-16 | 1 | -15/+12 | |
| | | ||||||
| * | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-16 | 1 | -19/+15 | |
| | | ||||||
* | | Move test_utils into tests module | Lukas Wirth | 2021-06-16 | 26 | -238/+194 | |
| | | ||||||
* | | Don't complete paths after attributes | Lukas Wirth | 2021-06-16 | 7 | -135/+123 | |
| | | ||||||
* | | Don't show incorrect completions after unsafe or visiblity node | Lukas Wirth | 2021-06-16 | 4 | -42/+38 | |
| | | ||||||
* | | Don't complete visibility accessors after existing ones | Lukas Wirth | 2021-06-16 | 4 | -3/+24 | |
| | | ||||||
* | | Start refactoring ide_completion tests | Lukas Wirth | 2021-06-16 | 9 | -247/+302 | |
|/ | ||||||
* | Merge #9302 | bors[bot] | 2021-06-16 | 1 | -7/+67 | |
|\ | | | | | | | | | | | | | | | 9302: internal: Add builtin derives to attribute completion fixtures r=Veykril a=Veykril bors R+ Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | Don't complete already used derive attributes | Lukas Wirth | 2021-06-16 | 1 | -20/+20 | |
| | | ||||||
| * | Add builtin derives to attribute completion fixtures | Lukas Wirth | 2021-06-16 | 1 | -7/+67 | |
| | | ||||||
* | | Merge #9258 | bors[bot] | 2021-06-16 | 1 | -4/+6 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 9258: minor: Give `ImportPrefix` variants better config names r=matklad a=Veykril I feel like `crate` and `self` work better than `by_crate` and `by_self`. The only reason for the current names were that `Self` doesn't work for the variant name on the rust side so I forgot about setting proper config names on serde layer. Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | | Give ImportPrefix variants better config names | Lukas Wirth | 2021-06-13 | 1 | -4/+6 | |
| | | | ||||||
* | | | Simplify | Lukas Wirth | 2021-06-16 | 3 | -66/+34 | |
| |/ |/| | ||||||
* | | Merge #9299 | bors[bot] | 2021-06-16 | 6 | -71/+94 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 9299: minor: Filter out non-type completions in the respective completions modules instead r=Veykril a=Veykril bors r+ Co-authored-by: Lukas Wirth <[email protected]> | |||||
| * | | Filter out non-type completions in the respective completions modules instead | Lukas Wirth | 2021-06-16 | 6 | -71/+94 | |
| | | | ||||||
* | | | internal: add fn to minicore | Aleksey Kladov | 2021-06-16 | 6 | -310/+258 | |
| | | | ||||||
* | | | internal: add deref_mut to minicore | Aleksey Kladov | 2021-06-16 | 3 | -35/+49 | |
| | | | ||||||
* | | | Merge #9293 | bors[bot] | 2021-06-15 | 1 | -3/+4 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9293: fix: Show diagnostic fixes before assists r=matklad a=lnicola Closes #9212 Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | | Show diagnostic fixes before assists | Laurențiu Nicola | 2021-06-15 | 1 | -3/+4 | |
| |/ / | ||||||
* | | | Merge #9294 | bors[bot] | 2021-06-15 | 13 | -1027/+1149 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9294: internal: introduce minicore -- a subset of libcore for testing r=matklad a=matklad Clearly, we need one more fixed point iteration loop! Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 2 | -18/+9 | |
| | | | | ||||||
| * | | | internal: add result to minicore | Aleksey Kladov | 2021-06-15 | 2 | -21/+18 | |
| | | | | ||||||
| * | | | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 1 | -17/+3 | |
| | | | | ||||||
| * | | | internal: add option to minicore | Aleksey Kladov | 2021-06-15 | 3 | -41/+25 | |
| | | | | ||||||
| * | | | internal: add future to minicore | Aleksey Kladov | 2021-06-15 | 2 | -12/+39 | |
| | | | | ||||||
| * | | | internal: sanity-check minicore flags | Aleksey Kladov | 2021-06-15 | 2 | -2/+11 | |
| | | | | ||||||
| * | | | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 3 | -70/+59 | |
| | | | | ||||||
| * | | | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 2 | -55/+32 | |
| | | | | ||||||
| * | | | internal: add ranges to minicore | Aleksey Kladov | 2021-06-15 | 2 | -28/+42 | |
| | | | | ||||||
| * | | | internal: unindent some tests | Aleksey Kladov | 2021-06-15 | 1 | -255/+252 | |
| | | | | ||||||
| * | | | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 2 | -111/+102 | |
| | | | | ||||||
| * | | | internal: switch some tests to minicore | Aleksey Kladov | 2021-06-15 | 3 | -62/+75 | |
| | | | |