about summary refs log tree commit diff
path: root/compiler/rustc_resolve
AgeCommit message (Expand)AuthorLines
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-13/+14
2024-10-07Rename nested_meta to meta_item_innercodemountains-10/+12
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-3/+2
2024-10-06Auto merge of #131259 - ismailarilik:handle-potential-query-instability-lint-...bors-3/+3
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-3/+3
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-0/+13
2024-10-03rustdoc: prevent ctors from resolvingMichael Howell-1/+3
2024-10-03Handle `rustc_metadata` cases of `rustc::potential_query_instability` lintismailarilik-2/+2
2024-10-02Handle `rustc-hir-analysis` cases of `rustc::potential_query_instability` lintismailarilik-1/+1
2024-10-01Remove anon struct and union typesMichael Goulet-41/+0
2024-09-29cleanup: don't clone types that are CopyMatthias Krüger-5/+1
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-2/+4
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-207/+170
2024-09-22Auto merge of #130337 - BoxyUwU:anon_const_macro_call, r=camelidbors-20/+93
2024-09-21Handle macro calls in anon const def creation take 2Boxy-20/+93
2024-09-20Flesh out some TODOsMichael Goulet-1/+3
2024-09-20Implement RTN in resolve_bound_vars and HIR ty loweringMichael Goulet-0/+1
2024-09-20Resolve RTN for TyKind::Path ending in (..)Michael Goulet-7/+26
2024-09-18Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukangMatthias Krüger-11/+17
2024-09-16Rollup merge of #130033 - compiler-errors:foreign-fn-types, r=BoxyUwUMatthias Krüger-24/+25
2024-09-16Introduce distinct error codes for precise capturingMichael Goulet-3/+4
2024-09-16Do precise capturing arg validation in resolveMichael Goulet-9/+46
2024-09-12Implement a Method to Seal `DiagInner`'s SuggestionsVeera-11/+17
2024-09-13Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwUbors-50/+114
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-16/+14
2024-09-12Fix anon const def-creation when macros are involvedNoah Lev-44/+110
2024-09-12Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkovMatthias Krüger-470/+481
2024-09-12Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoeristerStuart Cook-111/+99
2024-09-12Introduce `'ra` lifetime name.Nicholas Nethercote-470/+481
2024-09-11Also fix if in elseMichael Goulet-26/+18
2024-09-11Simplify some nested if statementsMichael Goulet-85/+81
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-3/+3
2024-09-07Don't call fn_arg_names for non-fn in resolverMichael Goulet-24/+25
2024-09-06elided_named_lifetimes: unify lint def & pass MissingLifetimeKindPavel Grigorenko-4/+10
2024-09-02Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-deadMatthias Krüger-6/+6
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-6/+6
2024-09-01Replace walk with visit so we dont skip outermost expr kind in def collectorMichael Goulet-1/+1
2024-09-01Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkovMatthias Krüger-53/+65
2024-08-31Create opaque definitions in resolver.Camille GILLOT-53/+65
2024-08-31Implement `elided_named_lifetimes` lintPavel Grigorenko-14/+76
2024-08-29Add `warn(unreachable_pub)` to `rustc_resolve`.Nicholas Nethercote-0/+1
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-0/+1
2024-08-26mv `build_reduced_graph_for_external_crate_res` into Resolverbohan-68/+71
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-7/+9
2024-08-21Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxuMatthias Krüger-1/+1
2024-08-21Rollup merge of #129344 - compiler-errors:less-option-unit-diagnostics, r=jie...Matthias Krüger-2/+2
2024-08-21Simplify some redundant field namesMichael Goulet-1/+1
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-2/+2
2024-08-20Rollup merge of #129270 - compiler-errors:inner-generics-shadowing, r=petroch...Matthias Krüger-3/+3
2024-08-20skip updating when external binding is existedbohan-5/+13