summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-11-15Stabilize format_args_captureJosh Triplett-1/+1
2021-11-11Shorten Span of unused macro lintsMarcel Hellwig-1/+1
2021-11-03fix messageTakayuki Maeda-1/+1
2021-11-03add a suggestion about undeclared `alloc` moduleTakayuki Maeda-9/+19
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-10/+8
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-21Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot"Mark Rousskov-56/+138
2021-10-20Auto merge of #89100 - petrochenkov:localbind, r=cjgillotbors-138/+56
2021-10-19Auto merge of #89933 - est31:let_else, r=michaelwoeristerbors-0/+1
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-43/+10
2021-10-18resolve: Use `NameBinding` for local variables and generic parametersVadim Petrochenkov-138/+56
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-10-13suggestion for typoed crate or moduleTakayuki Maeda-1/+16
2021-10-09Forbid hashing HIR outside of indexing.Camille GILLOT-39/+6
2021-10-09Store lowering outputs per owner.Camille GILLOT-4/+4
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-10-02resolve: Avoid comparing modules by optional def-idVadim Petrochenkov-7/+12
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-3/+21
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-1/+9
2021-09-30Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e...Manish Goregaokar-3/+3
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-3/+3
2021-09-28More tracing instrumentationOli Scherer-0/+3
2021-09-26Improve diagnostics for inaccessible itemsFabian Wolff-1/+9
2021-09-25Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplettManish Goregaokar-0/+1
2021-09-25use `drain_filter` instead of `filter` and `retain`Takayuki Maeda-0/+1
2021-09-24resolve: Refactor obtaining `Module` from its `DefId`Vadim Petrochenkov-7/+6
2021-09-24resolve: Use a single common map for local and foreign modulesVadim Petrochenkov-4/+2
2021-09-24resolve: Rename some expansion def scope methodsVadim Petrochenkov-4/+4
2021-09-24resolve: Cleanup module allocationVadim Petrochenkov-30/+36
2021-09-24resolve: Do not cache nearest parent mod in `ModuleData`Vadim Petrochenkov-29/+27
2021-09-12Rollup merge of #88677 - petrochenkov:exportid, r=davidtwcoManish Goregaokar-1/+2
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-10/+13
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-10rustc: Remove local variable IDs from `Export`sVadim Petrochenkov-1/+2
2021-09-10Encode spans relative to their parent.Camille GILLOT-0/+10
2021-09-10Keep def_spans collected by resolution.Camille GILLOT-10/+3
2021-09-06Move `confused_type_with_std_module` to `ResolverOutputs`Aaron Hill-0/+5
2021-09-01Compute proc_macros in resolutions.Camille GILLOT-0/+8
2021-09-01Compute all_traits_impls during resolution.Camille GILLOT-1/+5
2021-09-01Compute item_generics_num_lifetimes during resolution.Camille GILLOT-2/+9
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-4/+2
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-6/+2
2021-08-24Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiserbors-12/+5
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-4/+4
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Stop tracking namespce in used_imports.Mara Bos-6/+5