| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-16 | Try ignore-debug in the codegen test | Scott McMurray | -0/+1 | |
| This fixed things the last time I had a problem like this. And plausibly will here too -- the check it's failing on is for the high bit being set in the length of the slice, which is a check that's only in a debug_assert. | ||||
| 2021-01-15 | Add `as_rchunks` (and friends) to slices | Scott McMurray | -0/+32 | |
