Commit Graph

24988 Commits

Author SHA1 Message Date
Patrick Walton 5a9c37b7f5 librustc: De-`@mut` the borrow check stat fields 2013-12-26 15:54:34 -08:00
Patrick Walton df0c13d2ea librustc: De-`@mut` the encoding stats 2013-12-26 15:54:34 -08:00
Patrick Walton 75c95e0960 librustc: De-`@mut` the region maps 2013-12-26 15:54:34 -08:00
Patrick Walton f759fe15a1 librustc: De-`@mut` `cleanup_scopes` in the region maps 2013-12-26 15:54:34 -08:00
Patrick Walton 0c3950d8a8 librustc: De-`@mut` the free region map in the region maps 2013-12-26 15:54:33 -08:00
Patrick Walton d5e32729c9 librustc: De-`@mut` the scope map in the region maps 2013-12-26 15:54:33 -08:00
Patrick Walton 2551344928 librustc: De-`@mut` all remaining uses of `MemWriter` 2013-12-26 15:54:33 -08:00
Patrick Walton b9f0d9bdc1 librustc: De-`@mut` `ImportResolution` 2013-12-26 15:54:33 -08:00
Patrick Walton 4b53a2cdd8 librustc: De-`@mut` `ImportResolution::type_id` 2013-12-26 15:54:33 -08:00
Patrick Walton 9253df1844 librustc: De-`@mut` `ImportResolution::type_target` 2013-12-26 15:54:33 -08:00
Patrick Walton c10d7177db librustc: De-`@mut` `ImportResolution::value_id` 2013-12-26 15:54:33 -08:00
Patrick Walton 5fe84118a6 librustc: De-`@mut` `ImportResolution::value_target` 2013-12-26 15:54:33 -08:00
Patrick Walton aa5b422267 librustc: De-`@mut` `ImportResolution::is_public` 2013-12-26 15:54:33 -08:00
Patrick Walton de6eb2b290 librustc: De-`@mut` `ImportResolution::outstanding_references` 2013-12-26 15:54:33 -08:00
Patrick Walton ccb18f47e2 librustc: De-`@mut` the `used_mut_nodes` table in the type context 2013-12-26 15:54:33 -08:00
Patrick Walton 5c63b1febc librustc: De-`@mut` the entry function and entry type in the session 2013-12-26 15:54:33 -08:00
Patrick Walton 522743c9db librustc: De-`@mut` the moved variables set 2013-12-26 15:54:33 -08:00
Patrick Walton 7cb234bee9 librustc: De-`@mut` the test context 2013-12-26 15:54:33 -08:00
Patrick Walton d0dfc35fc9 librustc: De-`@mut` `TestCtxt::testfns` 2013-12-26 15:54:33 -08:00
Patrick Walton 9ff65b503f librustc: De-`@mut` `TestCtxt::path` 2013-12-26 15:54:32 -08:00
Patrick Walton a5d9762972 librustc: De-`@mut` `impl_dups` in method checking 2013-12-26 15:54:32 -08:00
Patrick Walton d9c87c7a23 librustc: De-`@mut` the moves map 2013-12-26 15:54:32 -08:00
Patrick Walton f7393d8658 librustc: De-`@mut` the method map 2013-12-26 15:54:32 -08:00
Patrick Walton b9568cdf36 librustc: De-`@mut` `creader::Env` 2013-12-26 15:54:32 -08:00
Patrick Walton 07279011b8 librustc: De-`@mut` the type descriptor info 2013-12-26 15:54:32 -08:00
Patrick Walton e9b9c828b1 librustc: De-`@mut` the various glues in the type descriptor info 2013-12-26 15:54:32 -08:00
Patrick Walton abbee6decd librustc: De-`@mut` `ScopeInfo` 2013-12-26 15:54:32 -08:00
Patrick Walton 8728b09e78 librustc: De-`@mut` `ScopeInfo::landing_pad` 2013-12-26 15:54:32 -08:00
Patrick Walton 7acaa73377 librustc: De-`@mut` `ScopeInfo::cleanup_paths` 2013-12-26 15:54:32 -08:00
Patrick Walton 89a85e45c5 librustc: De-`@mut` `ScopeInfo::cleanups` 2013-12-26 15:54:32 -08:00
Patrick Walton 3b1a7b5ca9 librustc: Remove the unused `reported` table from the loan checking pass 2013-12-26 15:54:32 -08:00
Patrick Walton 19ca9e1884 librustc: De-`@mut` `Module::children` 2013-12-26 15:54:32 -08:00
Patrick Walton f857398bc9 librustc: De-`@mut` the bindings list in pattern resolution 2013-12-26 15:54:32 -08:00
Patrick Walton 473d048095 librustc: De-`@mut` several instances of `io::Writer`.
There are a few more related to pretty printing.
2013-12-26 15:54:31 -08:00
Patrick Walton 992696fd27 librustc: De-`@mut` `Module::import_resolutions` 2013-12-26 15:54:31 -08:00
Patrick Walton 8ee8d2b4b9 librustc: De-`@mut` arrays of `entry` used in the encoder 2013-12-26 15:54:31 -08:00
Patrick Walton 02d31b7d1a librustc: De-`@mut` the additional library search paths 2013-12-26 15:54:31 -08:00
Patrick Walton abe2ad0ff8 librustc: De-`@mut` `Module::anonymous_children` 2013-12-26 15:54:31 -08:00
Patrick Walton 9988970e81 librustc: De-`@mut` `NameBindings` 2013-12-26 15:54:31 -08:00
Patrick Walton 35c8fecb32 librustc: De-`@mut` `NameBindings::value_def` 2013-12-26 15:54:31 -08:00
Patrick Walton c45c9a5e2f librustc: De-`@mut` `NameBindings::type_def` 2013-12-26 15:54:31 -08:00
Patrick Walton bc1ea7887c librustc: De-`@mut` the write guard map 2013-12-26 15:54:31 -08:00
Patrick Walton b5b403abcc librustc: De-`@mut` `Module::external_module_children` 2013-12-26 15:54:31 -08:00
Patrick Walton ea63a18500 librustc: De-`@mut` `Rib::bindings` 2013-12-26 15:54:31 -08:00
Patrick Walton be67aceaeb librustc: De-`@mut` `IrMaps` 2013-12-26 15:54:31 -08:00
Patrick Walton 810177c787 librustc: De-`@mut` `IrMaps::lnks` 2013-12-26 15:54:31 -08:00
Patrick Walton bef2353e1b librustc: De-`@mut` `IrMaps::var_kinds` 2013-12-26 15:54:31 -08:00
Patrick Walton bd08889d68 librustc: De-`@mut` `IrMaps::capture_info_map` 2013-12-26 15:54:31 -08:00
Patrick Walton 30b8f8b913 librustc: De-`@mut` `IrMaps::variable_map` 2013-12-26 15:54:30 -08:00
Patrick Walton e5c399a83c librustc: De-`@mut` `IrMaps::live_node_map` 2013-12-26 15:54:30 -08:00