aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #8119bors[bot]2021-03-204-12/+10
|\
| * Don't return a SourceChange on WillRenameFiles when nothing gets refactoredLukas Wirth2021-03-202-8/+7
| * Fix add_life_to_type label typoLukas Wirth2021-03-202-4/+3
* | Merge #8117bors[bot]2021-03-2014-91/+130
|\ \
| * | Turn Obligation into something similar to chalk_ir::DomainGoalFlorian Diebold2021-03-2014-91/+130
* | | Merge #8116bors[bot]2021-03-207-42/+8
|\| |
| * | Remove WhereClause::ErrorFlorian Diebold2021-03-207-42/+8
* | | Merge #8115bors[bot]2021-03-2010-105/+89
|\| |
| * | Rename GenericPredicate -> WhereClauseFlorian Diebold2021-03-2010-105/+89
|/ /
* | Merge #8112bors[bot]2021-03-197-187/+248
|\ \
| * | Add `AttrsWithOwner` and clean up `source_map`Jonas Schievink2021-03-195-155/+216
| * | Move `AttrsOwnerNode` to syntax and make it publicJonas Schievink2021-03-193-33/+33
|/ /
* | Merge #8111bors[bot]2021-03-194-18/+15
|\ \
| * | Return `Either` from `MacroDefId::ast_id`Jonas Schievink2021-03-194-18/+15
|/ /
* | Merge #8110bors[bot]2021-03-191-3/+3
|\ \
| * | simplifyAleksey Kladov2021-03-191-3/+3
* | | Merge #8109bors[bot]2021-03-192-40/+66
|\| |
| * | Make ast editing more ergonomicAleksey Kladov2021-03-192-40/+66
| |/
* | Merge #8108bors[bot]2021-03-192-21/+48
|\ \ | |/ |/|
| * Fix handling of `#![cfg]` in outline module fileJonas Schievink2021-03-192-21/+48
|/
* Merge #8106bors[bot]2021-03-191-2/+5
|\
| * Add builtin macro-like attributesJonas Schievink2021-03-191-2/+5
|/
* Merge #8104bors[bot]2021-03-195-13/+13
|\
| * Rename derive-specific APIsJonas Schievink2021-03-195-13/+13
|/
* Merge #8102bors[bot]2021-03-191-27/+17
|\
| * Cleanup qualify_pathLukas Wirth2021-03-191-27/+17
|/
* Merge #8097bors[bot]2021-03-197-41/+32
|\
| * Parse extended_key_value_attributesLukas Wirth2021-03-197-41/+32
* | Merge #8101bors[bot]2021-03-1910-131/+221
|\ \
| * | Replace Projection variant in GenericPredicate with AliasEqLukas Wirth2021-03-1910-131/+221
* | | Merge #8099bors[bot]2021-03-181-1/+5
|\ \ \ | |/ / |/| |
| * | Document fields of `ModuleId`Jonas Schievink2021-03-181-1/+5
|/ /
* | Merge #8095bors[bot]2021-03-182-3/+40
|\ \
| * | Fix associated items not being appended to paths in import_assetsLukas Wirth2021-03-182-3/+40
| |/
* | Merge #8086bors[bot]2021-03-1814-31/+55
|\ \
| * | Use a highlight modifier for intra doc linksLukas Wirth2021-03-1814-31/+55
|/ /
* | Merge #8096bors[bot]2021-03-1815-73/+99
|\ \
| * | Chalkify TraitRefFlorian Diebold2021-03-1815-73/+99
|/ /
* | Merge #8083bors[bot]2021-03-183-26/+76
|\ \
| * | Track source file IDs in source mapping of AttrsLukas Wirth2021-03-183-26/+76
* | | Merge #8094bors[bot]2021-03-181-1/+14
|\ \ \