summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag release.2010-10-27weekly.2010-10-27Andrew Gerrand2010-10-280-0/+0
* release.2010-10-27Andrew Gerrand2010-10-281-0/+69
* rpc: expose Server type to allow multiple RPC Server instancesAndrew Gerrand2010-10-284-63/+152
* go spec: clarify return type of append, argument type for ...T parametersRobert Griesemer2010-10-271-7/+8
* image/png: speed up paletted encoding ~25%Brad Fitzpatrick2010-10-272-3/+18
* use copyRuss Cox2010-10-2645-199/+68
* 5g, 6g, 8g: generate code for string indexRuss Cox2010-10-2614-69/+117
* big: arm assembly, faster software mulWW, divWWRuss Cox2010-10-263-189/+326
* go spec: note re: append() not being implemented yetRobert Griesemer2010-10-261-1/+6
* builder: pass GOHOSTOS and GOHOSTARCH to buildAndrew Gerrand2010-10-271-0/+2
* gob: must register basic types to store them in interfaces.Rob Pike2010-10-262-0/+68
* gob: package doc fixes.Nigel Tao2010-10-271-38/+38
* test copy([]byte, string)Russ Cox2010-10-261-4/+57
* gc, runtime: copy([]byte, string)Russ Cox2010-10-265-2/+30
* install doc: arm is a little betterRuss Cox2010-10-261-2/+5
* doc: update roadmapAndrew Gerrand2010-10-261-1/+1
* doc: update roadmapAndrew Gerrand2010-10-261-10/+37
* arm: enable all testsRuss Cox2010-10-2515-1037/+169
* godoc: show page title in browser title barRobert Griesemer2010-10-251-1/+5
* debug/gosym: do not run when cross-compilingRuss Cox2010-10-251-1/+1
* arm: precise float64 software floating pointRuss Cox2010-10-257-275/+787
* big: delete unnecessary type declsRobert Griesemer2010-10-254-97/+44
* tabwriter: delete unnecessary type declarationRobert Griesemer2010-10-251-5/+2
* go/scanner: delete unnecessary type declarationsRobert Griesemer2010-10-251-9/+4
* gotest: generate correct gofmt-formatted _testmain.goRob Pike2010-10-251-5/+5
* goinstall: display helpful message when encountering a cgo package.Andrew Gerrand2010-10-261-0/+5
* runtime: remove .c generated from .goc during make cleanRuss Cox2010-10-251-1/+1
* go spec: append built-inRobert Griesemer2010-10-251-4/+32
* go_spec: allow copy() to copy bytes from a string into a []byteRobert Griesemer2010-10-251-5/+11
* arm: fix signal handlerRuss Cox2010-10-264-35/+28
* 5g: complex "regalloc"Russ Cox2010-10-261-0/+7
* 5c: implement uint32 -> floatRuss Cox2010-10-251-11/+40
* build: only print "You need to add foo to PATH" when neededAndrew Gerrand2010-10-251-1/+1
* container/list: elide redundant tests and fix comment typoAndrew Gerrand2010-10-251-8/+2
* container/list: fix Remove bug and use pointer to self as identifierAndrew Gerrand2010-10-252-19/+38
* goinstall: don't wrongly error out with "multiple package names"Fazlul Shahriar2010-10-251-1/+1
* 6l/8l: global and local variables and type info.Luuk van Dijk2010-10-245-86/+1040
* gob: error cleanup 2Rob Pike2010-10-222-122/+63
* gobs: error cleanup part 1.Rob Pike2010-10-228-214/+229
* runtime: print unknown types in panicRuss Cox2010-10-222-1/+11
* 5l, 6l, 8l: introduce sub-symbolsRuss Cox2010-10-227-48/+67
* gob: allow exchange of interface valuesRob Pike2010-10-228-158/+531
* gofmt -s -w src miscRobert Griesemer2010-10-22121-8466/+8466
* go ast/parser/printer: permit elision of composite literal types for composit...Robert Griesemer2010-10-2214-25/+438
* go spec: relaxed syntax for array, slice, and map composite literalsRobert Griesemer2010-10-221-3/+15
* arm: 3 more tests passRuss Cox2010-10-221-3/+0
* 5g: missed one case last nightRuss Cox2010-10-221-8/+8
* gc: implement new composite literal specRuss Cox2010-10-212-33/+72
* bug right shifting 64 bitsKen Thompson2010-10-211-3/+3
* playground: s/it/this/Andrew Gerrand2010-10-221-1/+1