summary refs log tree commit diff
path: root/src/librustc/middle/borrowck/move_data.rs
AgeCommit message (Expand)AuthorLines
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-1/+1
2013-06-24remove old_iterDaniel Micay-2/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+2
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-3/+3
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-6/+6
2013-06-17rustc: map node ids through a table that ensures bitset indexes in dataflow a...Graydon Hoare-2/+2
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-11option: remove redundant old_iter implsDaniel Micay-1/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-28Update documentation for movesNiko Matsakis-11/+46
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-0/+568