about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
AgeCommit message (Expand)AuthorLines
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-26Reverting switching test to no_std and adjust output after rebase.Jakob Degen-1/+0
2021-10-26Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i...Jakob Degen-7/+51
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-17/+10
2021-10-25Rollup merge of #90127 - JohnTitor:fix-90113, r=estebankMatthias Krüger-0/+9
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-21Don't suggest importing items with hygienic namesMatthew Jasper-0/+2
2021-10-21Handle cross-crate module `ExpnId`s consistentlyMatthew Jasper-6/+1
2021-10-21Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot"Mark Rousskov-145/+213
2021-10-21Do not mention a reexported item if it's privateYuki Okushi-0/+9
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/+13
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-15allow `potential_query_instability` everywherelcnr-0/+1
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/+6
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