aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-28rpc: expose Server type to allow multiple RPC Server instancesAndrew Gerrand
2010-10-27image/png: speed up paletted encoding ~25%Brad Fitzpatrick
2010-10-26use copyRuss Cox
2010-10-265g, 6g, 8g: generate code for string indexRuss Cox
2010-10-26big: arm assembly, faster software mulWW, divWWRuss Cox
2010-10-26gob: must register basic types to store them in interfaces.Rob Pike
2010-10-27gob: package doc fixes.Nigel Tao
2010-10-26gc, runtime: copy([]byte, string)Russ Cox
2010-10-25arm: enable all testsRuss Cox
2010-10-25debug/gosym: do not run when cross-compilingRuss Cox
2010-10-25arm: precise float64 software floating pointRuss Cox
2010-10-25big: delete unnecessary type declsRobert Griesemer
2010-10-25tabwriter: delete unnecessary type declarationRobert Griesemer
2010-10-25go/scanner: delete unnecessary type declarationsRobert Griesemer
2010-10-25gotest: generate correct gofmt-formatted _testmain.goRob Pike
2010-10-26goinstall: display helpful message when encountering a cgo package.Andrew Gerrand
2010-10-25runtime: remove .c generated from .goc during make cleanRuss Cox
2010-10-26arm: fix signal handlerRuss Cox
2010-10-265g: complex "regalloc"Russ Cox
2010-10-255c: implement uint32 -> floatRuss Cox
2010-10-25build: only print "You need to add foo to PATH" when neededAndrew Gerrand
2010-10-25container/list: elide redundant tests and fix comment typoAndrew Gerrand
2010-10-25container/list: fix Remove bug and use pointer to self as identifierAndrew Gerrand
2010-10-25goinstall: don't wrongly error out with "multiple package names"Fazlul Shahriar
2010-10-246l/8l: global and local variables and type info.Luuk van Dijk
2010-10-22gob: error cleanup 2Rob Pike
2010-10-22gobs: error cleanup part 1.Rob Pike
2010-10-22runtime: print unknown types in panicRuss Cox
2010-10-225l, 6l, 8l: introduce sub-symbolsRuss Cox
2010-10-22gob: allow exchange of interface valuesRob Pike
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-10-22go ast/parser/printer: permit elision of composite literal types for composit...Robert Griesemer
2010-10-22arm: 3 more tests passRuss Cox
2010-10-225g: missed one case last nightRuss Cox
2010-10-21gc: implement new composite literal specRuss Cox
2010-10-21bug right shifting 64 bitsKen Thompson
2010-10-21Make.inc: delete unnecessary -no-inline flag to quietgccRob Pike
2010-10-21fix windows buildRuss Cox
2010-10-21fix arm buildRuss Cox
2010-10-21fix buildRuss Cox
2010-10-21go/parser: consume auto-inserted semi when calling ParseExpr()Robert Griesemer
2010-10-21ld: abandon symbol-driven archive loadingRuss Cox
2010-10-21encoding/binary: give LittleEndian, BigEndian specific typesRuss Cox
2010-10-21net: fix comment on Dial to mention unix/unixgram.David Symonds
2010-10-21arm: prop up software floating pointRuss Cox
2010-10-20web socket: fix short ReadFumitoshi Ukai
2010-10-21goinstall: fix documentation typoFazlul Shahriar
2010-10-21build: add gobuilder and goplay to run.bashAndrew Gerrand
2010-10-21os: correct Stat S_ISDIR on WindowsYasuhiro Matsumoto
2010-10-205l: two stack split bugs in one dayRuss Cox