about summary refs log tree commit diff
path: root/src/test/codegen/issue-69101-bounds-check.rs
AgeCommit message (Expand)AuthorLines
2020-07-20Slightly improve panic messages when range indices are out of boundsLukas Kalbertodt-3/+3
2020-06-17ignore-debug: debug assertions in slice indexing prevent the optimizationerikdesjardins-0/+1
2020-06-15elaborate, add check for exact boundsErik Desjardins-1/+18
2020-06-15Test that bounds checks are elided when slice len is checked up-frontErik Desjardins-0/+26