summaryrefslogtreecommitdiff
path: root/src/cmd/gc/unsafe.go
Commit message (Expand)AuthorAgeFilesLines
* gc: delete old unsafe functionsRuss Cox2012-02-131-6/+0
* cmd/go: work toward build scriptRuss Cox2011-12-201-0/+2
* gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox2011-06-171-3/+5
* gc: unsafe.Pointer is not a pointerRuss Cox2011-03-071-1/+1
* gc: do not build builtin.c automatically; use golden copy instead.Russ Cox2010-01-221-0/+4
* runtime: introduce unsafe.New and unsafe.NewArrayRuss Cox2009-12-071-0/+2
* another round of gofmt applicationsRuss Cox2009-10-061-0/+1
* apply gofmt to the LGTM-marked files from 34501Russ Cox2009-10-061-7/+7
* 6g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox2009-07-071-3/+3
* Move sys.Reflect and sys.Unreflect into unsafe.Rob Pike2009-05-081-0/+2
* Implement unsafe.Alignof.Ian Lance Taylor2009-02-101-0/+1
* unsafe.Sizeof and unsafe.OffsetofKen Thompson2009-02-071-0/+2
* move math routines from package sys to package math,Russ Cox2009-01-221-1/+1
* foundation for import unsafeKen Thompson2008-12-081-0/+8