Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge #8153 | bors[bot] | 2021-03-22 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | :arrow_up: rowan | Aleksey Kladov | 2021-03-22 | 1 | -1/+1 | |
* | | | | Merge #8141 | bors[bot] | 2021-03-22 | 1 | -7/+49 | |
|\ \ \ \ | ||||||
| * | | | | Code review fixes | Kirill Bulatov | 2021-03-22 | 1 | -0/+2 | |
| * | | | | Do not revisit recursively imported modules | Kirill Bulatov | 2021-03-21 | 1 | -7/+47 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #8054 | bors[bot] | 2021-03-22 | 6 | -0/+684 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Remove needless lifetime | ivan770 | 2021-03-19 | 1 | -1/+1 | |
| * | | | Added more movable lists | ivan770 | 2021-03-19 | 1 | -1/+95 | |
| * | | | Added arglist mover | ivan770 | 2021-03-19 | 1 | -12/+102 | |
| * | | | Remove prioritization, add more movable items | ivan770 | 2021-03-18 | 1 | -60/+124 | |
| * | | | Fix code after rowan version bump | ivan770 | 2021-03-18 | 1 | -1/+1 | |
| * | | | Remove movable array, improve client code | ivan770 | 2021-03-18 | 1 | -28/+8 | |
| * | | | Item up and down movers | ivan770 | 2021-03-18 | 6 | -0/+456 | |
* | | | | Merge #8144 | bors[bot] | 2021-03-22 | 1 | -0/+6 | |
|\ \ \ \ | ||||||
| * | | | | bail out early for source code closures | hi-rustin | 2021-03-22 | 1 | -0/+6 | |
* | | | | | Merge #8139 | bors[bot] | 2021-03-22 | 11 | -179/+194 | |
|\ \ \ \ \ | ||||||
| * | | | | | Align InEnvironment with Chalk | Florian Diebold | 2021-03-21 | 10 | -123/+94 | |
| * | | | | | Align Canonical more with Chalk's version | Florian Diebold | 2021-03-21 | 6 | -81/+125 | |
* | | | | | | Merge #8136 #8146 | bors[bot] | 2021-03-22 | 10 | -113/+212 | |
|\| | | | | | ||||||
| * | | | | | Use QuantifiedWhereClause in generic_predicates as well | Florian Diebold | 2021-03-21 | 9 | -37/+28 | |
| * | | | | | Introduce QuantifiedWhereClause and DynTy analogous to Chalk | Florian Diebold | 2021-03-21 | 8 | -105/+213 | |
* | | | | | | Reexport PrefixKind to remove deps to hir | Edwin Cheng | 2021-03-22 | 3 | -5/+8 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge #8137 | bors[bot] | 2021-03-21 | 3 | -9/+51 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix box pattern inference panic | Lukas Wirth | 2021-03-21 | 3 | -9/+51 | |
* | | | | | | Merge #8134 | bors[bot] | 2021-03-21 | 5 | -30/+108 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | check is_include_macro only when attr_path is not specified | Yilin Chen | 2021-03-21 | 1 | -4/+3 | |
| * | | | | | use the included file as the source of expanded include macro | Yilin Chen | 2021-03-21 | 5 | -28/+107 | |
* | | | | | | Merge #8133 | bors[bot] | 2021-03-21 | 7 | -16/+173 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Ignore type bindings in generic_predicates_for_param | Florian Diebold | 2021-03-21 | 6 | -19/+52 | |
| * | | | | | Test for a Salsa bug | Florian Diebold | 2021-03-21 | 3 | -0/+124 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge #8132 | bors[bot] | 2021-03-21 | 3 | -2/+37 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add `'` to trigger_characters, allowing more direct lifetime completions | Lukas Wirth | 2021-03-21 | 3 | -2/+37 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge #8135 | bors[bot] | 2021-03-21 | 33 | -156/+120 | |
|\ \ \ \ \ | ||||||
| * | | | | | a lot of clippy::style fixes | Matthias Krüger | 2021-03-21 | 16 | -66/+49 | |
| * | | | | | clippy::complexity simplifications related to Iterators | Matthias Krüger | 2021-03-21 | 12 | -78/+62 | |
| * | | | | | use strip_prefix() instead of starts_with and slicing (clippy::manual_strip) | Matthias Krüger | 2021-03-21 | 2 | -5/+3 | |
| * | | | | | remove more redundant clones (clippy::redundant_clone()) | Matthias Krüger | 2021-03-21 | 5 | -7/+6 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge #8128 | bors[bot] | 2021-03-21 | 2 | -6/+28 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Expand legacy-scoped macro during collection | Jonas Schievink | 2021-03-21 | 2 | -6/+28 | |
* | | | | | Fix the profile string | Kirill Bulatov | 2021-03-21 | 1 | -1/+1 | |
* | | | | | Less reallocations | Kirill Bulatov | 2021-03-21 | 4 | -21/+12 | |
* | | | | | Use smart case in flyimport items lookup | Kirill Bulatov | 2021-03-21 | 3 | -6/+80 | |
* | | | | | Merge #8123 | bors[bot] | 2021-03-21 | 6 | -224/+250 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Disable unqualified assoc items completion for now | Kirill Bulatov | 2021-03-20 | 3 | -2/+10 | |
| * | | | | Docs | Kirill Bulatov | 2021-03-20 | 5 | -15/+20 | |
| * | | | | Do not query item search by name eagerly | Kirill Bulatov | 2021-03-20 | 4 | -222/+200 | |
| * | | | | Do not propose assoc items without qualifiers | Kirill Bulatov | 2021-03-20 | 3 | -3/+38 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge #8127 | bors[bot] | 2021-03-21 | 8 | -18/+184 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fix incorrect scoping in while expressions | Lukas Wirth | 2021-03-21 | 3 | -14/+41 | |
| * | | | Add label completion | Lukas Wirth | 2021-03-21 | 4 | -7/+100 |