summary refs log tree commit diff
path: root/src/librustc/middle/borrowck/move_data.rs
AgeCommit message (Expand)AuthorLines
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-3/+3
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-3/+3
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-30/+35
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+6
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-11/+11
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-1/+1
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-0/+24
2013-07-08Modify borrow checker to visit irrefutable patterns that appear inNiko Matsakis-0/+18
2013-07-07remove some method resolve workaroundsDaniel Micay-2/+2
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