rust/src/librustc_data_structures
kennytm b5f102c7ae
Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix
Remove some unnecessary IdxSet methods

This replaces `IdxSet:: reset_to_empty` with `IdxSet:: clear`, and `IdxSet::elems`/`IdxSet::each_bit` with `IdxSet::iter`. Based on some [comments on #rustc](https://botbot.me/mozilla/rustc/2018-01-23/?msg=96063396).

r? @pnkfelix
2018-03-15 00:15:46 +08:00
..
control_flow_graph
graph Run rustfmt on src/librustc_data_structures/graph/mod.rs. 2018-03-07 20:10:01 -05:00
obligation_forest while let all the things 2018-03-05 15:58:54 -03:00
owning_ref Make metadata references Send + Sync 2018-03-07 01:56:59 +01:00
snapshot_map
accumulate_vec.rs
array_vec.rs
base_n.rs
bitslice.rs
bitvec.rs
Cargo.toml Bump ena 2018-03-01 08:04:26 -07:00
flock.rs
fx.rs
indexed_set.rs Remove IdxSet::elems 2018-03-06 01:14:38 +00:00
indexed_vec.rs add canonicalize method to InferCtxt [VIC] 2018-03-13 11:21:31 -04:00
lib.rs Replace iterator structures with impl Trait. 2018-03-07 20:09:32 -05:00
sip128.rs
small_vec.rs
stable_hasher.rs Move PROFQ_CHAN to a Session field 2018-03-09 08:04:31 +01:00
sync.rs Rollup merge of #48808 - Zoxc:reg-diag, r=michaelwoerister 2018-03-08 11:26:02 -08:00
transitive_relation.rs Make TransitiveRelation thread safe. Avoid locking by using get_mut in some cases. 2018-02-27 19:07:33 +01:00
tuple_slice.rs