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_data_structures
/
src
/
intern.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-17
Enforce T: Hash for Interned<...>
Mark Rousskov
-1
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2023-06-09
Don't print Interned or PrivateZst
Michael Goulet
-1
/
+7
2022-12-06
Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser
Matthias Krüger
-83
/
+0
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-2
/
+2
2022-11-30
move WithCachedTypeInfo to rustc_type_ir
Oli Scherer
-83
/
+0
2022-11-30
s/WithStableHash/WithCachedTypeInfo/
Oli Scherer
-10
/
+10
2022-11-11
Use the interned stable hash as plain hash.
Camille GILLOT
-1
/
+5
2022-11-11
Hash spans when interning.
Camille GILLOT
-7
/
+2
2022-04-07
Document and rename the new wrapper type
Oli Scherer
-10
/
+17
2022-03-31
Check that the cached stable hash is the right one if debug assertions are en...
Oli Scherer
-4
/
+8
2022-03-31
Move stable hash from TyS into a datastructure that can be shared with other ...
Oli Scherer
-0
/
+73
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-0
/
+10
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-6
/
+10
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-15
Address review comments.
Nicholas Nethercote
-11
/
+7
2022-02-15
Rename `PtrKey` as `Interned` and improve it.
Nicholas Nethercote
-0
/
+102