summaryrefslogtreecommitdiff
path: root/test/unsafebuiltins.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie2022-08-311-0/+38
* unsafe: allow unsafe.Slice up to end of address spaceMatthew Dempsky2021-10-131-0/+5
* cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky2021-06-281-2/+5
* cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky2021-05-021-0/+61