aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-15release.2010-10-13.1weekly.2010-10-13.1Andrew Gerrand
2010-10-14log: roll back deprecation of old API to apply fix to log.Output in public re...Rob Pike
2010-10-15log: fix custom output bugAndrew Gerrand
2010-10-14arm: enable 6 more tests after net fixRuss Cox
2010-10-14syscall: fix arm networkingRuss Cox
2010-10-14log: delete deprecated functionalityRob Pike
2010-10-14arm: adjust recover for new reflect.callRuss Cox
2010-10-14doc: add The Expressiveness of Go talk to docs.htmlAndrew Gerrand
2010-10-14tag release.2010-10-13Andrew Gerrand
2010-10-14release.2010-10-13weekly.2010-10-13Andrew Gerrand
2010-10-14misc: add goplayAndrew Gerrand
2010-10-13smtp: new packageEvan Shaw
2010-10-13bufio: bulletproof UnreadRuneRob Pike
2010-10-13arm: enable 8 more packagesRuss Cox
2010-10-13fix arm bug in reflect.callKen Thompson
2010-10-13various: avoid %ld etcRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-10-135l, 6l, 8l: indent, outdentRuss Cox
2010-10-13log: fix out-of-date package commentRob Pike
2010-10-13runtime: remove done TODO from SetFinalizerAndrew Gerrand
2010-10-13image: add an offset to Tiled.Nigel Tao
2010-10-12log: reduce allocationsRob Pike
2010-10-12Effective Go: update examples to use new logging interface.Rob Pike
2010-10-13doc: add Sydney University video, fix hlint warningsAndrew Gerrand
2010-10-12netchan: export before import when testing.Roger Peppe
2010-10-126l: work with OS X nm/otoolJim McGrath
2010-10-12log: new interfaceRob Pike
2010-10-12arm: fix syscall build againRuss Cox
2010-10-12arm: regenerate ztypes_linux_arm.go (fix build)Russ Cox
2010-10-12syscall: add sockaddr_ll support for linux/386, linux/amd64Mikio Hara
2010-10-12syscall: implement WaitStatus and Wait4() for windowsWei Guangjing
2010-10-11arm: fix buildRuss Cox
2010-10-12image: another build fix regarding ColorImage.Nigel Tao
2010-10-12exp/draw: unbreak build.Nigel Tao
2010-10-12image: add image.Tiled type, the Go equivalent of Plan9's repl bit.Nigel Tao
2010-10-11Make.cmd: remove $(OFILES)Eric Clark
2010-10-11exp/iterable: deleteRuss Cox
2010-10-12build: fix darwin/386 buildAndrew Gerrand
2010-10-11ld: be less picky about bad line number infoRuss Cox
2010-10-11new command gotry.Rob Pike
2010-10-11netchan: zero out request to ensure correct gob decoding.Roger Peppe
2010-10-116l: correct offset for __nl_symbol_ptr in Mach-O.Jim McGrath
2010-10-116l: fix Mach-O LC_RPATHJim McGrath
2010-10-11A+C: Jim McGrath (individual CLA)Russ Cox
2010-10-11expvar: add (*Int).SetSam Thorogood
2010-10-11CONTRIBUTORS: link sam.thorogood@gmail.com for code reviewRuss Cox
2010-10-11 crypto/tls: make SetReadTimeout work.Adam Langley
2010-10-11 crypto/tls: better error messages for certificate issues.Adam Langley
2010-10-11time: add AfterAndrew Gerrand
2010-10-09exp/draw/x11: support X11 vendors other than "The X.Org Foundation".Nigel Tao