rust/src/librustc_data_structures
2018-09-04 13:22:08 -06:00
..
graph Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. 2018-08-28 17:04:04 +03:00
obligation_forest A few cleanups for rustc_data_structures 2018-08-09 19:50:12 +02:00
owning_ref
snapshot_map
array_vec.rs Replace usages of ptr::offset with ptr::{add,sub}. 2018-08-20 07:28:34 -04:00
base_n.rs A few cleanups for rustc_data_structures 2018-08-09 19:50:12 +02:00
bitslice.rs A few cleanups for rustc_data_structures 2018-08-09 19:50:12 +02:00
bitvec.rs Make SparseBitMatrix a bit lazier. 2018-08-23 18:41:55 +10:00
Cargo.toml Breaking change upgrades 2018-09-04 13:22:08 -06:00
const_cstr.rs Introduce const_cstr!() macro and use it where applicable. 2018-08-10 10:22:44 +02:00
fingerprint.rs
flock.rs Replace usages of 'bad_style' with 'nonstandard_style'. 2018-08-29 09:01:35 -05:00
fx.rs
indexed_set.rs Introduce UnionIntoIdxSet and SubtractFromIdxSet traits. 2018-08-24 19:51:09 +10:00
indexed_vec.rs
lib.rs Remove AccumulateVec and its uses. 2018-08-29 08:32:11 +10:00
ptr_key.rs
sip128.rs
small_c_str.rs Use SmallVec for SmallCStr 2018-08-23 23:13:14 +02:00
small_vec.rs Remove AccumulateVec and its uses. 2018-08-29 08:32:11 +10:00
sorted_map.rs
stable_hasher.rs Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. 2018-08-20 14:00:51 +10:00
svh.rs
sync.rs Breaking change upgrades 2018-09-04 13:22:08 -06:00
thin_vec.rs Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
tiny_list.rs A few cleanups for rustc_data_structures 2018-08-09 19:50:12 +02:00
transitive_relation.rs use ? to simplify TransitiveRelation.maybe_map 2018-08-13 23:12:36 +02:00
tuple_slice.rs
vec_linked_list.rs implement liveness tracing, remove old liveness system 2018-08-27 13:57:55 -04:00
work_queue.rs Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet. 2018-08-20 14:00:51 +10:00