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
/
hir_id.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+6
2024-06-22
Ensure careful consideration is given by impls
Alan Egerton
-2
/
+4
2024-06-12
Un-unsafe the `StableOrd` trait
Alan Egerton
-2
/
+2
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-3
/
+3
2023-11-22
Replace `no_ord_impl` with `orderable`.
Nicholas Nethercote
-0
/
+1
2023-11-22
Replace `custom_encodable` with `encodable`.
Nicholas Nethercote
-0
/
+1
2023-11-20
Put derives on a single line where possible.
Nicholas Nethercote
-4
/
+2
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-1
/
+3
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-5
/
+2
2023-03-21
Use local key in providers
Michael Goulet
-0
/
+6
2023-01-11
fix typo LocalItemId -> ItemLocalId
klensy
-2
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2023-01-02
Reduce HIR debug output
Nilstrieb
-3
/
+18
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-06
Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa
bors
-1
/
+5
2022-12-02
Add StableOrd trait as proposed in MCP 533.
Michael Woerister
-1
/
+5
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-1
/
+1
2022-11-01
Implement Idx for OwnerId.
Camille GILLOT
-1
/
+13
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-8
/
+52
2022-09-10
rustc_error, rustc_private, rustc_ast: Switch to stable hash containers
Niklas Jonsson
-2
/
+7
2022-09-05
Make `hir::PathSegment::hir_id` non-optional.
Nicholas Nethercote
-0
/
+3
2022-04-20
Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com...
bors
-1
/
+2
2022-04-19
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.
Michael Woerister
-1
/
+2
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-6
/
+3
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-1
/
+1
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-0
/
+1
2022-01-27
Store def_id_to_hir_id as variant in hir_owner.
Camille GILLOT
-0
/
+5
2022-01-15
Add inline.
Camille GILLOT
-0
/
+2
2021-12-22
Remove `PartialOrd` and `Ord` from `LocalDefId`
pierwill
-1
/
+17
2021-10-31
Remove `rustc_hir::hir_id::HirIdVec`
pierwill
-68
/
+0
2021-10-12
Use invalid local id for zeroth node parent.
Camille GILLOT
-0
/
+4
2021-03-27
Address review comments
Joshua Nelson
-0
/
+68
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-67
/
+0
2021-03-09
Collect attributes during HIR lowering.
Camille GILLOT
-0
/
+14
2021-03-09
Introduce HirIdVec.
Camille GILLOT
-0
/
+53
2021-02-26
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-0
/
+15
2020-10-14
Remove unused code from rustc_hir
est31
-2
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+49