about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/lib.rs
AgeCommit message (Expand)AuthorLines
2024-05-21Rename buffer_lint_with_diagnostic to buffer_lintXiretza-1/+1
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-3/+7
2024-05-10Remove unused `derive(Clone)` on `MacroData`.Nicholas Nethercote-1/+0
2024-05-10Remove `#[macro_use] extern crate tracing` from `rustc_resolve`.Nicholas Nethercote-9/+5
2024-05-10Remove unnecessary `allow` attribute.Nicholas Nethercote-6/+7
2024-04-26Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-deadJacob Pratt-2/+2
2024-04-26Introduce `DeriveResolution`.Nicholas Nethercote-2/+2
2024-04-23delegation: Support async, const, extern "ABI" and C-variadic functionsVadim Petrochenkov-10/+6
2024-04-17consistency rename: language item -> lang itemRalf Jung-1/+1
2024-04-11Silence unused_imports lint for redundant importsMichael Goulet-1/+1
2024-03-28remove `def_id_to_node_id` in ast loweringbohan-1/+0
2024-03-20store segment and module in `UnresolvedImportError`bohan-0/+13
2024-03-14fixes #121331surechen-2/+5
2024-03-07Rollup merge of #121089 - oli-obk:create_def_feed, r=petrochenkovGuillaume Gomez-22/+45
2024-03-06avoid overlapping privacy suggestion for single nested importsbohan-0/+2
2024-03-05Remove a use of feed_local_crate and make it fail if used within queriesOli Scherer-7/+11
2024-03-05Prevent feeding `CRATE_DEF_ID` queries outside the resolverOli Scherer-2/+5
2024-03-05Get rid of `feed_local_def_id`Oli Scherer-1/+1
2024-03-05Eliminate all non-CRATE_DEF_ID uses of `feed_def_id`Oli Scherer-4/+5
2024-03-05Preserve the `Feed` in local tablesOli Scherer-9/+23
2024-03-05Bubble up the TyCtxtFeedOli Scherer-4/+5
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-2/+2
2024-02-18resolve: Scale back unloading of speculatively loaded cratesVadim Petrochenkov-1/+0
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-12/+39
2024-02-14Move all the heavy lifting from `TyCtxtAt::create_def` into `TyCtxt::create_def`Oli Scherer-1/+1
2024-02-12Lowering field access for anonymous adtsFrank King-0/+6
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-0/+2
2024-02-08Rollup merge of #119592 - petrochenkov:unload, r=compiler-errorsMatthias Krüger-0/+1
2024-02-06Rollup merge of #119939 - clubby789:static-const-generic-note, r=compiler-errorsMatthias Krüger-1/+5
2024-02-06resolve: Unload speculatively resolved crates before freezing cstoreVadim Petrochenkov-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-0/+2
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-2/+2
2024-01-25Remove unused featuresclubby789-2/+0
2024-01-22Rollup merge of #119369 - bvanjoi:fix-119301, r=petrochenkovMatthias Krüger-0/+5
2024-01-21exclude unexported macro bindings from extern cratebohan-0/+5
2024-01-19Pack the u128 in LitKind::IntJosh Stone-1/+1
2024-01-17Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obkbors-1/+1
2024-01-15Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errorsbors-0/+2
2024-01-14Add note to resolve error about generics from inside static/constclubby789-1/+5
2024-01-14Rework how diagnostic lints are stored.Nicholas Nethercote-1/+1
2024-01-13store the segment name when resolution failsbohan-3/+12
2024-01-12Delegation implementation: step 1Bryanskiy-0/+5
2024-01-09Check bindings around never patternsNadrieril-0/+2
2023-12-23Give `DiagnosticBuilder` a default type.Nicholas Nethercote-2/+2
2023-12-20resolve: Eagerly feed closure visibilitiesVadim Petrochenkov-4/+1
2023-12-18Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...Michael Woerister-2/+2
2023-12-18resolve: Replace visibility table in resolver outputs with query feedingVadim Petrochenkov-8/+9
2023-12-03rustc: Harmonize `DefKind` and `DefPathData`Vadim Petrochenkov-2/+2
2023-11-28resolve: Feed the `def_kind` query immediately on `DefId` creationVadim Petrochenkov-5/+4
2023-11-27Address unused tuple struct fields in the compilerJake Goulding-1/+1