rust/src/librustc_data_structures
bors 54628c8ea8 Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrum
Simplify a few functions in rustc_data_structures

- drop `try!()` where it's superfluous
- change `try!()` to `?`
- squash a `push` with `push_str`
- refactor a push loop into an iterator
2018-07-30 12:20:58 +00:00
..
graph parameterize BitVector and BitMatrix by their index types 2018-07-25 06:38:19 +03:00
obligation_forest Reduce the number of clone()s needed in obligation_forest 2018-07-14 07:31:19 +02:00
owning_ref Enforce #![deny(bare_trait_objects)] in src/librustc_data_structures tests 2018-07-11 14:21:26 +02:00
snapshot_map
accumulate_vec.rs Simplify a few functions in rustc_data_structures 2018-07-24 15:29:31 +02:00
array_vec.rs stabilize RangeBounds collections_range #30877 2018-05-24 05:01:40 -07:00
base_n.rs
bitslice.rs Simplify a few functions in rustc_data_structures 2018-07-24 15:29:31 +02:00
bitvec.rs fix sparse_matrix_iter unit test 2018-07-26 16:33:52 +03:00
Cargo.toml Update Rayon version 2018-06-06 15:25:16 +02:00
flock.rs
fx.rs get rustc_hash from external crate 2018-05-24 12:01:27 -04:00
indexed_set.rs improve comments 2018-07-02 11:40:49 -04:00
indexed_vec.rs parameterize BitVector and BitMatrix by their index types 2018-07-25 06:38:19 +03:00
lib.rs Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
ptr_key.rs data_structures: Add a reference wrapper for pointer-indexed maps/sets 2018-07-20 12:22:24 +03:00
sip128.rs
small_vec.rs Simplify a few functions in rustc_data_structures 2018-07-24 15:29:31 +02:00
sorted_map.rs Remove unused muts 2018-07-29 18:04:09 +01:00
stable_hasher.rs
sync.rs add a missing dyn 2018-07-11 16:08:38 +02:00
tiny_list.rs Make const decoding from the incremental cache thread-safe. 2018-06-01 09:32:24 +02:00
transitive_relation.rs parameterize BitVector and BitMatrix by their index types 2018-07-25 06:38:19 +03:00
tuple_slice.rs
work_queue.rs create a new WorkQueue data structure 2018-07-01 05:22:50 -04:00