Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Snippet support in extract_type_alias | Jonas Schievink | 2021-03-27 | 2 | -15/+26 |
* | Implement "Extract type alias" assist | Jonas Schievink | 2021-03-26 | 3 | -0/+186 |
* | completion relevance distinguish between exact type match and could unify | Josh Mcguigan | 2021-03-26 | 5 | -44/+81 |
* | completion relevance consider if types can be unified | Josh Mcguigan | 2021-03-26 | 5 | -3/+47 |
* | Ignore main functions not in root module | ivan770 | 2021-03-26 | 1 | -1/+7 |
* | Use more std::array::IntoIter | Laurențiu Nicola | 2021-03-25 | 1 | -4/+3 |
* | Use arrayvec 0.6 | Laurențiu Nicola | 2021-03-25 | 7 | -18/+16 |
* | Merge #7907 | bors[bot] | 2021-03-24 | 10 | -37/+250 |
|\ | |||||
| * | hir: don't use the self module as visible_from in iterate_method_candidates | cynecx | 2021-03-24 | 1 | -6/+1 |
| * | 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 | 5 | -35/+43 |
| * | 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 | 4 | -4/+40 |
| * | 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 |
* | | Merge #8190 | bors[bot] | 2021-03-24 | 4 | -18/+42 |
|\ \ | |||||
| * | | Fix chalk_ir assertion | Florian Diebold | 2021-03-24 | 4 | -18/+42 |
* | | | Document unlinked-file diagnostic | Jonas Schievink | 2021-03-24 | 1 | -0/+4 |
|/ / | |||||
* | | Sweep the new TraitEnvironmentQuery | Jonas Schievink | 2021-03-24 | 1 | -0/+1 |
* | | refine comment style of tests | hi-rustin | 2021-03-24 | 2 | -48/+48 |
* | | Merge #8168 | bors[bot] | 2021-03-24 | 1 | -7/+70 |
|\ \ | |||||
| * | | correct `convert to guard return` let_stmt | hi-rustin | 2021-03-24 | 1 | -7/+70 |
* | | | Merge #8183 | bors[bot] | 2021-03-24 | 1 | -8/+38 |
|\ \ \ | |||||
| * | | | Clean up implementation | Brandon | 2021-03-24 | 2 | -14/+8 |
| * | | | Fix MISSING: command error with macros | Brandon | 2021-03-24 | 2 | -8/+44 |
* | | | | Merge #8177 | bors[bot] | 2021-03-24 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Bump the default hint length | Kirill Bulatov | 2021-03-23 | 1 | -1/+1 |
| * | | | | Limit the hints size by default | Kirill Bulatov | 2021-03-23 | 1 | -2/+2 |
* | | | | | Trim down IPC json size | Edwin Cheng | 2021-03-24 | 1 | -4/+26 |
| |/ / / |/| | | | |||||
* | | | | Merge #8159 | bors[bot] | 2021-03-23 | 4 | -15/+38 |
|\ \ \ \ | |||||
| * | | | | Improve message usage in proc-macro | Edwin Cheng | 2021-03-23 | 3 | -9/+17 |
| * | | | | Ignore proc-macro stdout to prevent IPC crash | Edwin Cheng | 2021-03-23 | 2 | -7/+22 |
* | | | | | Merge #8178 | bors[bot] | 2021-03-23 | 6 | -209/+225 |
|\ \ \ \ \ | |||||
| * | | | | | 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 #8176 | bors[bot] | 2021-03-23 | 1 | -67/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Cleanup | Aleksey Kladov | 2021-03-23 | 1 | -67/+45 |
* | | | | | | | Merge #8173 | bors[bot] | 2021-03-23 | 2 | -40/+56 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | simplify | Lukas Wirth | 2021-03-23 | 2 | -40/+56 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge #8174 | bors[bot] | 2021-03-23 | 3 | -39/+18 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Simplify code | Aleksey Kladov | 2021-03-23 | 3 | -39/+18 |
* | | | | | | Merge bang-macros and derives in name resolution | Jonas Schievink | 2021-03-23 | 1 | -86/+79 |
| |/ / / / |/| | | | | |||||
* | | | | | 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 |
|/ / / / |