about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-09-28 22:11:58 +0200
committerGitHub <noreply@github.com>2019-09-28 22:11:58 +0200
commitb18d8612c8e73604f0721449ce6126f80ad83a98 (patch)
treeb3d45c6461791cc43618bf54ba8b0929ec11ec14 /src/test/incremental/thinlto
parent488381ce9ef0ceabe83b73127c659e5d38137df0 (diff)
parent800bd3a11c45ef62726b1c29c2c165e2dbf85ae2 (diff)
downloadrust-b18d8612c8e73604f0721449ce6126f80ad83a98.tar.gz
rust-b18d8612c8e73604f0721449ce6126f80ad83a98.zip
Rollup merge of #64131 - shivan1b:deterministic-fxhashmap, r=Mark-Simulacrum
data_structures: Add deterministic FxHashMap and FxHashSet wrappers

StableMap
A wrapper for FxHashMap that allows to `insert`, `remove`, `get`, `get_mut` and convert a hashmap into a sorted vector using the method `into_sorted_vector` but no iteration support.

StableSet
A wrapper for FxHashSet that allows to `insert`, `remove`, `get` and convert a hashset into a sorted vector using the method `into_sorted_vector` but no iteration support.

Addresses issue #63713
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions