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` `Liveness::successors`
Patrick Walton
-8
/
+27
2013-12-26
librustc: De-`@mut` `next_id` in the type context
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` the trait map
Patrick Walton
-5
/
+6
2013-12-26
librustc: De-`@mut` the translation stats
Patrick Walton
-2
/
+2
2013-12-26
librustc: De-`@mut` `fn_stats` in the stats
Patrick Walton
-12
/
+19
2013-12-26
librustc: De-`@mut` `llvm_insns` in the stats
Patrick Walton
-6
/
+7
2013-12-26
librustc: Remove the unused `llvm_insn_ctxt` from the stats
Patrick Walton
-2
/
+0
2013-12-26
librustc: De-`@mut` `n_llvm_insns` in the stats
Patrick Walton
-6
/
+9
2013-12-26
librustc: De-`@mut` `n_closures` in the stats
Patrick Walton
-4
/
+5
2013-12-26
librustc: De-`@mut` `n_inlines` in the stats
Patrick Walton
-5
/
+6
2013-12-26
librustc: De-`@mut` `n_monos` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `n_fns` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `n_real_glues`
Patrick Walton
-7
/
+11
2013-12-26
librustc: De-`@mut` `n_null_glues` in the stats
Patrick Walton
-7
/
+23
2013-12-26
librustc: De-`@mut` `n_glues_created` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `n_static_tydescs` in the stats
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `Rib::self_binding`
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `MoveData`
Patrick Walton
-22
/
+22
2013-12-26
librustc: De-`@mut` `MoveData::assignee_ids`
Patrick Walton
-4
/
+8
2013-12-26
librustc: De-`@mut` `MoveData::var_assignments`
Patrick Walton
-18
/
+29
2013-12-26
librustc: De-`@mut` `MoveData::path_assignments`
Patrick Walton
-5
/
+11
2013-12-26
librustc: De-`@mut` `MoveData::path_map`
Patrick Walton
-10
/
+23
2013-12-26
librustc: De-`@mut` `MoveData::moves`
Patrick Walton
-16
/
+30
2013-12-26
librustc: Replace the `move` method with an accessor in the borrow check
Patrick Walton
-3
/
+3
2013-12-26
librustc: De-`@mut` `MoveData::paths`
Patrick Walton
-27
/
+47
2013-12-26
librustc: Change `mut_path` into mutators for specific fields in the
Patrick Walton
-5
/
+13
2013-12-26
librustc: Extract `first_child` and `next_sibling` from the borrow check
Patrick Walton
-5
/
+8
2013-12-26
librustc: Extract `first_move` from the move data into an accessor
Patrick Walton
-2
/
+6
2013-12-26
librustc: Extract `parent` from move data as an accessor
Patrick Walton
-3
/
+7
2013-12-26
librustc: Extract `loan_path` from move data into an accessor
Patrick Walton
-5
/
+8
2013-12-26
librustc: De-`@mut` `populated_external_types` in the type context
Patrick Walton
-5
/
+10
2013-12-26
librustc: De-`@mut` the `cnum_map`
Patrick Walton
-7
/
+14
2013-12-26
librustc: De-`@mut` the borrow check stat fields
Patrick Walton
-18
/
+14
2013-12-26
librustc: De-`@mut` the encoding stats
Patrick Walton
-49
/
+46
2013-12-26
librustc: De-`@mut` the region maps
Patrick Walton
-10
/
+8
2013-12-26
librustc: De-`@mut` `cleanup_scopes` in the region maps
Patrick Walton
-5
/
+8
2013-12-26
librustc: De-`@mut` the free region map in the region maps
Patrick Walton
-5
/
+7
2013-12-26
librustc: De-`@mut` the scope map in the region maps
Patrick Walton
-7
/
+13
2013-12-26
librustc: De-`@mut` all remaining uses of `MemWriter`
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `ImportResolution`
Patrick Walton
-7
/
+6
2013-12-26
librustc: De-`@mut` `ImportResolution::type_id`
Patrick Walton
-7
/
+8
2013-12-26
librustc: De-`@mut` `ImportResolution::type_target`
Patrick Walton
-15
/
+15
2013-12-26
librustc: De-`@mut` `ImportResolution::value_id`
Patrick Walton
-6
/
+6
2013-12-26
librustc: De-`@mut` `ImportResolution::value_target`
Patrick Walton
-14
/
+15
2013-12-26
librustc: De-`@mut` `ImportResolution::is_public`
Patrick Walton
-11
/
+11
2013-12-26
librustc: De-`@mut` `ImportResolution::outstanding_references`
Patrick Walton
-8
/
+10
2013-12-26
librustc: De-`@mut` the `used_mut_nodes` table in the type context
Patrick Walton
-5
/
+12
2013-12-26
librustc: De-`@mut` the entry function and entry type in the session
Patrick Walton
-18
/
+18
2013-12-26
librustc: De-`@mut` the moved variables set
Patrick Walton
-4
/
+11
2013-12-26
librustc: De-`@mut` the test context
Patrick Walton
-5
/
+5
[prev]
[next]