summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-26librustc: De-`@mut` the borrow check's `loan_map`Patrick Walton-4/+0
2013-12-26librustc: De-`@mut` the `type_abbrevs` tablePatrick Walton-7/+14
2013-12-26librustc: De-`@mut` the `reachable` mapPatrick Walton-36/+80
2013-12-26librustc: De-`@mut` `lints` in the sessionPatrick Walton-6/+12
2013-12-26librustc: De-`@mut` `cstore::CStore`Patrick Walton-28/+29
2013-12-26librustc: De-`@mut` `CStore::used_link_args`Patrick Walton-6/+9
2013-12-26librustc: De-`@mut` `CStore::used_libraries`Patrick Walton-9/+17
2013-12-26librustc: De-`@mut` `CStore::used_crate_sources`Patrick Walton-9/+8
2013-12-26librustc: De-`@mut` `CStore::extern_mod_crate_map`Patrick Walton-5/+8
2013-12-26librustc: De-`@mut` `CStore::metas`Patrick Walton-6/+11
2013-12-26librustc: Remove the unused `stmt_map` from the borrow checkerPatrick Walton-19/+1
2013-12-26librustc: De-`@mut` the named region map in the type contextPatrick Walton-14/+13
2013-12-26librustc: De-`@mut` `used_unsafe` in the type contextPatrick Walton-4/+6
2013-12-26librustc: De-`@mut` `break_ln` and `cont_ln` in livenessPatrick Walton-7/+14
2013-12-26libextra: Stop using `@mut MemWriter` in the EBML modulePatrick Walton-123/+148
2013-12-26librustc: De-`@mut` `llargs` and `lllocals` in the function contextPatrick Walton-31/+56
2013-12-26librustc: De-`@mut` the inference contextPatrick Walton-103/+99
2013-12-26librustc: De-`@mut` `RegionVarBindings`Patrick Walton-20/+20
2013-12-26librustc: De-`@mut` `RegionVarBindings::var_origins`Patrick Walton-22/+36
2013-12-26librustc: De-`@mut` `RegionVarBindings::values`Patrick Walton-8/+15
2013-12-26librustc: De-`@mut` the undo log in `RegionVarBindings`Patrick Walton-32/+57
2013-12-26librustc: De-`@mut` `glbs` and `lubs` in `RegionVarBindings`Patrick Walton-15/+21
2013-12-26librustc: De-`@mut` `RegionVarBindings::bound_count`Patrick Walton-5/+5
2013-12-26librustc: De-`@mut` `RegionVarBindings::skolemization_count`Patrick Walton-5/+5
2013-12-26librustc: De-`@mut` `RegionVarBindings::constraints`Patrick Walton-10/+18
2013-12-26librustc: De-`@mut` the variable bindings in the inference contextPatrick Walton-33/+45
2013-12-26librustc: De-`@mut` the variable counters in the inference contextPatrick Walton-14/+21
2013-12-26librustc: De-`@mut` `llupvars` in the translation crate contextPatrick Walton-4/+10
2013-12-26librustc: De-`@mut` the typechecking crate contextPatrick Walton-28/+28
2013-12-26librustc: De-`@mut` the vtable mapPatrick Walton-23/+40
2013-12-26librustc: De-`@mut` the capture mapPatrick Walton-11/+27
2013-12-26librustc: De-`@mut` the borrow check's root mapPatrick Walton-9/+17
2013-12-26librustc: De-`@mut` `node_types` in the type contextPatrick Walton-15/+30
2013-12-26librustc: De-`@mut` `impl_vtables` in the type contextPatrick Walton-4/+8
2013-12-26librustc: De-`@mut` `ty::ctxt_::rcache`Patrick Walton-9/+11
2013-12-26librustc: De-`@mut` the type cache in the type contextPatrick Walton-59/+120
2013-12-26librustc: De-`@mut` `extern_const_variants` in the type contextPatrick Walton-7/+14
2013-12-26librustc: De-`@mut` the `extern_const_statics` table in the type contextPatrick Walton-7/+14
2013-12-26librustc: De-`@mut` the `impls` table in the type contextPatrick Walton-8/+14
2013-12-26librustc: De-`@mut` `inherent_impls` in the type contextPatrick Walton-10/+16
2013-12-26librustc: De-`@mut` `trait_impls` in the type contextPatrick Walton-13/+25
2013-12-26librustc: De-`@mut` `destructors` in the type contextPatrick Walton-4/+6
2013-12-26librustc: De-`@mut` `resolve::Module`Patrick Walton-53/+52
2013-12-26librustc: De-`@mut` `resolve::Module::resolved_import_count`Patrick Walton-7/+8
2013-12-26librustc: De-`@mut` `resolve::Module::glob_count`Patrick Walton-8/+8
2013-12-26librustc: De-`@mut` `resolve::Module::def_id`Patrick Walton-14/+20
2013-12-26librustc: De-`@mut` `resolve::Module::populated`Patrick Walton-5/+5
2013-12-26librustc: De-`@mut` `resolve::Module::kind`Patrick Walton-11/+12
2013-12-26librustc: De-`@mut` `destructor_for_type` in the type contextPatrick Walton-7/+14
2013-12-26librustc: De-`@mut` the `normalized_cache` in the type contextPatrick Walton-8/+11