index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
check_unused.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+2
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-08-27
Add `warn(unreachable_pub)` to `rustc_hir_analysis`.
Nicholas Nethercote
-1
/
+1
2024-05-23
Remove `LintDiagnostic::msg`
León Orell Valerian Liehr
-6
/
+7
2024-01-23
Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.
Nicholas Nethercote
-7
/
+1
2023-12-15
Don't pass lint back out of lint decorator
Michael Goulet
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-16
Querify unused trait check.
Camille GILLOT
-2
/
+7
2023-07-14
Introduce ExtentUnord trait for collections that can safely consume UnordItems.
Michael Woerister
-1
/
+1
2023-07-11
typeck in parallel
SparrowLii
-0
/
+4
2023-03-01
Remove last instances of HashSet in query result types.
Michael Woerister
-1
/
+1
2023-02-22
Move the unused extern crate check back to the resolver.
Camille GILLOT
-132
/
+1
2023-01-30
Use `expect_{use,fn}` in a couple of places
Maybe Waffle
-1
/
+1
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-12-03
Remove useless filter in unused extern crate check.
Camille GILLOT
-19
/
+0
2022-10-29
Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors
Guillaume Gomez
-2
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-27
Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)
Michael Woerister
-3
/
+4
2022-10-01
Refactor rustc lint API
Maybe Waffle
-8
/
+12
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+187