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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2013-12-26
Remove green scheduler bootstrap tasks
Alex Crichton
-34
/
+16
2013-12-26
librustc: Fix tidy problem.
Patrick Walton
-1
/
+0
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-117
/
+246
2013-12-26
librustc: De-`@mut` the value and type ribs in the resolver
Patrick Walton
-30
/
+80
2013-12-26
librustc: De-`@mut` `Module::imports` in the resolver
Patrick Walton
-14
/
+22
2013-12-26
librustc: Fully de-`@mut` `trait_impls` in the type context
Patrick Walton
-11
/
+19
2013-12-26
librustc: De-`@mut` the inherent implementations list
Patrick Walton
-9
/
+19
2013-12-26
librustc: De-`@mut` the crate cache in the crate reader
Patrick Walton
-11
/
+16
2013-12-26
librustc: De-`@mut` `populated_external_traits` in the type context
Patrick Walton
-5
/
+11
2013-12-26
librustc: De-`@mut` `outputs` in the session
Patrick Walton
-6
/
+9
2013-12-26
librustc: De-`@mut` the `users` list in liveness
Patrick Walton
-21
/
+27
2013-12-26
librustc: De-`@mut` `BindingRscope::anon_bindings`
Patrick Walton
-4
/
+5
2013-12-26
librustc: De-`@mut` `building_library` in the session
Patrick Walton
-17
/
+18
2013-12-26
librustc: De-`@mut` `node_id` in the session
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` the loop scope in liveness
Patrick Walton
-8
/
+15
2013-12-26
librustc: De-`@mut` `label_ribs` in the resolver
Patrick Walton
-9
/
+24
2013-12-26
librustc: De-`@mut` the `idstack` in constant checking
Patrick Walton
-6
/
+14
2013-12-26
librustc: De-`@mut` the reachability worklist
Patrick Walton
-12
/
+29
2013-12-26
librustc: De-`@mut` `DynamicFailureHandler::finished`
Patrick Walton
-4
/
+5
2013-12-26
librustc: De-`@mut` `all_loans` in the borrow checker
Patrick Walton
-14
/
+20
2013-12-26
librustc: De-`@mut` `inherent_candidates` and `extension_candidates` in
Patrick Walton
-15
/
+23
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
[prev]
[next]