summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* godoc: template cleanupRobert Griesemer2011-08-175-28/+28
* test: new nil semanticsRuss Cox2011-08-171-0/+142
* gc: implement nil chan supportRuss Cox2011-08-179-110/+93
* gc: implement nil map supportRuss Cox2011-08-178-74/+88
* gc: fix mkbuiltinRuss Cox2011-08-173-4/+8
* go/parser: disallow for statements w/ illegal range clausesRobert Griesemer2011-08-172-35/+42
* net: Plan 9 supportFazlul Shahriar2011-08-1722-1435/+2549
* go/parser: do not accept type literals where not permitted in generalRobert Griesemer2011-08-173-16/+33
* xml: escape string chardata in xml.MarshalKyle Lemons2011-08-172-1/+7
* asn1: add support for unmarshalling structs with int32 membersDave Cheney2011-08-172-18/+47
* exp/norm: implementation of decomposition and composing functionality.Marcel van Lohuizen2011-08-175-12/+709
* test/chan/select5.go: update to new templatesRob Pike2011-08-171-142/+141
* exp/template/html: rework Reverse(*Template) to do naive autoescapingMike Samuel2011-08-175-183/+181
* doc/codewalk: new Markov chain codewalkAndrew Gerrand2011-08-172-0/+438
* template: move exp/template into template.Rob Pike2011-08-1730-25/+25
* template: delete old template code.Rob Pike2011-08-1718-2115/+35
* misc: fix a couple of template uses preparatory to the big switch.Rob Pike2011-08-172-2/+2
* url: new packageRob Pike2011-08-1728-265/+566
* net: Added function SetTimeout() to interface Listener.Aleksandar Dezelin2011-08-163-1/+22
* go/parser: use correct precedence when parsing range clausesRobert Griesemer2011-08-162-14/+12
* A+C: Aleksandar Dezelin (individual CLA)Russ Cox2011-08-162-0/+2
* net: add multicast stubs for openbsdJoel Sing2011-08-162-1/+19
* net, syscall: move multicast address handlingJoel Sing2011-08-166-60/+120
* net: return correct local address for an accepted TCP connectionMikio Hara2011-08-161-3/+4
* runtime: fix GC bitmap corruptionDmitriy Vyukov2011-08-163-6/+12
* cgo: omit duplicate symbols in writeDefsJulian Phillips2011-08-163-5/+31
* 5l, 6l, 8l: add varargck for %ZLucio De Re2011-08-163-4/+3
* 5c, 6c, 6l: fix Plan 9 build warningsLucio De Re2011-08-163-7/+7
* ld: make addaddrplus4 staticLucio De Re2011-08-161-1/+1
* errchk: allow multiple patternsRuss Cox2011-08-1616-41/+48
* rpc: make Server.Mutex unexportedDmitriy Vyukov2011-08-162-7/+7
* syscall: make LazyDLL/LazyProc.Mutex unexportedDmitriy Vyukov2011-08-161-6/+6
* builtin: correct description of a closed channel.Rob Pike2011-08-161-3/+3
* builtin: tweak a couple of descriptions.Rob Pike2011-08-161-6/+8
* godoc: show all top-level decls for (fake) package builtinRobert Griesemer2011-08-151-2/+9
* godoc: fix lib/godoc/package.txt templateRobert Griesemer2011-08-151-19/+11
* godoc: fix escaping in templatesRobert Griesemer2011-08-154-17/+20
* rpc: implement ServeRequest to synchronously serve a single request.Sugu Sougoumarane2011-08-162-33/+142
* builtin: add documentation for builtinsRob Pike2011-08-161-0/+133
* build: don't print anything on version.bash -saveGustavo Niemeyer2011-08-151-2/+1
* build: support versioning without hgGustavo Niemeyer2011-08-151-6/+18
* reflect: panic on Invalid Interface callGustavo Niemeyer2011-08-151-0/+3
* build: don't require hg for buildAndrew Gerrand2011-08-151-2/+3
* runtime: fix pseudo-randomness on some selectsGustavo Niemeyer2011-08-152-1/+35
* old/template: copy code from templateRob Pike2011-08-156-0/+2075
* exp/template: support field syntax on mapsGustavo Niemeyer2011-08-153-3/+37
* exp/template: don't panic on range of nil interfaceGustavo Niemeyer2011-08-152-1/+4
* exp/norm: fix incorrect prints found by govet.Robert Hencke2011-08-141-3/+1
* goinstall: report all newly-installed public packagesAndrew Gerrand2011-08-141-3/+11
* C: add Sugu Sougoumarane, Googler.Rob Pike2011-08-141-0/+1