index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2013-12-26
librustc: De-`@mut` `TestCtxt::testfns`
Patrick Walton
-6
/
+12
2013-12-26
librustc: De-`@mut` `TestCtxt::path`
Patrick Walton
-6
/
+13
2013-12-26
librustc: De-`@mut` `impl_dups` in method checking
Patrick Walton
-4
/
+8
2013-12-26
librustc: De-`@mut` the moves map
Patrick Walton
-8
/
+22
2013-12-26
librustc: De-`@mut` the method map
Patrick Walton
-56
/
+109
2013-12-26
librustc: De-`@mut` `creader::Env`
Patrick Walton
-11
/
+18
2013-12-26
librustc: De-`@mut` the type descriptor info
Patrick Walton
-8
/
+9
2013-12-26
librustc: De-`@mut` the various glues in the type descriptor info
Patrick Walton
-28
/
+29
2013-12-26
librustc: De-`@mut` `ScopeInfo`
Patrick Walton
-13
/
+14
2013-12-26
librustc: De-`@mut` `ScopeInfo::landing_pad`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `ScopeInfo::cleanup_paths`
Patrick Walton
-7
/
+21
2013-12-26
librustc: De-`@mut` `ScopeInfo::cleanups`
Patrick Walton
-54
/
+81
2013-12-26
librustc: Remove the unused `reported` table from the loan checking pass
Patrick Walton
-3
/
+0
2013-12-26
librustc: De-`@mut` `Module::children`
Patrick Walton
-74
/
+119
2013-12-26
librustc: De-`@mut` the bindings list in pattern resolution
Patrick Walton
-5
/
+7
2013-12-26
librustc: De-`@mut` several instances of `io::Writer`.
Patrick Walton
-7
/
+9
2013-12-26
librustc: De-`@mut` `Module::import_resolutions`
Patrick Walton
-21
/
+46
2013-12-26
librustc: De-`@mut` arrays of `entry` used in the encoder
Patrick Walton
-26
/
+72
2013-12-26
librustc: De-`@mut` the additional library search paths
Patrick Walton
-28
/
+53
2013-12-26
librustc: De-`@mut` `Module::anonymous_children`
Patrick Walton
-8
/
+18
2013-12-26
librustc: De-`@mut` `NameBindings`
Patrick Walton
-28
/
+22
2013-12-26
librustc: De-`@mut` `NameBindings::value_def`
Patrick Walton
-11
/
+16
2013-12-26
librustc: De-`@mut` `NameBindings::type_def`
Patrick Walton
-33
/
+35
2013-12-26
librustc: De-`@mut` the write guard map
Patrick Walton
-6
/
+10
2013-12-26
librustc: De-`@mut` `Module::external_module_children`
Patrick Walton
-17
/
+45
2013-12-26
librustc: De-`@mut` `Rib::bindings`
Patrick Walton
-13
/
+34
2013-12-26
librustc: De-`@mut` `IrMaps`
Patrick Walton
-28
/
+22
2013-12-26
librustc: De-`@mut` `IrMaps::lnks`
Patrick Walton
-7
/
+15
2013-12-26
librustc: De-`@mut` `IrMaps::var_kinds`
Patrick Walton
-4
/
+8
2013-12-26
librustc: De-`@mut` `IrMaps::capture_info_map`
Patrick Walton
-4
/
+6
2013-12-26
librustc: De-`@mut` `IrMaps::variable_map`
Patrick Walton
-4
/
+6
2013-12-26
librustc: De-`@mut` `IrMaps::live_node_map`
Patrick Walton
-4
/
+6
2013-12-26
librustc: De-`@mut` `IrMaps::num_vars`
Patrick Walton
-8
/
+9
2013-12-26
librustc: De-`@mut` `IrMaps::num_live_nodes`
Patrick Walton
-8
/
+10
2013-12-26
librustc: De-`@mut` the export map
Patrick Walton
-9
/
+11
2013-12-26
librustc: De-`@mut` `Inherited::locals`
Patrick Walton
-14
/
+24
2013-12-26
librustc: De-`@mut` the translation `FunctionContext`
Patrick Walton
-18
/
+17
2013-12-26
librustc: De-`@mut` the `FunctionDebugContext`
Patrick Walton
-19
/
+4
2013-12-26
librustc: De-`@mut` `FunctionDebugContextData::source_locations_enabled`
Patrick Walton
-5
/
+11
2013-12-26
librustc: De-`@mut` `FunctionDebugContextData::argument_counter`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `FunctionDebugContextData::scope_map`
Patrick Walton
-4
/
+12
2013-12-26
librustc: De-`@mut` `FunctionContext::entry_bcx`
Patrick Walton
-11
/
+11
2013-12-26
librustc: De-`@mut` `FunctionContext::personality`
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` `FunctionContext::llself`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `FunctionContext::llreturn`
Patrick Walton
-9
/
+10
2013-12-26
librustc: De-`@mut` `FunctionContext::alloca_insert_pt`
Patrick Walton
-7
/
+10
2013-12-26
librustc: De-`@mut` `FunctionContext::llretptr`
Patrick Walton
-16
/
+19
2013-12-26
librustc: De-`@mut` `FunctionContext::llenv`
Patrick Walton
-7
/
+7
2013-12-26
librustc: De-`@mut` the `freevar_map`
Patrick Walton
-12
/
+17
2013-12-26
librustc: De-`@mut` the `CollectFreevarsVisitor`
Patrick Walton
-5
/
+9
[prev]
[next]