aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge hir::MacroDef::is_* into hir::MacroDef::kindLukas Wirth2021-03-233-16/+20
* Set up a search scope when searching for mbe macro referencesLukas Wirth2021-03-233-4/+56
* Merge #8162bors[bot]2021-03-233-17/+10
|\
| * Improve readabilityAleksey Kladov2021-03-231-0/+1
| * Align naming of deps and revdepsAleksey Kladov2021-03-232-9/+2
| * Align semantics of deps and rev depsAleksey Kladov2021-03-231-2/+2
| * Compute more mathematically well-rounded notion of transitive depsAleksey Kladov2021-03-233-6/+5
* | Merge #8142bors[bot]2021-03-234-7/+75
|\ \ | |/ |/|
| * add unit test to demonstrate struct fields/methods do not get ref match compl...Josh Mcguigan2021-03-231-0/+38
| * implement a temporary workaround for #8058Josh Mcguigan2021-03-224-7/+37
* | 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