about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
AgeCommit message (Expand)AuthorLines
2024-11-15Make WalkItemKind::walk signature compatible between Visitor versionsmaxcabrajac-1/+1
2024-11-15Add WalkItemKind::Ctxt so AssocCtxt is not sent to non-Assoc ItemKindsmaxcabrajac-1/+1
2024-11-14Remove `Resolver::empty_disambiguator`.Nicholas Nethercote-6/+0
2024-11-14Replace the `restricted_shadowing` boolean argument with an enum.Nicholas Nethercote-12/+22
2024-11-14Move a call outside a loop.Nicholas Nethercote-1/+1
2024-11-14Remove two `_ext` methods.Nicholas Nethercote-56/+13
2024-11-14Use an atom comparison for a keyword check.Nicholas Nethercote-1/+3
2024-11-14Use `for_each_child` in a suitable place.Nicholas Nethercote-7/+5
2024-11-14Tweak a `resolutions` loop.Nicholas Nethercote-6/+5
2024-11-13Use iteration instead of indexing to access ribs.Nicholas Nethercote-6/+5
2024-11-12Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errorsMatthias Krüger-19/+10
2024-11-08use verbose for path separator suggestionMichael Goulet-1/+1
2024-11-05Rollup merge of #132567 - estebank:bad-suggestion, r=NadrierilMatthias Krüger-10/+36
2024-11-05Check for both `StmtKind::MacCall` and `ExprKind::MacCall`Boxy-19/+10
2024-11-03Properly suggest `E::assoc` when we encounter `E::Variant::assoc`Esteban Küber-10/+36
2024-11-02Suggest fixing typos and let bindings at the same timeuellenberg-3/+6
2024-10-30Review comments.Camille GILLOT-1/+1
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-39/+1
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-4/+4
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-4/+4
2024-10-26expand: Stop using artificial `ast::Item` for macros loaded from metadataVadim Petrochenkov-18/+32
2024-10-24Pass Ident by reference in ast Visitormaxcabrajac-3/+3
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-12/+12
2024-10-22terminology: #[feature] *enables* a feature (instead of "declaring" or "activ...Ralf Jung-4/+2
2024-10-20Stop relying on hashmap iteration for unused macro rules armsNoratrieb-14/+27
2024-10-18Fix #131471, range misleading field accessFalco Hirschenberger-0/+1
2024-10-16compiler: use `is_none_or` where it is clearly betterJubilee Young-2/+2
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-18/+19
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-3/+3
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-18/+19
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-41/+0
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-3/+3
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