]> git.lizzy.rs Git - rust.git/history - src/comp/middle/capture.rs
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
[rust.git] / src / comp / middle / capture.rs
2012-01-10 Graydon HoareRemove proto_sugar and 'lambda' as keyword, commit...
2011-12-19 Niko Matsakisimplement capture clauses (move, in particular) and...
2011-05-13 Marijn HaverbekeMove capture checking into resolve.rs
2011-05-12 Marijn HaverbekeDowncase std modules again, move to :: for module deref...
2011-05-12 Marijn HaverbekeKeep resolve data in external hash table, rather than...
2011-05-11 Marijn HaverbekeStop depending on block indices in capture.rs
2011-05-09 Graydon HoareAlias-ify walk, typeck, metadata. Cuts another 80kb...
2011-05-06 Marijn HaverbekeRename std modules to be camelcased
2011-05-05 Marijn HaverbekeEradicate fold from capture.rs
2011-04-11 Rafael Ávila de... Implement the "attempted dynamic environment-capture...