| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup intra_doc_link parsing | Lukas Wirth | 2021-03-23 | 1 | -82/+51 |
* | Show item info when hovering intra doc links | Lukas Wirth | 2021-03-23 | 6 | -128/+175 |
* | Merge #8169 | bors[bot] | 2021-03-23 | 2 | -44/+48 |
|\ |
|
| * | Make more use of the HIR in rename::rename_to_self | Lukas Wirth | 2021-03-23 | 2 | -44/+48 |
* | | Use styleguide conforming import for ast nodes | Aleksey Kladov | 2021-03-23 | 1 | -34/+36 |
|/ |
|
* | Unify test style | Aleksey Kladov | 2021-03-23 | 1 | -38/+52 |
* | Tweak assits API to fit mutable syntax trees | Aleksey Kladov | 2021-03-23 | 3 | -23/+53 |
* | Cleanup Definition::search_scope | Lukas Wirth | 2021-03-23 | 1 | -83/+94 |
* | Merge hir::MacroDef::is_* into hir::MacroDef::kind | Lukas Wirth | 2021-03-23 | 3 | -16/+20 |
* | Set up a search scope when searching for mbe macro references | Lukas Wirth | 2021-03-23 | 3 | -4/+56 |
* | Merge #8162 | bors[bot] | 2021-03-23 | 3 | -17/+10 |
|\ |
|
| * | Improve readability | Aleksey Kladov | 2021-03-23 | 1 | -0/+1 |
| * | Align naming of deps and revdeps | Aleksey Kladov | 2021-03-23 | 2 | -9/+2 |
| * | Align semantics of deps and rev deps | Aleksey Kladov | 2021-03-23 | 1 | -2/+2 |
| * | Compute more mathematically well-rounded notion of transitive deps | Aleksey Kladov | 2021-03-23 | 3 | -6/+5 |
* | | Merge #8142 | bors[bot] | 2021-03-23 | 4 | -7/+75 |
|\ \
| |/
|/| |
|
| * | add unit test to demonstrate struct fields/methods do not get ref match compl... | Josh Mcguigan | 2021-03-23 | 1 | -0/+38 |
| * | implement a temporary workaround for #8058 | Josh Mcguigan | 2021-03-22 | 4 | -7/+37 |
* | | Merge #8156 | bors[bot] | 2021-03-22 | 2 | -8/+63 |
|\ \ |
|
| * | | Correctly lower TraitRefs with default params | Lukas Wirth | 2021-03-22 | 2 | -8/+63 |
| | | | |
| \ \ | |
*-. \ \ | Merge #8154 #8155 | bors[bot] | 2021-03-22 | 11 | -90/+163 |
|\ \ \ \ |
|
| | * | | | resolver: manually traverse nested block scopes | Jonas Schievink | 2021-03-22 | 4 | -5/+45 |
| | |/ / |
|
| * / / | rewrite merge use trees assist to use muatable syntax trees | Aleksey Kladov | 2021-03-22 | 7 | -85/+118 |
|/ / / |
|
* | | | 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 |