about summary refs log tree commit diff
path: root/src/librustc/mir/traversal.rs
AgeCommit message (Expand)AuthorLines
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-294/+0
2020-01-28Fix a few spelling mistakesgorilskij-2/+2
2019-12-22Format the worldMark Rousskov-10/+6
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-1/+1
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-3/+3
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-25/+25
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-9/+9
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