rust/src/librustc_data_structures
2018-12-10 14:11:14 +01:00
..
graph fix various typos in doc comments 2018-11-13 14:45:31 -05:00
obligation_forest Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
owning_ref Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
snapshot_map Remove OpenSnapshot and CommittedSnapshot markers from SnapshotMap. 2018-11-25 17:54:06 +11:00
base_n.rs
bit_set.rs Remove HybridBitSet::dummy 2018-10-16 22:14:07 +02:00
Cargo.toml Upgrade smallvec to 0.6.7 and use the new may_dangle feature. 2018-12-10 09:31:27 +11:00
const_cstr.rs
fingerprint.rs
flock.rs refactor: use shorthand fields 2018-11-06 15:05:44 -05:00
fx.rs rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
indexed_vec.rs Automatically generate imports for newtype_index Deserialize impls 2018-12-04 10:17:37 +01:00
interner.rs Use raw_entry for more efficient interning 2018-11-29 15:56:45 +01:00
lib.rs data_structures: remove tuple_slice 2018-12-03 17:33:06 +01:00
macros.rs Ensure that the static_assert! argument is a bool 2018-11-16 11:59:31 +01:00
ptr_key.rs
sip128.rs
small_c_str.rs
sorted_map.rs sorted_map: add contains_key function 2018-12-10 14:11:14 +01:00
stable_hasher.rs
svh.rs refactor: use shorthand fields 2018-11-06 15:05:44 -05:00
sync.rs Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00
thin_vec.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
tiny_list.rs Use opt.take() instead of mem::replace(opt, None) 2018-10-29 13:48:26 +01:00
transitive_relation.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
vec_linked_list.rs
work_queue.rs Correct doc for WorkQueue<T>::pop(). 2018-09-30 00:24:37 +02:00