summary refs log tree commit diff
path: root/src/librustc_data_structures/indexed_vec.rs
AgeCommit message (Expand)AuthorLines
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-1/+2
2017-06-24Stabilize RangeArgumentSteven Fackler-2/+1
2017-05-28fix translation of MSVC funclets that loop to their own startAriel Ben-Yehuda-0/+7
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-03-22Add resize() method to IndexVec.Michael Woerister-0/+7
2017-03-10Add extra methods to IndexVec and implement TypeFoldable for itJames Miller-0/+23
2016-11-03A way to remove otherwise unused locals from MIRSimonas Kazlauskas-0/+15
2016-06-28refactor rustc_metadata to use CamelCase names and IndexVecAriel Ben-Yehuda-0/+6
2016-06-23add control flow graph and algorithms. add dominator to mirScott A Carr-1/+9
2016-06-09make the basic_blocks field privateAriel Ben-Yehuda-1/+20
2016-06-09introduce the type-safe IdxVec and use it instead of loose indexesAriel Ben-Yehuda-0/+209