Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -1/+1 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -5/+6 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -2/+3 | |
2009-12-07 | runtime: introduce unsafe.New and unsafe.NewArray | Russ Cox | 1 | -1/+13 | |
to provide functionality previously hacked in to reflect and gob. R=r http://codereview.appspot.com/165076 | |||||
2009-11-16 | unsafe: documentation typo. | Adam Langley | 1 | -1/+1 | |
Fixes issue 236. R=r CC=golang-dev http://codereview.appspot.com/155072 | |||||
2009-11-05 | gofmt-ify template, time, unsafe, flag, fmt | Robert Griesemer | 1 | -1/+1 | |
(replacement for CLs 1017039, 1017041, 1017040, 1018054) R=r http://go/go-review/1018060 | |||||
2009-10-07 | apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync ↵ | Russ Cox | 1 | -7/+7 | |
syscall testing time unicode unsafe utf8 R=gri DELTA=1409 (79 added, 24 deleted, 1306 changed) OCL=35415 CL=35437 | |||||
2009-07-07 | Update the unsafe docs for the new type implementation. | Ian Lance Taylor | 1 | -6/+9 | |
Please correct as needed. R=rsc,r DELTA=10 (4 added, 1 deleted, 5 changed) OCL=31305 CL=31305 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+44 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |