aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-23rc/env.bash: fix for Go tool-chain build on windows under msys.Joe Poirier
2011-04-23fmt: tweak the doc for %U.Rob Pike
2011-04-23gc: fix conversion of user-defined string type to []byteRuss Cox
2011-04-23gc: fix return variable named _Russ Cox
2011-04-23gc: fix line number at EOFRuss Cox
2011-04-23ld: fix Plan 9 symbol tableAnthony Martin
2011-04-23runtime: disable long test (fix arm build)Russ Cox
2011-04-22fmt: decrease recursion depthIan Lance Taylor
2011-04-22go spec: for map types, mention indexing operationsRobert Griesemer
2011-04-22container/heap: fix circular dependency in testDavid Symonds
2011-04-22http: in ServerConn and ClientConn, rename Close to Hijack, add ClosePetar Maymounkov
2011-04-22crypto/rsa: add file that I forgot to add last time.Adam Langley
2011-04-22crypto/rsa: support > 3 primes.Adam Langley
2011-04-22runtime: stop deadlock test properly (fix arm5 build)Russ Cox
2011-04-22syscall: fix Ftruncate under linux/arm5Dave Cheney
2011-04-22http/cgi: pass some default environment variablesBrad Fitzpatrick
2011-04-22os/user: new package to look up usersBrad Fitzpatrick
2011-04-22http: fix FileServer's default text content typeBrad Fitzpatrick
2011-04-22http/cgi: copy some PATH environment variables to childIan Lance Taylor
2011-04-22os: Open with O_APPEND|O_CREATE to append to the end of file on WindowsAlex Brainman
2011-04-21http: clarify docs on Request HTTP versionBrad Fitzpatrick
2011-04-21http: close underlying gzip Reader tooBrad Fitzpatrick
2011-04-21xml: Parser hook for non-UTF-8 charset convertersBrad Fitzpatrick
2011-04-218l/prof.c: #if 0 is not accepted by the Plan 9 native toolchain.Lucio De Re
2011-04-21cgo: avoid "incompatible pointer type" warningAlbert Strasheim
2011-04-21syscall: add BPF support for darwin/386, darwin/amd64Mikio Hara
2011-04-21mime/multipart: limit line length to prevent abuseBrad Fitzpatrick
2011-04-21gc: fix copy([]int, string) error messageQuan Yong Zhai
2011-04-21runtime: fix GOMAXPROCS vs garbage collection bugDmitriy Vyukov
2011-04-21CONTRIBUTORS: add Dmitriy Vyukov (Google CLA)Russ Cox
2011-04-21runtime: skip functions with no lines when building src line tableIan Lance Taylor
2011-04-21syscall: Madvise and Mprotect for Linux.Albert Strasheim
2011-04-21net: try /etc/hosts before loading DNS config.Dmitry Chestnykh
2011-04-21net: fix EAI_BADFLAGS error on freebsdMikio Hara
2011-04-22syscall : add a field to ProcAttr so that StartProcess can hide the executed ...Vincent Vanackere
2011-04-21A+C: Vincent Vanackere (individual CLA)Russ Cox
2011-04-21gc: another pointer to interface messageRuss Cox
2011-04-21gc: correct handling of unexported method names in embedded interfacesRuss Cox
2011-04-21syscall: correct Windows CreateProcess input parametersAlex Brainman
2011-04-20run.bash: remove redundant rebuildsRuss Cox
2011-04-20gob: have errorf always prefix the message with "gob: "Rob Pike
2011-04-20net: fix windows buildRuss Cox
2011-04-20gob: use new Implements and AssignableTo methods in reflectRob Pike
2011-04-20http: don't proxy loopback addressesBrad Fitzpatrick
2011-04-20ld: remove MachoLoad limitRuss Cox
2011-04-20reflect: add Type.Implements, Type.AssignableTo, Value.CallSlice; make Set ma...Russ Cox
2011-04-20gc: fix error for +stringRuss Cox
2011-04-20net: use C library resolver on FreeBSD, Linux, OS X / amd64, 386Russ Cox
2011-04-20reflect: update CanAddr, CanSet documentationRuss Cox
2011-04-20gofix, gofmt: update documentationRobert Griesemer