about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-1/+0
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Pass `Option<Symbol>` to `def_path_data`/`create_def` methods.Nicholas Nethercote-1/+1
2025-02-28Introduce `feature(generic_const_parameter_types)`Boxy-4/+4
2025-02-23stabilize extract_ifbendn-1/+0
2025-02-21convert all_macro_rules from hashmap to hashsetklensy-1/+1
2025-02-17Enforce T: Hash for Interned<...>Mark Rousskov-0/+26
2025-02-08Small resolve refactorAndre Bogus-14/+15
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-12/+13
2025-01-27Use identifiers in diagnostics more oftenMichael Goulet-7/+7
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-1/+1
2025-01-16Implement `use` associated items of traitsFrank King-4/+7
2024-12-22Fix spacing of markdown code block fences in compiler rustdocDavid Tolnay-1/+4
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-14Don't make a def id for impl_trait_in_bindingsMichael Goulet-0/+1
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-0/+6
2024-12-03Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxuMatthias Krüger-1/+1
2024-11-28Replace `Symbol::intern` calls with preinterned symbolsclubby789-1/+1
2024-11-28always create `DefId`s when lowering anon-constslcnr-13/+0
2024-11-14Remove `Resolver::empty_disambiguator`.Nicholas Nethercote-6/+0
2024-11-14Tweak a `resolutions` loop.Nicholas Nethercote-6/+5
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-3/+3
2024-10-20Stop relying on hashmap iteration for unused macro rules armsNoratrieb-1/+2
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-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+6
2024-09-21Handle macro calls in anon const def creation take 2Boxy-0/+5
2024-09-13Auto merge of #129137 - camelid:lazy-def-macro-const, r=BoxyUwUbors-3/+25
2024-09-12Fix anon const def-creation when macros are involvedNoah Lev-3/+25
2024-09-12Introduce `'ra` lifetime name.Nicholas Nethercote-143/+144
2024-08-29Add `warn(unreachable_pub)` to `rustc_resolve`.Nicholas Nethercote-0/+1
2024-08-10rm `import.used`bohan-5/+7
2024-08-08rm `declared_features` field in resolverbohan-5/+0
2024-08-07make `import.vis` is not mutablebohan-1/+2
2024-07-31Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkovMatthias Krüger-2/+2
2024-07-31Introduce REDUNDANT_IMPORTS lintMichael Goulet-2/+2
2024-07-29Structured suggestion for `extern crate foo` when `foo` isn't resolved in importEsteban Küber-0/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-20/+24
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-5/+6
2024-07-08Rollup merge of #127431 - oli-obk:feed_item_attrs, r=compiler-errors许杰友 Jieyou Xu (Joe)-5/+13
2024-07-06Use field ident spans directly instead of the full field span in diagnostics ...Oli Scherer-5/+13
2024-07-06out_of_scope_macro_calls: Detect calls inside attributes more preciselyVadim Petrochenkov-2/+3
2024-06-28Change RTN to use .. againMichael Goulet-0/+1
2024-06-25resolve: Tweak some naming around import ambiguitiesVadim Petrochenkov-6/+8
2024-06-14delegation: Implement glob delegationVadim Petrochenkov-1/+13
2024-05-29Rollup merge of #125381 - estebank:issue-96799, r=petrochenkov许杰友 Jieyou Xu (Joe)-1/+3
2024-05-28Silence some resolve errors when there have been glob import errorsEsteban Küber-1/+3