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
/
librustc
/
middle
/
borrowck
/
move_data.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-18
Merge conflicts from the rollup
Alex Crichton
-1
/
+1
2014-06-18
Reject double moves out of array elements
Cameron Zwarich
-4
/
+28
2014-06-18
Ensure dataflow of a proc never looks at blocks from closed-over context.
Felix S. Klock II
-2
/
+11
2014-06-18
Revise dataflow to do a cfg-driven walk.
Felix S. Klock II
-7
/
+24
2014-06-06
Change check_loans to use ExprUseVisitor.
Cameron Zwarich
-0
/
+1
2014-06-06
Add a kind_of_move_of_path method to FlowedMoveData.
Cameron Zwarich
-0
/
+22
2014-06-06
Add an Init mode to MutateMode.
Cameron Zwarich
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-12
Remove a workaround for deriving(Clone) on unit structs.
Cameron Zwarich
-16
/
+2
2014-04-24
Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the
Niko Matsakis
-3
/
+7
2014-04-22
rustc: de-@ borrowck.
Eduard Burtescu
-29
/
+27
2014-04-22
rustc: move the method and vtable maps into ty::ctxt.
Eduard Burtescu
-4
/
+0
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-21
/
+21
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-132
/
+71
2014-03-21
syntax: make OptVec immutable.
Huon Wilson
-5
/
+3
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-12
/
+12
2014-03-09
borrowck: classify expressions as assignees, uses or both
Edward Wang
-6
/
+9
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-11
/
+12
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-8
/
+8
2014-02-26
Rename a few typeck method-related structures to UpperCamelCase.
Eduard Burtescu
-1
/
+1
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-11
borrowck -- treak borrows from closures like other borrows
Niko Matsakis
-10
/
+0
2014-02-08
Fixed error starting with uppercase
mr.Shu
-1
/
+1
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-2
/
+2
2014-01-25
Uppercase numeric constants
Chris Wong
-3
/
+3
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-2
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-1
/
+1
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-12
/
+7
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-11
/
+23
2013-12-26
librustc: Fix tidy problem.
Patrick Walton
-1
/
+0
2013-12-26
librustc: De-`@mut` `MoveData`
Patrick Walton
-13
/
+13
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-11-28
Register new snapshots
Alex Crichton
-4
/
+4
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-14
/
+14
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-8
/
+8
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-5
/
+5
[next]