Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-23 | Imported Upstream version 2011.05.22 | Ondřej Surý | 1 | -49/+4 | |
2011-05-23 | Imported Upstream version 2011.04.27 | Ondřej Surý | 1 | -4/+49 | |
2011-05-23 | Imported Upstream version 57 | Ondřej Surý | 1 | -49/+4 | |
2011-05-04 | Imported Upstream version 2011.04.27 | Ondřej Surý | 1 | -4/+49 | |
2011-05-04 | Imported Upstream version 57 | Ondřej Surý | 1 | -49/+4 | |
2011-02-18 | Imported Upstream version 2011.02.15 | Ondřej Surý | 1 | -1/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -5/+5 | |
2010-02-05 | 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D options | Dean Prichard | 1 | -2/+6 | |
R=rsc CC=golang-dev http://codereview.appspot.com/198044 Committer: Russ Cox <rsc@golang.org> | |||||
2010-01-28 | avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8c | Dean Prichard | 1 | -0/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/194099 Committer: Russ Cox <rsc@golang.org> | |||||
2010-01-22 | 5a/6a/8a: avoid fixed-sized file name buffer | Dean Prichard | 1 | -1/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/186279 Committer: Russ Cox <rsc@golang.org> | |||||
2009-03-24 | throw away most of the compat.h compatibility layer | Russ Cox | 1 | -15/+31 | |
in favor of the lib9 compatibility layer. no need for two. now that mycreate is gone, .6 files are 0644 not 0755. TBR=r OCL=26679 CL=26679 | |||||
2009-03-20 | move pragtextflag into lexbody | Russ Cox | 1 | -7/+0 | |
R=ken OCL=26581 CL=26587 | |||||
2009-01-27 | pragma textflag | Ken Thompson | 1 | -0/+7 | |
fixes latent bugs in go and defer R=r OCL=23613 CL=23613 | |||||
2008-08-03 | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. | Russ Cox | 1 | -1/+1 | |
these guys really really want long to be 32-bits, so ,s/long/int32/ (and then manual fixup). still passes all tests. (i started out looking for just those longs that needed to be int32 instead, and it was just too hard to track them down one by one.) the longs were rare enough that i don't think it will cause integration problems. R=ken OCL=13787 CL=13789 | |||||
2008-07-12 | morestack magic number | Ken Thompson | 1 | -1/+1 | |
automatically generated in 6g and 6c, manually set in 6a. format is TEXT a(SB),, $a-b where a is auto size and b is parameter size SVN=126946 | |||||
2008-06-05 | goos and goarch | Ken Thompson | 1 | -1/+2 | |
SVN=121349 | |||||
2008-06-04 | Add compiler source to new directory structure | Rob Pike | 1 | -0/+1337 | |
SVN=121164 |