Commits

Pete Cooper committed e0add45e637
Add isInBounds to stdlib and use this for bounds checking on array subscript. Ultimately this gets to HeapBuffer which checks the index is in range by separately checking whether the storage is nil, then the index is less than the count Swift SVN r20363