about summary refs log tree commit diff
path: root/src/librustc/mir/traversal.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-11-11Fix typos.Bruce Mitchener-2/+2
2018-10-23Unimplement ExactSizeIteratorShotaro Yamada-12/+24
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-5/+5
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-01Split out growth functionality into BitVector typeMark Rousskov-5/+5
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-3/+1
2018-07-25parameterize `BitVector` and `BitMatrix` by their index typesNiko Matsakis-7/+6
2018-05-01rustc: return impl Iterator from Terminator(Kind)::successors(_mut).Eduard-Mihai Burtescu-11/+5
2018-03-20Implement some trivial size_hints for various iteratorsPhlosioneer-0/+26
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-07-05use field init shorthand in src/librustcZack M. Davis-5/+5
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-1/+1
2016-06-09make the basic_blocks field privateAriel Ben-Yehuda-15/+7
2016-06-09introduce the type-safe IdxVec and use it instead of loose indexesAriel Ben-Yehuda-0/+1
2016-06-08remove the librustc_trans -> librustc_mir dependencyAriel Ben-Yehuda-0/+286