summaryrefslogtreecommitdiff
path: root/src/pkg/unsafe
Commit message (Expand)AuthorAgeFilesLines
* unsafe: fix a typoOling Cat2012-10-191-1/+1
* pkg: Removing duplicated words ("of of", etc.), mostly from comments.David G. Andersen2012-07-091-1/+1
* runtime: delete Type and implementations (use reflect instead)Russ Cox2012-02-121-24/+0
* unsafe: Alignof and Offsetof now use the same styleRob Pike2012-02-121-2/+2
* unsafe: refer to correct reflect functionsAndrew Gerrand2012-01-041-1/+1
* unsafe: update docMikio Hara2011-08-311-3/+3
* reflect: doc fixes for obsolete types.David Symonds2011-07-271-1/+1
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-201-1/+1
* unsafe: fix the documentationRob Pike2011-03-021-5/+6
* unsafe: add missing case to doc for PointerRuss Cox2011-01-201-2/+3
* runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox2009-12-071-1/+13
* unsafe: documentation typo.Adam Langley2009-11-161-1/+1
* gofmt-ify template, time, unsafe, flag, fmtRobert Griesemer2009-11-051-1/+1
* apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...Russ Cox2009-10-071-7/+7
* Update the unsafe docs for the new type implementation.Ian Lance Taylor2009-07-071-6/+9
* mv src/lib to src/pkgRob Pike2009-06-091-0/+44