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
/
librustc_borrowck
/
borrowck
/
move_data.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-06
Stop re-exporting MutateMode's variants.
Ms2ger
-2
/
+3
2015-12-11
Fix for issue #27889: same field names in enum variants
w00ns
-1
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-2
/
+3
2015-08-24
Use a Vec instead of an HashMap for the scope hierarchy
Ariel Ben-Yehuda
-2
/
+2
2015-07-28
rustc and rustc::borrowck: pass fragment info down into trans.
Felix S. Klock II
-0
/
+4
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-13
/
+13
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-6
/
+6
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-2
/
+2
2015-04-15
Dataflow changes and associated borrowck fix.
Felix S. Klock II
-5
/
+14
2015-04-01
Fallout out rustc
Niko Matsakis
-5
/
+5
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-6
/
+6
2015-03-23
Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of
Niko Matsakis
-1
/
+1
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-4
/
+2
2015-02-18
Fix references to doc.rs throughout the code
Keegan McAllister
-3
/
+3
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+3
2015-02-07
Restrictions on moves out-from and into fixed-length arrays.
Felix S. Klock II
-3
/
+6
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-6
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-18
Fix typedef/module name conflicts in the compiler
Alex Crichton
-2
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-8
/
+8
2014-12-31
rustc_borrowck: unbox closures used in function arguments
Jorge Aparicio
-4
/
+12
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+0
2014-12-19
librustc_borrowck: use `#[deriving(Copy)]`
Jorge Aparicio
-21
/
+8
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-20
/
+22
2014-12-13
Separate borrowck into its own crate and remove dead code as well.
Niko Matsakis
-0
/
+771
[prev]