Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -26/+47 | |
2010-01-27 | change print print buffer size | Ken Thompson | 1 | -3/+3 | |
to go with the full path names R=rsc CC=golang-dev http://codereview.appspot.com/195079 | |||||
2009-12-07 | 6l, 8l: make string buffer big enough for 8 chars (and then some) | Russ Cox | 1 | -1/+1 | |
Fixes issue 221. R=ken2 http://codereview.appspot.com/165086 | |||||
2009-11-04 | speed up 6l | Ken Thompson | 1 | -2/+2 | |
hopefully no change R=rsc http://go/go-review/1017035 | |||||
2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox | 1 | -0/+1 | |
R=r DELTA=3214 (904 added, 2260 deleted, 50 changed) OCL=35425 CL=35427 | |||||
2009-08-20 | symbol bugs. | Russ Cox | 1 | -1/+5 | |
do not emit unreachable data symbols. R=austin DELTA=103 (71 added, 4 deleted, 28 changed) OCL=33325 CL=33622 | |||||
2009-01-21 | delete unused code and data from 6.outs. | Russ Cox | 1 | -1/+4 | |
cuts simple test binary by 7%. would be more except for reflection. R=r DELTA=126 (117 added, 4 deleted, 5 changed) OCL=23163 CL=23237 | |||||
2008-11-01 | sprint changed to snprint | Ken Thompson | 1 | -30/+30 | |
R=r OCL=18316 CL=18316 | |||||
2008-07-12 | morestack magic number | Ken Thompson | 1 | -7/+0 | |
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-29 | segmented stacks | Ken Thompson | 1 | -16/+13 | |
SVN=125267 | |||||
2008-06-27 | segmented stack | Ken Thompson | 1 | -1/+43 | |
SVN=125151 | |||||
2008-06-04 | Add compiler source to new directory structure | Rob Pike | 1 | -0/+397 | |
SVN=121164 |