summary refs log tree commit diff
path: root/src/rustc/middle/regionck.rs
AgeCommit message (Expand)AuthorLines
2012-03-23rustc: Redo region inference to be a bit less brokenPatrick Walton-2/+2
2012-03-21rustc: Introduce re_params into the typecheckerPatrick Walton-1/+1
2012-03-15rustc: Create self region bindings, and forbid the self region from being use...Patrick Walton-1/+3
2012-03-15Reuse monomorphized functions more aggressivelyMarijn Haverbeke-1/+1
2012-03-13rustc: Get reference typedefs workingPatrick Walton-0/+4
2012-03-12rustc: Map region names to their functions. Also speed up region checking by ...Patrick Walton-21/+25
2012-03-12rustc: Refactor regions to handle nested functions properly and fix the subty...Patrick Walton-11/+6
2012-03-11rustc: Turn on errors for region checkingPatrick Walton-5/+3
2012-03-11rustc: Determine regions for localsPatrick Walton-0/+8
2012-03-09rustc: Add a region checking passPatrick Walton-0/+71