summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-26librustc: De-`@mut` `Liveness::successors`Patrick Walton-8/+27
2013-12-26librustc: De-`@mut` `next_id` in the type contextPatrick Walton-5/+5
2013-12-26librustc: De-`@mut` the trait mapPatrick Walton-5/+6
2013-12-26librustc: De-`@mut` the translation statsPatrick Walton-2/+2
2013-12-26librustc: De-`@mut` `fn_stats` in the statsPatrick Walton-12/+19
2013-12-26librustc: De-`@mut` `llvm_insns` in the statsPatrick Walton-6/+7
2013-12-26librustc: Remove the unused `llvm_insn_ctxt` from the statsPatrick Walton-2/+0
2013-12-26librustc: De-`@mut` `n_llvm_insns` in the statsPatrick Walton-6/+9
2013-12-26librustc: De-`@mut` `n_closures` in the statsPatrick Walton-4/+5
2013-12-26librustc: De-`@mut` `n_inlines` in the statsPatrick Walton-5/+6
2013-12-26librustc: De-`@mut` `n_monos` in the statsPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` `n_fns` in the statsPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` `n_real_glues`Patrick Walton-7/+11
2013-12-26librustc: De-`@mut` `n_null_glues` in the statsPatrick Walton-7/+23
2013-12-26librustc: De-`@mut` `n_glues_created` in the statsPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` `n_static_tydescs` in the statsPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` `Rib::self_binding`Patrick Walton-4/+4
2013-12-26librustc: De-`@mut` `MoveData`Patrick Walton-22/+22
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-12-26librustc: De-`@mut` `populated_external_types` in the type contextPatrick Walton-5/+10
2013-12-26librustc: De-`@mut` the `cnum_map`Patrick Walton-7/+14
2013-12-26librustc: De-`@mut` the borrow check stat fieldsPatrick Walton-18/+14
2013-12-26librustc: De-`@mut` the encoding statsPatrick Walton-49/+46
2013-12-26librustc: De-`@mut` the region mapsPatrick Walton-10/+8
2013-12-26librustc: De-`@mut` `cleanup_scopes` in the region mapsPatrick Walton-5/+8
2013-12-26librustc: De-`@mut` the free region map in the region mapsPatrick Walton-5/+7
2013-12-26librustc: De-`@mut` the scope map in the region mapsPatrick Walton-7/+13
2013-12-26librustc: De-`@mut` all remaining uses of `MemWriter`Patrick Walton-4/+4
2013-12-26librustc: De-`@mut` `ImportResolution`Patrick Walton-7/+6
2013-12-26librustc: De-`@mut` `ImportResolution::type_id`Patrick Walton-7/+8
2013-12-26librustc: De-`@mut` `ImportResolution::type_target`Patrick Walton-15/+15
2013-12-26librustc: De-`@mut` `ImportResolution::value_id`Patrick Walton-6/+6
2013-12-26librustc: De-`@mut` `ImportResolution::value_target`Patrick Walton-14/+15
2013-12-26librustc: De-`@mut` `ImportResolution::is_public`Patrick Walton-11/+11
2013-12-26librustc: De-`@mut` `ImportResolution::outstanding_references`Patrick Walton-8/+10
2013-12-26librustc: De-`@mut` the `used_mut_nodes` table in the type contextPatrick Walton-5/+12
2013-12-26librustc: De-`@mut` the entry function and entry type in the sessionPatrick Walton-18/+18
2013-12-26librustc: De-`@mut` the moved variables setPatrick Walton-4/+11
2013-12-26librustc: De-`@mut` the test contextPatrick Walton-5/+5