aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | Document unlinked-file diagnosticJonas Schievink2021-03-241-0/+4
|/ /
* | Sweep the new TraitEnvironmentQueryJonas Schievink2021-03-241-0/+1
* | 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
* | | | Merge #8177bors[bot]2021-03-241-2/+2
|\ \ \ \
| * | | | Bump the default hint lengthKirill Bulatov2021-03-231-1/+1
| * | | | Limit the hints size by defaultKirill Bulatov2021-03-231-2/+2
* | | | | Trim down IPC json sizeEdwin Cheng2021-03-241-4/+26
| |/ / / |/| | |
* | | | Merge #8159bors[bot]2021-03-234-15/+38
|\ \ \ \
| * | | | Improve message usage in proc-macroEdwin Cheng2021-03-233-9/+17
| * | | | Ignore proc-macro stdout to prevent IPC crashEdwin Cheng2021-03-232-7/+22
* | | | | Merge #8178bors[bot]2021-03-236-209/+225
|\ \ \ \ \
| * | | | | Cleanup intra_doc_link parsingLukas Wirth2021-03-231-82/+51
| * | | | | Show item info when hovering intra doc linksLukas Wirth2021-03-236-128/+175
* | | | | | Merge #8176bors[bot]2021-03-231-67/+45
|\ \ \ \ \ \
| * | | | | | CleanupAleksey Kladov2021-03-231-67/+45
* | | | | | | Merge #8173bors[bot]2021-03-232-40/+56
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | simplifyLukas Wirth2021-03-232-40/+56
| | |/ / / / | |/| | | |
* | | | | | Merge #8174bors[bot]2021-03-233-39/+18
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Simplify codeAleksey Kladov2021-03-233-39/+18
* | | | | | Merge bang-macros and derives in name resolutionJonas Schievink2021-03-231-86/+79
| |/ / / / |/| | | |
* | | | | Merge #8169bors[bot]2021-03-232-44/+48
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make more use of the HIR in rename::rename_to_selfLukas Wirth2021-03-232-44/+48
* | | | | Use styleguide conforming import for ast nodesAleksey Kladov2021-03-231-34/+36
|/ / / /
* | | | Unify test styleAleksey Kladov2021-03-231-38/+52
* | | | Tweak assits API to fit mutable syntax treesAleksey Kladov2021-03-233-23/+53
| |/ / |/| |
* | | Cleanup Definition::search_scopeLukas Wirth2021-03-231-83/+94
* | | Merge hir::MacroDef::is_* into hir::MacroDef::kindLukas Wirth2021-03-233-16/+20
* | | Set up a search scope when searching for mbe macro referencesLukas Wirth2021-03-233-4/+56
* | | Merge #8162bors[bot]2021-03-233-17/+10
|\ \ \
| * | | Improve readabilityAleksey Kladov2021-03-231-0/+1
| * | | Align naming of deps and revdepsAleksey Kladov2021-03-232-9/+2
| * | | Align semantics of deps and rev depsAleksey Kladov2021-03-231-2/+2