about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check_unused.rs
AgeCommit message (Expand)AuthorLines
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-2/+2
2024-08-30Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.Nicholas Nethercote-0/+1
2024-08-27Add `warn(unreachable_pub)` to `rustc_hir_analysis`.Nicholas Nethercote-1/+1
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-6/+7
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-7/+1
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-1/+1
2023-07-25inline format!() args from rustc_codegen_llvm to the end (4)Matthias Krüger-1/+1
2023-07-16Querify unused trait check.Camille GILLOT-2/+7
2023-07-14Introduce ExtentUnord trait for collections that can safely consume UnordItems.Michael Woerister-1/+1
2023-07-11typeck in parallelSparrowLii-0/+4
2023-03-01Remove last instances of HashSet in query result types.Michael Woerister-1/+1
2023-02-22Move the unused extern crate check back to the resolver.Camille GILLOT-132/+1
2023-01-30Use `expect_{use,fn}` in a couple of placesMaybe Waffle-1/+1
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-1/+1
2022-12-03Remove useless filter in unused extern crate check.Camille GILLOT-19/+0
2022-10-29Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errorsGuillaume Gomez-2/+2
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-2/+2
2022-10-27Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)Michael Woerister-3/+4
2022-10-01Refactor rustc lint APIMaybe Waffle-8/+12
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+187