]> git.lizzy.rs Git - rust.git/commit
Merge `IdxSet` and `IdxSetBuf`.
authorNicholas Nethercote <nnethercote@mozilla.com>
Fri, 17 Aug 2018 03:32:11 +0000 (13:32 +1000)
committerNicholas Nethercote <nnethercote@mozilla.com>
Mon, 20 Aug 2018 04:00:51 +0000 (14:00 +1000)
commitab8dfbc7bb969378c2d7e8f7b0c29e26100707e0
treede03d2940d1f9df29dab96510c4143e5039767de
parent04b50e22bb978f10d90df78a377f23fd122a8d83
Merge `IdxSet` and `IdxSetBuf`.

The `Buf` vs. non-`Buf` distinction is no longer necessary, and the
nastiest code in this file can be removed.

To minimize this patch, `IdxSet` is made a typedef of `IdxSetBuf`. The
next patch will remove this typedef.
src/librustc_data_structures/indexed_set.rs