aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge #8214bors[bot]2021-03-271-0/+9
|\ \ \
| * | | Mention the rustup version in the manualLaurențiu Nicola2021-03-271-0/+9
|/ / /
* | | Merge #8213bors[bot]2021-03-272-5/+21
|\ \ \ | |_|/ |/| |
| * | Added support for const generics in impl generationivan7702021-03-272-5/+21
* | | Merge #8201bors[bot]2021-03-277-70/+119
|\ \ \
| * | | Fix recursive macro statement expansionEdwin Cheng2021-03-257-70/+119
* | | | Merge #8209bors[bot]2021-03-263-7/+89
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add TokenTextAleksey Kladov2021-03-263-7/+89
|/ / /
* | | Merge #8191bors[bot]2021-03-2616-27/+27
|\ \ \
| * | | syntax: return owned string instead of leaking stringcynecx2021-03-2616-27/+27
|/ / /
* | | Merge #8056bors[bot]2021-03-269-43/+124
|\ \ \
| * | | completion relevance distinguish between exact type match and could unifyJosh Mcguigan2021-03-265-44/+81
| * | | completion relevance consider if types can be unifiedJosh Mcguigan2021-03-265-3/+47
|/ / /
* | | Merge #8206bors[bot]2021-03-261-1/+7
|\ \ \ | |_|/ |/| |
| * | Ignore main functions not in root moduleivan7702021-03-261-1/+7
|/ /
* | Merge #8200bors[bot]2021-03-258-23/+22
|\ \ | |/ |/|
| * Use more std::array::IntoIterLaurențiu Nicola2021-03-251-4/+3
| * Use arrayvec 0.6Laurențiu Nicola2021-03-258-20/+20
|/
* Merge #8197bors[bot]2021-03-251-1/+1
|\
| * Rust 1.51kjeremy2021-03-251-1/+1
|/
* Merge #8193bors[bot]2021-03-251-1/+1
|\
| * Fix manual description for rust_project.jsonThiébaud Weksteen2021-03-251-1/+1
* | Merge #8194bors[bot]2021-03-251-1/+1
|\ \ | |/ |/|
| * Make a full clone in release.yamlLaurențiu Nicola2021-03-251-1/+1
|/
* Merge #7907bors[bot]2021-03-2410-37/+250
|\
| * hir: don't use the self module as visible_from in iterate_method_candidatescynecx2021-03-241-6/+1
| * hir_ty: don't call write_field_resolution when field candidate isn't visiblecynecx2021-03-241-6/+4
| * hir_def: move visibility queries from hir_ty to hir_defcynecx2021-03-245-35/+43
| * hir_ty: add coverage testing for autoderef_visibility_method testcynecx2021-03-202-0/+2
| * hir_ty: fix test by removing trailing whitespacecynecx2021-03-201-24/+23
| * hir_ty: iterate_method_candidates_for_self_ty pass `visible_from_module` down...cynecx2021-03-201-1/+6
| * hir_ty: fix visibility in infer_inherent_method testcynecx2021-03-201-16/+16
| * hir_ty: introduce visible_from_module param into method resolutioncynecx2021-03-204-4/+40
| * hir_ty: check field visibility while iterating through autoderef candidatescynecx2021-03-201-14/+36
| * hir_ty: add field_visibilities and fn_visibility queriescynecx2021-03-202-4/+33
| * hir_ty: add tests around autoderef with visibility checkingcynecx2021-03-201-0/+119
| * hir_ty: fix tests by making required methods publiccynecx2021-03-202-4/+4
* | Merge #8190bors[bot]2021-03-244-18/+42
|\ \
| * | Fix chalk_ir assertionFlorian Diebold2021-03-244-18/+42
* | | Merge #8189bors[bot]2021-03-241-0/+4
|\ \ \ | |/ / |/| |
| * | Document unlinked-file diagnosticJonas Schievink2021-03-241-0/+4
|/ /
* | Merge #8187bors[bot]2021-03-241-0/+1
|\ \
| * | Sweep the new TraitEnvironmentQueryJonas Schievink2021-03-241-0/+1
|/ /
* | Merge #8184bors[bot]2021-03-242-48/+48
|\ \
| * | refine comment style of testshi-rustin2021-03-242-48/+48
|/ /
* | Merge #8168bors[bot]2021-03-241-7/+70
|\ \
| * | correct `convert to guard return` let_stmthi-rustin2021-03-241-7/+70
* | | Merge #8183bors[bot]2021-03-241-8/+38
|\ \ \
| * | | Clean up implementationBrandon2021-03-242-14/+8
| * | | Fix MISSING: command error with macrosBrandon2021-03-242-8/+44