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
/
comp
/
middle
/
capture.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-4
/
+4
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-5
/
+5
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-2
/
+2
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-0
/
+1
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-2
/
+2
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-5
/
+5
2011-12-19
implement capture clauses (move, in particular) and integrate
Niko Matsakis
-0
/
+132
2011-05-13
Move capture checking into resolve.rs
Marijn Haverbeke
-119
/
+0
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-43
/
+43
2011-05-12
Keep resolve data in external hash table, rather than embedded defs
Marijn Haverbeke
-7
/
+9
2011-05-11
Stop depending on block indices in capture.rs
Marijn Haverbeke
-5
/
+9
2011-05-09
Alias-ify walk, typeck, metadata. Cuts another 80kb off rustc.
Graydon Hoare
-3
/
+3
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-15
/
+15
2011-05-05
Eradicate fold from capture.rs
Marijn Haverbeke
-59
/
+54
2011-04-11
Implement the "attempted dynamic environment-capture" error in rustc.
Rafael Ávila de Espíndola
-0
/
+118