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
/
hir_wf_check.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-11
Propagate TraitImplHeader to hir
Cameron Steffen
-2
/
+3
2025-07-28
use let chains in ast, borrowck, codegen, const_eval
Kivooeo
-9
/
+8
2025-07-03
compiler: inline 1-2 query provide fn in hir_analysis and hir_typeck
Jubilee Young
-6
/
+1
2025-06-13
Merge unboxed trait object error suggestion into regular dyn incompat error
Oli Scherer
-1
/
+13
2025-05-30
Reorder fields in `hir::ItemKind` variants.
Nicholas Nethercote
-3
/
+3
2025-04-04
Don't construct preds w escaping bound vars in diagnostic_hir_wf_check
Michael Goulet
-1
/
+10
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-1
/
+1
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-3
/
+3
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-3
/
+1
2025-01-23
`visit_x_unambig`
Boxy
-1
/
+1
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-7
/
+12
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-1
/
+2
2024-10-29
TypingMode :thinking:
lcnr
-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-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-1
/
+1
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Nicholas Nethercote
-0
/
+1
2024-04-22
Do not ICE on `AnonConst`s in `diagnostic_hir_wf_check`
Gurinder Singh
-6
/
+8
2024-03-22
Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr
bors
-0
/
+10
2024-03-22
Rename AstConv to HIR ty lowering
León Orell Valerian Liehr
-1
/
+1
2024-03-19
Gracefully handle AnonConst in diagnostic_hir_wf_check()
Gurinder Singh
-0
/
+10
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-17
replace unnecessary folder impls with fold_region
lcnr
-24
/
+8
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-1
/
+2
2023-07-28
Lower generic const items to HIR
León Orell Valerian Liehr
-1
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-1
/
+3
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-03-22
Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors
bors
-21
/
+21
2023-03-21
Use LocalDefId in ItemCtxt
Michael Goulet
-1
/
+1
2023-03-21
remove some trait solver helpers
lcnr
-21
/
+21
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-4
/
+5
2023-01-17
`rustc_hir_analysis`: remove `ref` patterns
Maybe Waffle
-1
/
+1
2023-01-12
Point at HIR types when impl trait ref doesn't normalize
Michael Goulet
-17
/
+29
2022-11-16
Convert predicates into Predicate in the Obligation constructor
Oli Scherer
-3
/
+3
2022-10-10
Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki
Yuki Okushi
-1
/
+1
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-29
/
+27
2022-09-27
rustc_typeck to rustc_hir_analysis
lcnr
-0
/
+188