| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #8284 | bors[bot] | 2021-04-02 | 1 | -1/+1 |
|\ |
|
| * | Global TypeRef/TraitRef interning | Jonas Schievink | 2021-04-01 | 1 | -1/+1 |
* | | Merge #8287 | bors[bot] | 2021-04-02 | 1 | -36/+33 |
|\ \ |
|
| * | | Don't allocate in `associated_type_shorthand_candidates` | Lukas Wirth | 2021-04-02 | 1 | -36/+33 |
* | | | minor: add profile call for resolve_obligations | Aleksey Kladov | 2021-04-02 | 1 | -0/+2 |
* | | | Merge #8285 | bors[bot] | 2021-04-02 | 4 | -8/+26 |
|\ \ \
| |/ /
|/| | |
|
| * | | Don't recheck obligations if we have learned nothing new | Florian Diebold | 2021-04-01 | 4 | -8/+26 |
| |/ |
|
* | | Merge #8283 | bors[bot] | 2021-04-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Resolve associated types with type anchors | Lukas Wirth | 2021-04-01 | 1 | -1/+1 |
* | | Fix block inner item defined in macro | Edwin Cheng | 2021-03-31 | 1 | -0/+26 |
|/ |
|
* | Merge #8266 | bors[bot] | 2021-03-31 | 1 | -0/+43 |
|\ |
|
| * | Fix generic arguments being incorrectly offset in qualified trait casts | Lukas Wirth | 2021-03-30 | 1 | -0/+43 |
* | | Merge #8186 | bors[bot] | 2021-03-30 | 1 | -8/+4 |
|\ \ |
|
| * | | Remove TraitRef::Error | Lukas Wirth | 2021-03-29 | 1 | -4/+1 |
| * | | Rename target_ty to self_ty | Lukas Wirth | 2021-03-29 | 1 | -1/+1 |
| * | | Lower traits to TraitRef instead of TypeRef | Lukas Wirth | 2021-03-29 | 1 | -7/+6 |
* | | | Fix expansion of OR-patterns in match check | Jesse Bakker | 2021-03-30 | 1 | -25/+15 |
| |/
|/| |
|
* | | internal: ensure that runaway type-inference doesn't block the main loop | Aleksey Kladov | 2021-03-29 | 1 | -0/+2 |
|/ |
|
* | Basic Support Macro 2.0 | Edwin Cheng | 2021-03-27 | 1 | -1/+82 |
* | Merge #8201 | bors[bot] | 2021-03-27 | 2 | -1/+40 |
|\ |
|
| * | Fix recursive macro statement expansion | Edwin Cheng | 2021-03-25 | 2 | -1/+40 |
* | | completion relevance consider if types can be unified | Josh Mcguigan | 2021-03-26 | 3 | -1/+10 |
* | | Use arrayvec 0.6 | Laurențiu Nicola | 2021-03-25 | 3 | -7/+5 |
|/ |
|
* | Merge #7907 | bors[bot] | 2021-03-24 | 7 | -36/+210 |
|\ |
|
| * | hir_ty: don't call write_field_resolution when field candidate isn't visible | cynecx | 2021-03-24 | 1 | -6/+4 |
| * | hir_def: move visibility queries from hir_ty to hir_def | cynecx | 2021-03-24 | 3 | -34/+5 |
| * | hir_ty: add coverage testing for autoderef_visibility_method test | cynecx | 2021-03-20 | 2 | -0/+2 |
| * | hir_ty: fix test by removing trailing whitespace | cynecx | 2021-03-20 | 1 | -24/+23 |
| * | hir_ty: iterate_method_candidates_for_self_ty pass `visible_from_module` down... | cynecx | 2021-03-20 | 1 | -1/+6 |
| * | hir_ty: fix visibility in infer_inherent_method test | cynecx | 2021-03-20 | 1 | -16/+16 |
| * | hir_ty: introduce visible_from_module param into method resolution | cynecx | 2021-03-20 | 3 | -4/+33 |
| * | hir_ty: check field visibility while iterating through autoderef candidates | cynecx | 2021-03-20 | 1 | -14/+36 |
| * | hir_ty: add field_visibilities and fn_visibility queries | cynecx | 2021-03-20 | 2 | -4/+33 |
| * | hir_ty: add tests around autoderef with visibility checking | cynecx | 2021-03-20 | 1 | -0/+119 |
| * | hir_ty: fix tests by making required methods public | cynecx | 2021-03-20 | 2 | -4/+4 |
* | | Fix chalk_ir assertion | Florian Diebold | 2021-03-24 | 4 | -18/+42 |
* | | Merge #8156 | bors[bot] | 2021-03-22 | 2 | -8/+63 |
|\ \ |
|
| * | | Correctly lower TraitRefs with default params | Lukas Wirth | 2021-03-22 | 2 | -8/+63 |
* | | | resolver: manually traverse nested block scopes | Jonas Schievink | 2021-03-22 | 1 | -0/+13 |
|/ / |
|
* | | 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 | 9 | -109/+131 |
|\ \ |
|
| * | | Align InEnvironment with Chalk | Florian Diebold | 2021-03-21 | 8 | -45/+38 |
| * | | Align Canonical more with Chalk's version | Florian Diebold | 2021-03-21 | 5 | -68/+97 |
* | | | Merge #8136 #8146 | bors[bot] | 2021-03-22 | 9 | -106/+200 |
|\| | |
|
| * | | Use QuantifiedWhereClause in generic_predicates as well | Florian Diebold | 2021-03-21 | 7 | -31/+26 |
| * | | Introduce QuantifiedWhereClause and DynTy analogous to Chalk | Florian Diebold | 2021-03-21 | 6 | -98/+197 |
* | | | 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 | 1 | -0/+23 |
|\ \ \ \
| |_|/ /
|/| | | |
|