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
/
src
/
stable_hash_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-20
Split `rustc_hir_id` out of `rustc_hir`
Josh Triplett
-20
/
+1
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-5
/
+1
2025-06-12
introduce new lint infra
Jana Dönszelmann
-0
/
+8
2025-03-11
Implement `#[define_opaque]` attribute for functions.
Oli Scherer
-1
/
+1
2025-02-24
add test to verify that #132391 can be closed
Jana Dönszelmann
-1
/
+5
2025-02-24
Introduce new parsing infrastructure and types for parsed attributes
Jana Dönszelmann
-6
/
+6
2025-02-11
compiler: remove rustc_target reexport of rustc_abi::HashStableContext
Jubilee Young
-3
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+1
2024-06-07
Revert "Cache whether a body has inline consts"
Oli Scherer
-2
/
+1
2024-05-28
Cache whether a body has inline consts
Oli Scherer
-1
/
+2
2024-01-16
Simplify BodyId hashing.
Camille GILLOT
-7
/
+0
2023-03-08
Only compute the crate hash when necessary.
Nicholas Nethercote
-9
/
+8
2023-01-28
Remove `HirId -> LocalDefId` map from HIR.
Camille GILLOT
-7
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-4
/
+4
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-5
/
+5
2022-08-07
Derive HashStable for HIR Expr and Ty.
Camille GILLOT
-16
/
+1
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-102
/
+2
2022-02-11
Rollup merge of #93443 - spastorino:add-stable-hash-impl-doc, r=cjgillot
Matthias Krüger
-0
/
+3
2022-02-03
Remove defaultness from ImplItem.
Camille GILLOT
-3
/
+1
2022-01-28
Add comment on stable_hash_impl for OwnerNodes
Santiago Pastorino
-0
/
+3
2022-01-25
Store hir_id_to_def_id in OwnerInfo.
Camille GILLOT
-2
/
+7
2021-12-24
Remove special-cased stable hashing for HIR module
Aaron Hill
-8
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_hir`
Peter Jaszkowiak
-2
/
+2
2021-10-11
Make naming more explicit.
Camille GILLOT
-2
/
+3
2021-10-10
Compute full HIR hash during lowering.
Camille GILLOT
-2
/
+16
2021-10-10
Directly use AttributeMap inside OwnerInfo.
Camille GILLOT
-2
/
+11
2021-10-09
Perform indexing during lowering.
Camille GILLOT
-2
/
+11
2021-10-03
Move some HashStable impls.
Camille GILLOT
-0
/
+19
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-15
/
+2
2021-06-11
Hash DefId in rustc_span.
Camille GILLOT
-7
/
+6
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-2
/
+1
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-11
/
+2
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-2
/
+1
2021-03-09
Remove hir::ForeignItem::attrs.
Camille GILLOT
-2
/
+1
2021-03-09
Remove hir::MacroDef::attrs.
Camille GILLOT
-2
/
+1
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-2
/
+16
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-6
/
+20
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-5
/
+5
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-5
/
+5
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-5
/
+5
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-0
/
+9
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-2
/
+17
2020-08-30
mv compiler to compiler/
mark
-0
/
+167