| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-05-26 | Add checks and tests for computing abs(offset_bytes) | Joe Richey | -0/+3 | |
| The previous code paniced if offset_bytes == i64::MIN. This commit: - Properly computes the absoulte value to avoid this panic - Adds a test for this edge case Signed-off-by: Joe Richey <joerichey@google.com> | ||||
| 2020-05-25 | test/ui/consts: Add tests for const ptr offsets | Joe Richey | -0/+22 | |
| Signed-off-by: Joe Richey <joerichey@google.com> | ||||
