aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-17exp/template/html: rework Reverse(*Template) to do naive autoescapingMike Samuel
2011-08-17doc/codewalk: new Markov chain codewalkAndrew Gerrand
2011-08-17template: move exp/template into template.Rob Pike
2011-08-17template: delete old template code.Rob Pike
2011-08-17misc: fix a couple of template uses preparatory to the big switch.Rob Pike
2011-08-17url: new packageRob Pike
2011-08-16net: Added function SetTimeout() to interface Listener.Aleksandar Dezelin
2011-08-16go/parser: use correct precedence when parsing range clausesRobert Griesemer
2011-08-16A+C: Aleksandar Dezelin (individual CLA)Russ Cox
2011-08-16net: add multicast stubs for openbsdJoel Sing
2011-08-16net, syscall: move multicast address handlingJoel Sing
2011-08-16net: return correct local address for an accepted TCP connectionMikio Hara
2011-08-16runtime: fix GC bitmap corruptionDmitriy Vyukov
2011-08-16cgo: omit duplicate symbols in writeDefsJulian Phillips
2011-08-165l, 6l, 8l: add varargck for %ZLucio De Re
2011-08-165c, 6c, 6l: fix Plan 9 build warningsLucio De Re
2011-08-16ld: make addaddrplus4 staticLucio De Re
2011-08-16errchk: allow multiple patternsRuss Cox
2011-08-16rpc: make Server.Mutex unexportedDmitriy Vyukov
2011-08-16syscall: make LazyDLL/LazyProc.Mutex unexportedDmitriy Vyukov
2011-08-16builtin: correct description of a closed channel.Rob Pike
2011-08-16builtin: tweak a couple of descriptions.Rob Pike
2011-08-15godoc: show all top-level decls for (fake) package builtinRobert Griesemer
2011-08-15godoc: fix lib/godoc/package.txt templateRobert Griesemer
2011-08-15godoc: fix escaping in templatesRobert Griesemer
2011-08-16rpc: implement ServeRequest to synchronously serve a single request.Sugu Sougoumarane
2011-08-16builtin: add documentation for builtinsRob Pike
2011-08-15build: don't print anything on version.bash -saveGustavo Niemeyer
2011-08-15build: support versioning without hgGustavo Niemeyer
2011-08-15reflect: panic on Invalid Interface callGustavo Niemeyer
2011-08-15build: don't require hg for buildAndrew Gerrand
2011-08-15runtime: fix pseudo-randomness on some selectsGustavo Niemeyer
2011-08-15old/template: copy code from templateRob Pike
2011-08-15exp/template: support field syntax on mapsGustavo Niemeyer
2011-08-15exp/template: don't panic on range of nil interfaceGustavo Niemeyer
2011-08-14exp/norm: fix incorrect prints found by govet.Robert Hencke
2011-08-14goinstall: report all newly-installed public packagesAndrew Gerrand
2011-08-14C: add Sugu Sougoumarane, Googler.Rob Pike
2011-08-14godoc: fix godoc.html template bug: correctly display package rootsAndrew Gerrand
2011-08-13exp/template: rename filter: url -> urlquery.David Symonds
2011-08-12godoc: position URLs (containing file names) must be quoted and URL escapedRobert Griesemer
2011-08-12godoc: remove last vestiges of old template systemRobert Griesemer
2011-08-12godoc: first round of template cleanupsRobert Griesemer
2011-08-12exp/norm: generate trie struct in triegen.go for better encapsulation.Marcel van Lohuizen
2011-08-12exp/norm: generate trie struct in triegen.go for better encapsulation.Marcel van Lohuizen
2011-08-12lib/godoc: fix typoMikio Hara
2011-08-12crypto, exec, path, time: add support for OpenBSDJoel Sing
2011-08-12exp/template/html: New package with a toy template transformation.Mike Samuel
2011-08-12CLA: Add Mike Samuel, Googler.Rob Pike
2011-08-12exp/template: fix implementation of printValue.David Symonds