Commits

Doug Gregor committed 61318e33f02
Compute potential bindings with the help of the constraint graph. Rather than performing a two-pass walk over all of the constraints in the system to attach them to type variables, use the existing type variable -> constraints mapping in the constraint graph to make this a faster single-pass process. Also clarify the type bindings a little bit. Improves type checking time for the standard library by ~3%. Swift SVN r11098