summaryrefslogtreecommitdiff
path: root/src/cmd/gc/go.h
AgeCommit message (Collapse)AuthorFilesLines
2008-08-27arraysKen Thompson1-6/+18
R=r OCL=14603 CL=14603
2008-08-12put i2s, s2i and i2i in convertKen Thompson1-0/+1
R=r OCL=14143 CL=14143
2008-08-12i2s and i2iKen Thompson1-2/+2
R=r OCL=14140 CL=14140
2008-08-12fixed bugs in const/caseKen Thompson1-0/+2
R=r DELTA=138 (75 added, 12 deleted, 51 changed) OCL=14129 CL=14131
2008-08-11export large constantsKen Thompson1-0/+1
R=r DELTA=37 (31 added, 4 deleted, 2 changed) OCL=14089 CL=14089
2008-08-09mp fixed arithKen Thompson1-27/+33
R=r DELTA=149 (80 added, 62 deleted, 7 changed) OCL=14029 CL=14029
2008-08-08mp constantsKen Thompson1-13/+82
R=r DELTA=381 (142 added, 26 deleted, 213 changed) OCL=14011 CL=14016
2008-08-03add 'export' adjectives to externalKen Thompson1-2/+3
var, const and type declarations. R=r DELTA=49 (12 added, 28 deleted, 9 changed) OCL=13791 CL=13791
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-31/+31
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-24selectKen Thompson1-2/+5
R=r APPROVED=r DELTA=638 (433 added, 21 deleted, 184 changed) OCL=13426 CL=13438
2008-07-20start of selectKen Thompson1-1/+1
random bugs fixed SVN=128149
2008-07-19initKen Thompson1-0/+1
SVN=128128
2008-07-19initializationKen Thompson1-0/+1
SVN=128115
2008-07-18len(fixed array)Ken Thompson1-0/+1
SVN=128050
2008-07-17div bugKen Thompson1-2/+1
[]ptr bug proc reuses old g* structures differnt assignment of offsets to parameters SVN=127888
2008-07-16parameter in fn literalsKen Thompson1-1/+2
SVN=127695
2008-07-16parameter declartions in func literalsKen Thompson1-0/+2
SVN=127678
2008-07-12morestack magic numberKen Thompson1-3/+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-07-12more on channelsKen Thompson1-3/+5
arg space magic number for morestack SVN=126936
2008-07-08unique import/export namesKen Thompson1-0/+2
more on go statement SVN=126421
2008-07-07more coroutineKen Thompson1-1/+0
fixed a,b,c := x,x,x SVN=126250
2008-07-07start of coroutineKen Thompson1-0/+1
SVN=126152
2008-07-05output args declaredKen Thompson1-3/+5
arguments in first block for diagnostics thomo return better syntax error recovery SVN=126045
2008-07-03new iotaKen Thompson1-0/+3
SVN=125984
2008-06-27fix a few spelling mistakes in messagesRob Pike1-1/+1
SVN=125108
2008-06-26better line numbersKen Thompson1-1/+1
SVN=125018
2008-06-21redeclarations of variables in the same block.Ken Thompson1-19/+28
half-step toward multivalued map indexing SVN=124019
2008-06-17more mapsKen Thompson1-0/+1
more semi-colons type assignment of constants SVN=123278
2008-06-17yataKen Thompson1-0/+1
SVN=123246
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-3/+16
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808
2008-06-13plan9 line numbers and line tableKen Thompson1-1/+20
SVN=122793
2008-06-12better import/exportKen Thompson1-0/+2
SVN=122584
2008-06-11import/exportKen Thompson1-0/+4
SVN=122309
2008-06-10debugging to get fmt to runKen Thompson1-1/+4
SVN=122046
2008-06-08more nihanKen Thompson1-1/+1
SVN=121622
2008-06-08nihonKen Thompson1-1/+1
SVN=121620
2008-06-08optional semicolonsKen Thompson1-0/+1
SVN=121604
2008-06-06cafebabeKen Thompson1-1/+1
SVN=121574
2008-06-06'\Ucafebabe'Ken Thompson1-1/+1
SVN=121562
2008-06-06code gen bug in ++ and --Ken Thompson1-1/+0
SVN=121476
2008-06-05goos garchKen Thompson1-0/+1
SVN=121367
2008-06-04loaded problem getting main from a libraryKen Thompson1-1/+1
SVN=121175
2008-06-04Add compiler source to new directory structureRob Pike1-0/+553
SVN=121164