aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprog/checkptr.go
AgeCommit message (Expand)Author
2025-08-05cmd/compile, runtime: add checkptr instrumentation for unsafe.AddCuong Manh Le
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2021-08-28runtime: add test case for checkptr alignment with nested expressionCuong Manh Le
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