aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-28tag release.2010-10-27weekly.2010-10-27Andrew Gerrand
2010-10-28release.2010-10-27Andrew Gerrand
2010-10-28rpc: expose Server type to allow multiple RPC Server instancesAndrew Gerrand
2010-10-27go spec: clarify return type of append, argument type for ...T parametersRobert Griesemer
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-26go spec: note re: append() not being implemented yetRobert Griesemer
2010-10-27builder: pass GOHOSTOS and GOHOSTARCH to buildAndrew Gerrand
2010-10-26gob: must register basic types to store them in interfaces.Rob Pike
2010-10-27gob: package doc fixes.Nigel Tao
2010-10-26test copy([]byte, string)Russ Cox
2010-10-26gc, runtime: copy([]byte, string)Russ Cox
2010-10-26install doc: arm is a little betterRuss Cox
2010-10-26doc: update roadmapAndrew Gerrand
2010-10-26doc: update roadmapAndrew Gerrand
2010-10-25arm: enable all testsRuss Cox
2010-10-25godoc: show page title in browser title barRobert Griesemer
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-25go spec: append built-inRobert Griesemer
2010-10-25go_spec: allow copy() to copy bytes from a string into a []byteRobert Griesemer
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-22go spec: relaxed syntax for array, slice, and map composite literalsRobert 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-22playground: s/it/this/Andrew Gerrand