aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Compute more mathematically well-rounded notion of transitive depsAleksey Kladov2021-03-233-6/+5
* Merge #8156bors[bot]2021-03-222-8/+63
|\
| * Correctly lower TraitRefs with default paramsLukas Wirth2021-03-222-8/+63
| |
| \
*-. \ Merge #8154 #8155bors[bot]2021-03-2211-90/+163
|\ \ \
| | * | resolver: manually traverse nested block scopesJonas Schievink2021-03-224-5/+45
| | |/
| * / rewrite merge use trees assist to use muatable syntax treesAleksey Kladov2021-03-227-85/+118
|/ /
* | Merge #8153bors[bot]2021-03-221-1/+1
|\ \ | |/ |/|
| * :arrow_up: rowanAleksey Kladov2021-03-221-1/+1
* | Merge #8141bors[bot]2021-03-221-7/+49
|\ \
| * | Code review fixesKirill Bulatov2021-03-221-0/+2
| * | Do not revisit recursively imported modulesKirill Bulatov2021-03-211-7/+47
* | | Merge #8054bors[bot]2021-03-226-0/+684
|\ \ \ | |_|/ |/| |
| * | Remove needless lifetimeivan7702021-03-191-1/+1
| * | Added more movable listsivan7702021-03-191-1/+95
| * | Added arglist moverivan7702021-03-191-12/+102
| * | Remove prioritization, add more movable itemsivan7702021-03-181-60/+124
| * | Fix code after rowan version bumpivan7702021-03-181-1/+1
| * | Remove movable array, improve client codeivan7702021-03-181-28/+8
| * | Item up and down moversivan7702021-03-186-0/+456
* | | Merge #8144bors[bot]2021-03-221-0/+6
|\ \ \
| * | | bail out early for source code closureshi-rustin2021-03-221-0/+6
* | | | Merge #8139bors[bot]2021-03-2211-179/+194
|\ \ \ \
| * | | | Align InEnvironment with ChalkFlorian Diebold2021-03-2110-123/+94
| * | | | Align Canonical more with Chalk's versionFlorian Diebold2021-03-216-81/+125
* | | | | Merge #8136 #8146bors[bot]2021-03-2210-113/+212
|\| | | |
| * | | | Use QuantifiedWhereClause in generic_predicates as wellFlorian Diebold2021-03-219-37/+28
| * | | | Introduce QuantifiedWhereClause and DynTy analogous to ChalkFlorian Diebold2021-03-218-105/+213
* | | | | Reexport PrefixKind to remove deps to hirEdwin Cheng2021-03-223-5/+8
| |_|_|/ |/| | |
* | | | Merge #8137bors[bot]2021-03-213-9/+51
|\ \ \ \
| * | | | Fix box pattern inference panicLukas Wirth2021-03-213-9/+51
* | | | | Merge #8134bors[bot]2021-03-215-30/+108
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | check is_include_macro only when attr_path is not specifiedYilin Chen2021-03-211-4/+3
| * | | | use the included file as the source of expanded include macroYilin Chen2021-03-215-28/+107
* | | | | Merge #8133bors[bot]2021-03-217-16/+173
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ignore type bindings in generic_predicates_for_paramFlorian Diebold2021-03-216-19/+52
| * | | | Test for a Salsa bugFlorian Diebold2021-03-213-0/+124
| | |/ / | |/| |
* | | | Merge #8132bors[bot]2021-03-213-2/+37
|\ \ \ \
| * | | | Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth2021-03-213-2/+37
| | |/ / | |/| |
* | | | Merge #8135bors[bot]2021-03-2133-156/+120
|\ \ \ \
| * | | | a lot of clippy::style fixesMatthias Krüger2021-03-2116-66/+49
| * | | | clippy::complexity simplifications related to IteratorsMatthias Krüger2021-03-2112-78/+62
| * | | | use strip_prefix() instead of starts_with and slicing (clippy::manual_strip)Matthias Krüger2021-03-212-5/+3
| * | | | remove more redundant clones (clippy::redundant_clone())Matthias Krüger2021-03-215-7/+6
| | |/ / | |/| |
* | | | Merge #8128bors[bot]2021-03-212-6/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Expand legacy-scoped macro during collectionJonas Schievink2021-03-212-6/+28
* | | | Fix the profile stringKirill Bulatov2021-03-211-1/+1
* | | | Less reallocationsKirill Bulatov2021-03-214-21/+12
* | | | Use smart case in flyimport items lookupKirill Bulatov2021-03-213-6/+80
* | | | Merge #8123bors[bot]2021-03-216-224/+250
|\ \ \ \ | |_|/ / |/| | |
| * | | Disable unqualified assoc items completion for nowKirill Bulatov2021-03-203-2/+10