summary refs log tree commit diff
path: root/src/librustc_borrowck/bitslice.rs
AgeCommit message (Expand)AuthorLines
2016-05-25Add notes that data-structures should potentially move to different crate.Felix S. Klock II-0/+3
2016-05-23revised mir-dataflow so bitvectors carry a phantom type for their index domain.Felix S. Klock II-0/+29
2016-05-20Refactor `bitslice`: distinguish `usize` for indexing vs word type being inde...Felix S. Klock II-11/+13
2016-05-16fixes to `librustc_borrowck::bitslice::bits_to_string`, used for graphviz pri...Felix S. Klock II-10/+14
2016-05-16fix bug in `debug!` output from `rustc::middle::dataflow`Felix S. Klock II-2/+2
2016-03-21Add `fn clear_bit` method on BitSlice trait for setting a bit to zero.Felix S. Klock II-1/+24
2016-03-21scaffolding for borrowck on MIR.Felix S. Klock II-0/+82