Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -6/+2 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+22 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -22/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -3/+5 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -1/+1 | |
2010-01-22 | gc: do not build builtin.c automatically; use golden copy instead. | Russ Cox | 1 | -0/+4 | |
R=r CC=golang-dev http://codereview.appspot.com/190104 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-07 | runtime: introduce unsafe.New and unsafe.NewArray | Russ Cox | 1 | -0/+2 | |
to provide functionality previously hacked in to reflect and gob. R=r http://codereview.appspot.com/165076 | |||||
2009-10-06 | another round of gofmt applications | Russ Cox | 1 | -0/+1 | |
R=gri DELTA=900 (106 added, 31 deleted, 763 changed) OCL=35384 CL=35396 | |||||
2009-10-06 | apply gofmt to the LGTM-marked files from 34501 | Russ Cox | 1 | -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-07 | 6g, 8g: generate data structures for new reflect interface (CL 31107) | Russ Cox | 1 | -3/+3 | |
R=ken OCL=31122 CL=31278 | |||||
2009-05-08 | Move sys.Reflect and sys.Unreflect into unsafe. | Rob Pike | 1 | -0/+2 | |
R=rsc DELTA=19 (4 added, 5 deleted, 10 changed) OCL=28563 CL=28566 | |||||
2009-02-10 | Implement unsafe.Alignof. | Ian Lance Taylor | 1 | -0/+1 | |
R=ken DELTA=20 (19 added, 0 deleted, 1 changed) OCL=24719 CL=24771 | |||||
2009-02-07 | unsafe.Sizeof and unsafe.Offsetof | Ken Thompson | 1 | -0/+2 | |
R=r OCL=24639 CL=24639 | |||||
2009-01-22 | move math routines from package sys to package math, | Russ Cox | 1 | -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-08 | foundation for import unsafe | Ken Thompson | 1 | -0/+8 | |
R=r OCL=20794 CL=20794 |