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_passes
/
src
/
hir_id_validator.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-12
Adjust `Map`'s `to_string` functionality.
Nicholas Nethercote
-4
/
+3
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+2
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-2
/
+2
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-3
/
+3
2025-02-03
Use a different hir type for patterns in pattern types than we use in match p...
Oli Scherer
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+4
2024-03-06
Add proper cfgs for struct HirIdValidator used only with debug assertions
r0cky
-24
/
+12
2024-01-10
Add `DiagCtxt::delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-3
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-05
incr.comp.: Don't ignore dep-tracking during HirId validation.
Michael Woerister
-22
/
+20
2023-04-04
incr.comp.: Make sure dependencies are recorded when feeding queries during e...
Michael Woerister
-22
/
+22
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-01
Improve pretty-printing of `HirIdValidator` errors
Arpad Borsos
-25
/
+14
2022-11-26
Verify that HIR parenting and Def parenting match.
Camille GILLOT
-24
/
+51
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-8
/
+7
2022-09-07
Format hir_id_validator error using pretty print
Santiago Pastorino
-1
/
+1
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-1
/
+1
2022-07-04
Only validate HIR with `debug_assertions` on
Jakub Beránek
-19
/
+22
2022-07-04
Use a bitset instead of a hash map in HIR ID validator
Jakub Beránek
-4
/
+4
2022-05-13
remove unnecessary methods from HirIdValidator
Miguel Guarniz
-14
/
+0
2022-05-13
change back to using tcx.hir() visit-item method
Miguel Guarniz
-18
/
+1
2022-05-13
remove OuterVisitor
Miguel Guarniz
-39
/
+52
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+2
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-3
/
+4
2022-01-15
Use LocalDefId in rustc_passes::hir_id_validator.
Camille GILLOT
-6
/
+5
2021-09-20
Do not store visibility in *ItemRef.
Camille GILLOT
-2
/
+2
2021-09-12
Gather module items after lowering.
Camille GILLOT
-3
/
+3
2021-09-02
Drop walk_crate_and_attributes.
Camille GILLOT
-0
/
+4
2021-03-23
GenericParam does not need to be a HIR owner.
Camille GILLOT
-13
/
+0
2021-02-15
Index Modules using their LocalDefId.
Camille GILLOT
-6
/
+3
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-1
/
+1
2020-11-28
Do not visit ForeignItemRef for HIR indexing and validation.
Camille GILLOT
-0
/
+7
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-0
/
+5
2020-10-07
implement nits
Bastian Kauschke
-1
/
+2
2020-10-07
bodge
Bastian Kauschke
-0
/
+12
2020-09-25
Address review comment
marmeladema
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+166