| .. |
|
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
|
A few cleanups for rustc_data_structures
|
2018-08-09 19:50:12 +02:00 |
|
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
|
Introduce const_cstr!() macro and use it where applicable.
|
2018-08-10 10:22:44 +02:00 |
|
fingerprint.rs
|
Move Fingerprint to data structures
|
2018-08-09 10:00:25 -06:00 |
|
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
|
data_structures: Add a reference wrapper for pointer-indexed maps/sets
|
2018-07-20 12:22:24 +03:00 |
|
sip128.rs
|
rustc_data_structures: Add implementation of 128 bit SipHash.
|
2017-10-16 14:44:40 +02:00 |
|
small_c_str.rs
|
Use SmallVec for SmallCStr
|
2018-08-23 23:13:14 +02:00 |
|
sorted_map.rs
|
sorted_map: add contains_key function
|
2018-12-10 14:11:14 +01:00 |
|
stable_hasher.rs
|
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
|
2018-09-18 07:08:09 +10:00 |
|
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
|
implement liveness tracing, remove old liveness system
|
2018-08-27 13:57:55 -04:00 |
|
work_queue.rs
|
Correct doc for WorkQueue<T>::pop().
|
2018-09-30 00:24:37 +02:00 |