summaryrefslogtreecommitdiff
path: root/src/cmd/gc/unsafe.go
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-6/+2
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+22
2011-09-13Imported Upstream version 60Ondřej Surý1-22/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-3/+5
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+1
2010-01-22gc: do not build builtin.c automatically; use golden copy instead.Russ Cox1-0/+4
2009-12-07runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox1-0/+2
2009-10-06another round of gofmt applicationsRuss Cox1-0/+1
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-7/+7
2009-07-076g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox1-3/+3
2009-05-08Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike1-0/+2
2009-02-10Implement unsafe.Alignof.Ian Lance Taylor1-0/+1
2009-02-07unsafe.Sizeof and unsafe.OffsetofKen Thompson1-0/+2
2009-01-22move math routines from package sys to package math,Russ Cox1-1/+1
2008-12-08foundation for import unsafeKen Thompson1-0/+8