about summary refs log tree commit diff
path: root/compiler/rustc_resolve
AgeCommit message (Expand)AuthorLines
2021-10-21Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot"Mark Rousskov-145/+213
2021-10-20Auto merge of #89100 - petrochenkov:localbind, r=cjgillotbors-213/+145
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-6/+3
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-46/+14
2021-10-18resolve: Use `NameBinding` for local variables and generic parametersVadim Petrochenkov-213/+145
2021-10-18Rollup merge of #89990 - petrochenkov:idempty, r=wesleywiserMatthias Krüger-2/+2
2021-10-17rustc_span: `Ident::invalid` -> `Ident::empty`Vadim Petrochenkov-2/+2
2021-10-17Rollup merge of #89963 - r00ster91:parenthesisparentheses, r=nagisaMatthias Krüger-1/+1
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-16clippy::complexity changesMatthias Krüger-1/+1
2021-10-16Update the syn crate and adopt let_else in three more placesest31-3/+1
2021-10-16Adopt let_else across the compilerest31-3/+2
2021-10-13Rollup merge of #89347 - TaKO8Ki:crate-or-module-typo, r=estebankMatthias Krüger-1/+44
2021-10-13suggestion for typoed crate or moduleTakayuki Maeda-1/+44
2021-10-09Forbid hashing HIR outside of indexing.Camille GILLOT-39/+7
2021-10-09Store lowering outputs per owner.Camille GILLOT-7/+7
2021-10-08remove unwrap_or! macroklensy-5/+4
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-2/+2
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-2/+2
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-1/+1
2021-10-02resolve: Avoid comparing modules by optional def-idVadim Petrochenkov-15/+19
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-23/+36
2021-10-01Auto merge of #89417 - Manishearth:rollup-j2gdu95, r=Manishearthbors-33/+119
2021-09-30Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillotManish Goregaokar-1/+1
2021-09-30Rollup merge of #88838 - FabianWolff:issue-88472, r=estebankManish Goregaokar-32/+118
2021-10-01Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li...bors-1/+1
2021-09-30Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...Manish Goregaokar-16/+86
2021-09-30Remove visible path calculation from allowed deprecation lintAlik Aslanyan-1/+1
2021-09-29Cleanup lower_generics_mut and make span be the bound itself, not the typejackh726-1/+1
2021-09-29Suggest similarly named assoc items in trait implsHirochika Matsumoto-16/+86
2021-09-28More tracing instrumentationOli Scherer-0/+6
2021-09-27suggest path for tuple structTakayuki Maeda-1/+7
2021-09-26Improve diagnostics for inaccessible itemsFabian Wolff-18/+73
2021-09-26Do not suggest importing inaccessible itemsFabian Wolff-27/+58
2021-09-25Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplettManish Goregaokar-0/+4
2021-09-25Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011bors-32/+0
2021-09-25use `drain_filter` instead of `filter` and `retain`Takayuki Maeda-4/+2
2021-09-24Stabilize `feature(macro_attributes_in_derive_output)`Vadim Petrochenkov-32/+0
2021-09-24resolve: Refactor obtaining `Module` from its `DefId`Vadim Petrochenkov-77/+75
2021-09-24resolve: Use a single common map for local and foreign modulesVadim Petrochenkov-20/+13
2021-09-24resolve: Rename some expansion def scope methodsVadim Petrochenkov-23/+19
2021-09-24resolve: Cleanup module allocationVadim Petrochenkov-56/+73
2021-09-24resolve: Do not cache nearest parent mod in `ModuleData`Vadim Petrochenkov-57/+36
2021-09-25change the order of path suggestionsTakayuki Maeda-0/+6
2021-09-21Auto merge of #89158 - the8472:rollup-3e4ijth, r=the8472bors-2/+1
2021-09-21Rollup merge of #89078 - camsteffen:map-ref, r=cjgillotthe8472-2/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-19Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkovYuki Okushi-1/+5
2021-09-18Remove needless hir Map refCameron Steffen-2/+1
2021-09-18Auto merge of #88650 - sapessi:issue-77175-fix, r=estebankbors-1/+22