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` the borrow check's `loan_map`
Patrick Walton
-4
/
+0
2013-12-26
librustc: De-`@mut` the `type_abbrevs` table
Patrick Walton
-7
/
+14
2013-12-26
librustc: De-`@mut` the `reachable` map
Patrick Walton
-36
/
+80
2013-12-26
librustc: De-`@mut` `lints` in the session
Patrick Walton
-6
/
+12
2013-12-26
librustc: De-`@mut` `cstore::CStore`
Patrick Walton
-28
/
+29
2013-12-26
librustc: De-`@mut` `CStore::used_link_args`
Patrick Walton
-6
/
+9
2013-12-26
librustc: De-`@mut` `CStore::used_libraries`
Patrick Walton
-9
/
+17
2013-12-26
librustc: De-`@mut` `CStore::used_crate_sources`
Patrick Walton
-9
/
+8
2013-12-26
librustc: De-`@mut` `CStore::extern_mod_crate_map`
Patrick Walton
-5
/
+8
2013-12-26
librustc: De-`@mut` `CStore::metas`
Patrick Walton
-6
/
+11
2013-12-26
librustc: Remove the unused `stmt_map` from the borrow checker
Patrick Walton
-19
/
+1
2013-12-26
librustc: De-`@mut` the named region map in the type context
Patrick Walton
-14
/
+13
2013-12-26
librustc: De-`@mut` `used_unsafe` in the type context
Patrick Walton
-4
/
+6
2013-12-26
librustc: De-`@mut` `break_ln` and `cont_ln` in liveness
Patrick Walton
-7
/
+14
2013-12-26
libextra: Stop using `@mut MemWriter` in the EBML module
Patrick Walton
-123
/
+148
2013-12-26
librustc: De-`@mut` `llargs` and `lllocals` in the function context
Patrick Walton
-31
/
+56
2013-12-26
librustc: De-`@mut` the inference context
Patrick Walton
-103
/
+99
2013-12-26
librustc: De-`@mut` `RegionVarBindings`
Patrick Walton
-20
/
+20
2013-12-26
librustc: De-`@mut` `RegionVarBindings::var_origins`
Patrick Walton
-22
/
+36
2013-12-26
librustc: De-`@mut` `RegionVarBindings::values`
Patrick Walton
-8
/
+15
2013-12-26
librustc: De-`@mut` the undo log in `RegionVarBindings`
Patrick Walton
-32
/
+57
2013-12-26
librustc: De-`@mut` `glbs` and `lubs` in `RegionVarBindings`
Patrick Walton
-15
/
+21
2013-12-26
librustc: De-`@mut` `RegionVarBindings::bound_count`
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` `RegionVarBindings::skolemization_count`
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` `RegionVarBindings::constraints`
Patrick Walton
-10
/
+18
2013-12-26
librustc: De-`@mut` the variable bindings in the inference context
Patrick Walton
-33
/
+45
2013-12-26
librustc: De-`@mut` the variable counters in the inference context
Patrick Walton
-14
/
+21
2013-12-26
librustc: De-`@mut` `llupvars` in the translation crate context
Patrick Walton
-4
/
+10
2013-12-26
librustc: De-`@mut` the typechecking crate context
Patrick Walton
-28
/
+28
2013-12-26
librustc: De-`@mut` the vtable map
Patrick Walton
-23
/
+40
2013-12-26
librustc: De-`@mut` the capture map
Patrick Walton
-11
/
+27
2013-12-26
librustc: De-`@mut` the borrow check's root map
Patrick Walton
-9
/
+17
2013-12-26
librustc: De-`@mut` `node_types` in the type context
Patrick Walton
-15
/
+30
2013-12-26
librustc: De-`@mut` `impl_vtables` in the type context
Patrick Walton
-4
/
+8
2013-12-26
librustc: De-`@mut` `ty::ctxt_::rcache`
Patrick Walton
-9
/
+11
2013-12-26
librustc: De-`@mut` the type cache in the type context
Patrick Walton
-59
/
+120
2013-12-26
librustc: De-`@mut` `extern_const_variants` in the type context
Patrick Walton
-7
/
+14
2013-12-26
librustc: De-`@mut` the `extern_const_statics` table in the type context
Patrick Walton
-7
/
+14
2013-12-26
librustc: De-`@mut` the `impls` table in the type context
Patrick Walton
-8
/
+14
2013-12-26
librustc: De-`@mut` `inherent_impls` in the type context
Patrick Walton
-10
/
+16
2013-12-26
librustc: De-`@mut` `trait_impls` in the type context
Patrick Walton
-13
/
+25
2013-12-26
librustc: De-`@mut` `destructors` in the type context
Patrick Walton
-4
/
+6
2013-12-26
librustc: De-`@mut` `resolve::Module`
Patrick Walton
-53
/
+52
2013-12-26
librustc: De-`@mut` `resolve::Module::resolved_import_count`
Patrick Walton
-7
/
+8
2013-12-26
librustc: De-`@mut` `resolve::Module::glob_count`
Patrick Walton
-8
/
+8
2013-12-26
librustc: De-`@mut` `resolve::Module::def_id`
Patrick Walton
-14
/
+20
2013-12-26
librustc: De-`@mut` `resolve::Module::populated`
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` `resolve::Module::kind`
Patrick Walton
-11
/
+12
2013-12-26
librustc: De-`@mut` `destructor_for_type` in the type context
Patrick Walton
-7
/
+14
2013-12-26
librustc: De-`@mut` the `normalized_cache` in the type context
Patrick Walton
-8
/
+11
[prev]
[next]