aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog/checkptr.go
AgeCommit message (Expand)Author
2021-07-28runtime: don't crash on nil pointers in checkptrAlignmentMatthew Dempsky
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2020-08-20cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-03-17runtime: don't report a pointer alignment error for pointer-free base typeKeith Randall
2020-01-10runtime: add tests for checkptrMatthew Dempsky