aboutsummaryrefslogtreecommitdiff
path: root/test/unsafebuiltins.go
AgeCommit message (Expand)Author
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2021-10-13unsafe: allow unsafe.Slice up to end of address spaceMatthew Dempsky
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky