rust/src/librustc_data_structures
Eduard-Mihai Burtescu c3ab57c99e Rollup merge of #37535 - Havvy:graph, r=eddyb
Graph Changes

General cleanup and adding a few methods that I want to use in Clippy.

Need somebody to bikeshed names.
2016-11-12 10:38:38 +02:00
..
control_flow_graph run rustfmt on control_flow_graph folder 2016-10-20 00:25:19 +05:30
graph Added Graph::is_cyclicic_node algorithm 2016-11-02 21:57:36 -07:00
obligation_forest Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
snapshot_map Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
unify run rustfmt on unify folder 2016-10-20 00:38:55 +05:30
veccell
accumulate_vec.rs Add AccumulateVec, a potentially stack-allocated vector. 2016-10-25 20:06:17 -06:00
array_vec.rs Add AccumulateVec, a potentially stack-allocated vector. 2016-10-25 20:06:17 -06:00
bitslice.rs Move IdxSetBuf and BitSlice to rustc_data_structures 2016-10-10 20:26:26 -04:00
bitvec.rs
blake2b.rs Replace all uses of SHA-256 with BLAKE2b. 2016-10-30 19:14:18 -04:00
Cargo.toml
flock.rs Add support for the Haiku operating system on x86 and x86_64 machines 2016-09-25 11:12:23 -05:00
fmt_wrap.rs Replace all uses of SHA-256 with BLAKE2b. 2016-10-30 19:14:18 -04:00
fnv.rs Documentation of what does for each type 2016-09-11 17:00:09 +05:30
fx.rs Add FxHasher, a faster alternative to FnvHasher. 2016-11-08 15:14:00 +11:00
indexed_set.rs Move IdxSetBuf and BitSlice to rustc_data_structures 2016-10-10 20:26:26 -04:00
indexed_vec.rs A way to remove otherwise unused locals from MIR 2016-11-03 06:17:01 +02:00
ivar.rs
lib.rs Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
snapshot_vec.rs
transitive_relation.rs
tuple_slice.rs