summaryrefslogtreecommitdiff
path: root/src/cmd/gc/unsafe.go
AgeCommit message (Collapse)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
R=r CC=golang-dev http://codereview.appspot.com/190104 Committer: Russ Cox <rsc@golang.org>
2009-12-07runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox1-0/+2
to provide functionality previously hacked in to reflect and gob. R=r http://codereview.appspot.com/165076
2009-10-06another round of gofmt applicationsRuss Cox1-0/+1
R=gri DELTA=900 (106 added, 31 deleted, 763 changed) OCL=35384 CL=35396
2009-10-06apply gofmt to the LGTM-marked files from 34501Russ Cox1-7/+7
that have not changed since I applied gofmt. R=gri DELTA=456 (77 added, 3 deleted, 376 changed) OCL=35378 CL=35383
2009-07-076g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox1-3/+3
R=ken OCL=31122 CL=31278
2009-05-08Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike1-0/+2
R=rsc DELTA=19 (4 added, 5 deleted, 10 changed) OCL=28563 CL=28566
2009-02-10Implement unsafe.Alignof.Ian Lance Taylor1-0/+1
R=ken DELTA=20 (19 added, 0 deleted, 1 changed) OCL=24719 CL=24771
2009-02-07unsafe.Sizeof and unsafe.OffsetofKen Thompson1-0/+2
R=r OCL=24639 CL=24639
2009-01-22move math routines from package sys to package math,Russ Cox1-1/+1
though they still build in src/runtime. use cgo instead of hand-written wrappers. R=r DELTA=740 (289 added, 300 deleted, 151 changed) OCL=23326 CL=23331
2008-12-08foundation for import unsafeKen Thompson1-0/+8
R=r OCL=20794 CL=20794