summary refs log tree commit diff
path: root/src/librustc/middle/borrowck/move_data.rs
AgeCommit message (Expand)AuthorLines
2014-01-06Disowned the Visitor.Eduard Burtescu-12/+7
2014-01-04Don't allow newtype structs to be dereferenced. #6246Brian Anderson-11/+23
2013-12-26librustc: Fix tidy problem.Patrick Walton-1/+0
2013-12-26librustc: De-`@mut` `MoveData`Patrick Walton-13/+13
2013-12-26librustc: De-`@mut` `MoveData::assignee_ids`Patrick Walton-4/+8
2013-12-26librustc: De-`@mut` `MoveData::var_assignments`Patrick Walton-18/+29
2013-12-26librustc: De-`@mut` `MoveData::path_assignments`Patrick Walton-5/+11
2013-12-26librustc: De-`@mut` `MoveData::path_map`Patrick Walton-10/+23
2013-12-26librustc: De-`@mut` `MoveData::moves`Patrick Walton-16/+30
2013-12-26librustc: Replace the `move` method with an accessor in the borrow checkPatrick Walton-3/+3
2013-12-26librustc: De-`@mut` `MoveData::paths`Patrick Walton-27/+47
2013-12-26librustc: Change `mut_path` into mutators for specific fields in thePatrick Walton-5/+13
2013-12-26librustc: Extract `first_child` and `next_sibling` from the borrow checkPatrick Walton-5/+8
2013-12-26librustc: Extract `first_move` from the move data into an accessorPatrick Walton-2/+6
2013-12-26librustc: Extract `parent` from move data as an accessorPatrick Walton-3/+7
2013-12-26librustc: Extract `loan_path` from move data into an accessorPatrick Walton-5/+8
2013-11-28Register new snapshotsAlex Crichton-4/+4
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-14/+14
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-8/+8
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-5/+5
2013-09-30rustc: Remove usage of fmt!Alex Crichton-5/+5
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