summary refs log tree commit diff
path: root/src/librustc/middle/borrowck/move_data.rs
AgeCommit message (Expand)AuthorLines
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-132/+71
2014-03-21syntax: make OptVec immutable.Huon Wilson-5/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-12/+12
2014-03-09borrowck: classify expressions as assignees, uses or bothEdward Wang-6/+9
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-11/+12
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-8/+8
2014-02-26Rename a few typeck method-related structures to UpperCamelCase.Eduard Burtescu-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-11borrowck -- treak borrows from closures like other borrowsNiko Matsakis-10/+0
2014-02-08Fixed error starting with uppercasemr.Shu-1/+1
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-2/+2
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-2/+2
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-1/+1
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