about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-26Remove green scheduler bootstrap tasksAlex Crichton-34/+16
2013-12-26librustc: Fix tidy problem.Patrick Walton-1/+0
2013-12-26librustc: De-`@mut` the def map.Patrick Walton-117/+246
2013-12-26librustc: De-`@mut` the value and type ribs in the resolverPatrick Walton-30/+80
2013-12-26librustc: De-`@mut` `Module::imports` in the resolverPatrick Walton-14/+22
2013-12-26librustc: Fully de-`@mut` `trait_impls` in the type contextPatrick Walton-11/+19
2013-12-26librustc: De-`@mut` the inherent implementations listPatrick Walton-9/+19
2013-12-26librustc: De-`@mut` the crate cache in the crate readerPatrick Walton-11/+16
2013-12-26librustc: De-`@mut` `populated_external_traits` in the type contextPatrick Walton-5/+11
2013-12-26librustc: De-`@mut` `outputs` in the sessionPatrick Walton-6/+9
2013-12-26librustc: De-`@mut` the `users` list in livenessPatrick Walton-21/+27
2013-12-26librustc: De-`@mut` `BindingRscope::anon_bindings`Patrick Walton-4/+5
2013-12-26librustc: De-`@mut` `building_library` in the sessionPatrick Walton-17/+18
2013-12-26librustc: De-`@mut` `node_id` in the sessionPatrick Walton-4/+4
2013-12-26librustc: De-`@mut` the loop scope in livenessPatrick Walton-8/+15
2013-12-26librustc: De-`@mut` `label_ribs` in the resolverPatrick Walton-9/+24
2013-12-26librustc: De-`@mut` the `idstack` in constant checkingPatrick Walton-6/+14
2013-12-26librustc: De-`@mut` the reachability worklistPatrick Walton-12/+29
2013-12-26librustc: De-`@mut` `DynamicFailureHandler::finished`Patrick Walton-4/+5
2013-12-26librustc: De-`@mut` `all_loans` in the borrow checkerPatrick Walton-14/+20
2013-12-26librustc: De-`@mut` `inherent_candidates` and `extension_candidates` inPatrick Walton-15/+23
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