about summary refs log tree commit diff
path: root/src/comp/middle/block_use.rs
AgeCommit message (Expand)AuthorLines
2012-03-02Move src/comp to src/rustcGraydon Hoare-42/+0
2012-02-06Make ty::t type self-sufficientMarijn Haverbeke-2/+2
2012-02-05infer modes rather than overwriting with expected tyNiko Matsakis-1/+1
2012-01-13distinguish "any closure" and "stack closure" (block)Niko Matsakis-1/+1
2012-01-12Make driver::session::session no longer an objectMarijn Haverbeke-0/+1
2011-12-23Use the same type of record in ty::ty_fn and ty::methodMarijn Haverbeke-1/+1
2011-11-21Add a pass that checks that blocks are only used in safe waysMarijn Haverbeke-0/+41