about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/coverage/doc-examples.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2020-08-09 20:08:50 +0000
committerbors <bors@rust-lang.org>2020-08-09 20:08:50 +0000
commit18f3be7704a4ec7976fcd1272c728974243d29bd (patch)
tree8d1f3d2e296e7b27e17ab74ca450c32132683002 /src/test/rustdoc-ui/coverage/doc-examples.rs
parent39e593ab14c53fda63c3f2756716c5ad3cbb6465 (diff)
parentca0b89aa040acf5df95d39579cbd7ff03c73baf1 (diff)
downloadrust-18f3be7704a4ec7976fcd1272c728974243d29bd.tar.gz
rust-18f3be7704a4ec7976fcd1272c728974243d29bd.zip
Auto merge of #75278 - cuviper:indexmap, r=Mark-Simulacrum
Upgrade indexmap and use it more

First this upgrades `indexmap` to 1.5.1, which is now based on `hashbrown::raw::RawTable`. This means it shares a lot of the same performance characteristics for insert, lookup, etc., while keeping items in insertion order.

Then across various rustc crates, this replaces a lot of `Vec`+`HashMap` pairs with a single `IndexMap` or `IndexSet`.

Closes #60608.
r? @eddyb
Diffstat (limited to 'src/test/rustdoc-ui/coverage/doc-examples.rs')
0 files changed, 0 insertions, 0 deletions