Commits

Doug Gregor committed 6400fdc814b
[Constraint solver] Track resolved overload sets more efficiently. Rather than maintain a big DenseMap that was only ever used for iteration, use a constraint-system--allocated linked list with a shared head. Good for 1.5% compile time on the standard library, and a necessary refactor for tracking more information for diagnostics. Swift SVN r6907