rust/src/librustc_data_structures
2018-05-24 00:01:35 -04:00
..
control_flow_graph use fmt::Result where applicable 2018-05-09 02:01:37 +02:00
graph Implement some trivial size_hints for various iterators 2018-03-20 05:33:59 -04:00
obligation_forest Use num::NonZero* instead of NonZero<_> in rustc and tests 2018-03-17 23:07:40 +01:00
owning_ref use fmt::Result where applicable 2018-05-09 02:01:37 +02:00
snapshot_map Avoid repeated HashMap lookups in opt_normalize_projection_type. 2018-05-17 09:34:20 +10:00
accumulate_vec.rs Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00
array_vec.rs Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
base_n.rs
bitslice.rs
bitvec.rs ignore the point where the outlives requirement was added 2018-05-09 23:21:24 -03:00
Cargo.toml use reset_unifications instead of creating new unification table 2018-05-18 15:58:23 -04:00
flock.rs
fx.rs
indexed_set.rs avoid IdxSets containing garbage above the universe length 2018-04-02 00:14:44 +03:00
indexed_vec.rs Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00
lib.rs Add SortedMap to rustc_data_structures. 2018-05-22 16:36:50 +02:00
sip128.rs
small_vec.rs
sorted_map.rs implement Ord for OutlivesPredicate and other types 2018-05-24 00:01:35 -04:00
stable_hasher.rs Move PROFQ_CHAN to a Session field 2018-03-09 08:04:31 +01:00
sync.rs Add parallel abstractions 2018-05-13 01:28:20 +02:00
transitive_relation.rs
tuple_slice.rs