summaryrefslogtreecommitdiff
path: root/src/pkg/unsafe
AgeCommit message (Collapse)AuthorFilesLines
2009-12-07runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox1-1/+13
to provide functionality previously hacked in to reflect and gob. R=r http://codereview.appspot.com/165076
2009-11-16unsafe: documentation typo.Adam Langley1-1/+1
Fixes issue 236. R=r CC=golang-dev http://codereview.appspot.com/155072
2009-11-05gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer1-1/+1
(replacement for CLs 1017039, 1017041, 1017040, 1018054) R=r http://go/go-review/1018060
2009-10-07apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync ↵Russ Cox1-7/+7
syscall testing time unicode unsafe utf8 R=gri DELTA=1409 (79 added, 24 deleted, 1306 changed) OCL=35415 CL=35437
2009-07-07Update the unsafe docs for the new type implementation.Ian Lance Taylor1-6/+9
Please correct as needed. R=rsc,r DELTA=10 (4 added, 1 deleted, 5 changed) OCL=31305 CL=31305
2009-06-09mv src/lib to src/pkgRob Pike1-0/+44
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102