Created originally on Bitbucket by timfel
Changesets for this Pull Request have not been imported, because it had been already declined on Bitbucket. Marked as closed by the import user.
Unsafe indexing means some other code has to do the bounds checks and we should crash on out-of-bounds access. The tests here were incorrect in that they tested a behavior that isn't allowed after translation.
Fixes the two failing rstrategies tests after my last commit.