summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release.2010-10-13.1weekly.2010-10-13.1Andrew Gerrand2010-10-151-2/+5
* log: roll back deprecation of old API to apply fix to log.Output in public re...Rob Pike2010-10-141-1/+40
* log: fix custom output bugAndrew Gerrand2010-10-152-1/+11
* arm: enable 6 more tests after net fixRuss Cox2010-10-141-6/+0
* syscall: fix arm networkingRuss Cox2010-10-141-1/+3
* log: delete deprecated functionalityRob Pike2010-10-141-40/+1
* arm: adjust recover for new reflect.callRuss Cox2010-10-141-1/+5
* doc: add The Expressiveness of Go talk to docs.htmlAndrew Gerrand2010-10-142-0/+7
* tag release.2010-10-13Andrew Gerrand2010-10-140-0/+0
* release.2010-10-13weekly.2010-10-13Andrew Gerrand2010-10-141-0/+73
* misc: add goplayAndrew Gerrand2010-10-144-0/+344
* smtp: new packageEvan Shaw2010-10-135-0/+559
* bufio: bulletproof UnreadRuneRob Pike2010-10-132-1/+10
* arm: enable 8 more packagesRuss Cox2010-10-131-8/+0
* fix arm bug in reflect.callKen Thompson2010-10-134-16/+21
* various: avoid %ld etcRuss Cox2010-10-1346-197/+197
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-1342-3740/+2091
* 5l, 6l, 8l: indent, outdentRuss Cox2010-10-1312-1632/+1632
* log: fix out-of-date package commentRob Pike2010-10-131-7/+6
* runtime: remove done TODO from SetFinalizerAndrew Gerrand2010-10-131-1/+0
* image: add an offset to Tiled.Nigel Tao2010-10-132-16/+15
* log: reduce allocationsRob Pike2010-10-122-21/+42
* Effective Go: update examples to use new logging interface.Rob Pike2010-10-121-9/+9
* doc: add Sydney University video, fix hlint warningsAndrew Gerrand2010-10-131-2/+7
* netchan: export before import when testing.Roger Peppe2010-10-121-5/+24
* 6l: work with OS X nm/otoolJim McGrath2010-10-121-1/+1
* log: new interfaceRob Pike2010-10-1236-303/+358
* arm: fix syscall build againRuss Cox2010-10-121-3/+5
* arm: regenerate ztypes_linux_arm.go (fix build)Russ Cox2010-10-121-16/+36
* syscall: add sockaddr_ll support for linux/386, linux/amd64Mikio Hara2010-10-127-32/+128
* syscall: implement WaitStatus and Wait4() for windowsWei Guangjing2010-10-124-9/+77
* arm: fix buildRuss Cox2010-10-111-1/+1
* image: another build fix regarding ColorImage.Nigel Tao2010-10-122-16/+16
* exp/draw: unbreak build.Nigel Tao2010-10-121-2/+2
* image: add image.Tiled type, the Go equivalent of Plan9's repl bit.Nigel Tao2010-10-123-11/+55
* Make.cmd: remove $(OFILES)Eric Clark2010-10-111-2/+2
* exp/iterable: deleteRuss Cox2010-10-117-836/+4
* build: fix darwin/386 buildAndrew Gerrand2010-10-121-0/+5
* ld: be less picky about bad line number infoRuss Cox2010-10-111-1/+1
* new command gotry.Rob Pike2010-10-116-6/+422
* netchan: zero out request to ensure correct gob decoding.Roger Peppe2010-10-111-0/+1
* 6l: correct offset for __nl_symbol_ptr in Mach-O.Jim McGrath2010-10-111-1/+2
* 6l: fix Mach-O LC_RPATHJim McGrath2010-10-111-0/+4
* A+C: Jim McGrath (individual CLA)Russ Cox2010-10-112-0/+2
* expvar: add (*Int).SetSam Thorogood2010-10-112-0/+13
* CONTRIBUTORS: link sam.thorogood@gmail.com for code reviewRuss Cox2010-10-111-1/+1
* crypto/tls: make SetReadTimeout work.Adam Langley2010-10-111-1/+4
* crypto/tls: better error messages for certificate issues.Adam Langley2010-10-113-11/+21
* time: add AfterAndrew Gerrand2010-10-112-5/+37
* exp/draw/x11: support X11 vendors other than "The X.Org Foundation".Nigel Tao2010-10-091-9/+9