summaryrefslogtreecommitdiff
path: root/src/cmd/gc/sys.go
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-26/+26
2008-10-216g: use full type in sigt[0].nameRuss Cox1-1/+1
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-1/+1
2008-10-03new import/export formatRuss Cox1-165/+77
2008-10-02added printn and panicnKen Thompson1-0/+4
2008-09-24cleanup; sys.sleep can go.Russ Cox1-2/+0
2008-09-22change string([]byte) to pass array, rather than &a[0],Russ Cox1-0/+2
2008-09-22vectors bugKen Thompson1-2/+4
2008-09-22now method/interface codeKen Thompson1-2/+9
2008-09-121 got rid if static 'fn wo return' testKen Thompson1-0/+4
2008-08-27arraysKen Thompson1-0/+11
2008-08-04first cut at multithreading. works on Linux.Russ Cox1-0/+2
2008-07-26select/chanKen Thompson1-1/+1
2008-07-24selectKen Thompson1-0/+11
2008-07-16back out last chan fixKen Thompson1-1/+1
2008-07-15new chan syntaxKen Thompson1-2/+6
2008-07-14add sys.writefile; support for darwin only in this CLRob Pike1-0/+2
2008-07-13chanKen Thompson1-0/+6
2008-07-12more on channelsKen Thompson1-1/+6
2008-07-11segmented stacks AND goroutinesKen Thompson1-0/+7
2008-07-08fix ldexp, frexp, and make math package compile and test correctlyRob Pike1-2/+2
2008-07-08add bytestorune and stringtorune to sys.Rob Pike1-0/+6
2008-07-07more coroutineKen Thompson1-5/+0
2008-07-07start of coroutineKen Thompson1-4/+9
2008-06-30clean up rearrangement of runtime functions in the sourceRob Pike1-1/+9
2008-06-27export sys.exitRob Pike1-0/+4
2008-06-26add sys.readfile()Rob Pike1-0/+5
2008-06-24arguments availableRob Pike1-0/+12
2008-06-16mapsKen Thompson1-4/+4
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-2/+20
2008-06-10debugging to get fmt to runKen Thompson1-0/+8
2008-06-04Add compiler source to new directory structureRob Pike1-0/+44