Commits
Doug Gregor committed c37a909e135
Start building the standard library with -strict-keyword-arguments. Enforce strict keyword arguments in the standard library, updating APIs and calls sites appropriately. I generally skewed toward using keyword arguments, except when we're doing "cast-like" behaviors or constructing some simple wrapper struct (of which we have many). Swift SVN r17427