summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* godoc: fix godoc.html template bug: correctly display package rootsAndrew Gerrand2011-08-141-2/+0
* exp/template: rename filter: url -> urlquery.David Symonds2011-08-139-32/+32
* godoc: position URLs (containing file names) must be quoted and URL escapedRobert Griesemer2011-08-122-14/+14
* godoc: remove last vestiges of old template systemRobert Griesemer2011-08-127-204/+152
* godoc: first round of template cleanupsRobert Griesemer2011-08-1211-201/+150
* exp/norm: generate trie struct in triegen.go for better encapsulation.Marcel van Lohuizen2011-08-121-1/+1
* exp/norm: generate trie struct in triegen.go for better encapsulation.Marcel van Lohuizen2011-08-124-455/+464
* lib/godoc: fix typoMikio Hara2011-08-121-1/+1
* crypto, exec, path, time: add support for OpenBSDJoel Sing2011-08-124-0/+14
* exp/template/html: New package with a toy template transformation.Mike Samuel2011-08-127-5/+200
* CLA: Add Mike Samuel, Googler.Rob Pike2011-08-121-0/+1
* exp/template: fix implementation of printValue.David Symonds2011-08-122-9/+18