summaryrefslogtreecommitdiff
path: root/src/cmd/gc/sysimport.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-03runtime support for interface ok,Russ Cox1-0/+2
2008-11-036l: generate gotypesigs on demand.Russ Cox1-0/+1
2008-10-29the end of life as we know itKen Thompson1-23/+23
2008-10-216g: use full type in sigt[0].nameRuss Cox1-62/+55
2008-10-14delete hack for interface equality now that it supported by the 6g compilerRob Pike1-1/+0
2008-10-14interface equalityKen Thompson1-0/+1
2008-10-10add sys.BUG_intereq to compare interfaces for equalityRuss Cox1-0/+1
2008-10-07sys.stringtorune doesn't need a length parameter.Rob Pike1-2/+2
2008-10-03new import/export formatRuss Cox1-370/+71
2008-10-02added printn and panicnKen Thompson1-276/+286
2008-09-24cleanup; sys.sleep can go.Russ Cox1-153/+148
2008-09-22change string([]byte) to pass array, rather than &a[0],Russ Cox1-241/+248
2008-09-22vectors bugKen Thompson1-289/+292
2008-09-22now method/interface codeKen Thompson1-249/+260
2008-09-121 got rid if static 'fn wo return' testKen Thompson1-278/+288
2008-08-27arraysKen Thompson1-146/+178
2008-08-04first cut at multithreading. works on Linux.Russ Cox1-125/+130
2008-07-26select/chanKen Thompson1-167/+168
2008-07-24selectKen Thompson1-130/+163
2008-07-16back out last chan fixKen Thompson1-114/+114
2008-07-15new chan syntaxKen Thompson1-50/+64
2008-07-14add sys.writefile; support for darwin only in this CLRob Pike1-109/+114
2008-07-13chanKen Thompson1-110/+131
2008-07-12more on channelsKen Thompson1-105/+112
2008-07-11segmented stacks AND goroutinesKen Thompson1-17/+27
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike1-196/+196
2008-07-08add bytestorune and stringtorune to sys.Rob Pike1-88/+99
2008-07-07more coroutineKen Thompson1-94/+89
2008-07-07start of coroutineKen Thompson1-89/+94
2008-06-30clean up rearrangement of runtime functions in the sourceRob Pike1-95/+115
2008-06-27export sys.exitRob Pike1-73/+78
2008-06-26add sys.readfile()Rob Pike1-75/+80
2008-06-24arguments availableRob Pike1-44/+64
2008-06-16mapsKen Thompson1-62/+62
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-49/+86
2008-06-11generated file; needs updatingRob Pike1-47/+47
2008-06-11fix up mkfiles to use $GOROOT instead of $PLAN9Rob Pike1-47/+47
2008-06-10debugging to get fmt to runKen Thompson1-38/+53
2008-06-04touch to make later modified dateKen Thompson1-1/+93
2008-06-04Add compiler source to new directory structureRob Pike1-0/+2