aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-18gofix: walk names in ValueSpecsRob Pike
2011-08-18http: remove a TODO due to new behavior of nil mapsRob Pike
2011-08-18exp/template/html: defines a parse context for a subset of HTML.Mike Samuel
2011-08-17gc: implement nil chan supportRuss Cox
2011-08-17gc: implement nil map supportRuss Cox
2011-08-17gc: fix mkbuiltinRuss Cox
2011-08-17go/parser: disallow for statements w/ illegal range clausesRobert Griesemer
2011-08-17net: Plan 9 supportFazlul Shahriar
2011-08-17go/parser: do not accept type literals where not permitted in generalRobert Griesemer
2011-08-17xml: escape string chardata in xml.MarshalKyle Lemons
2011-08-17asn1: add support for unmarshalling structs with int32 membersDave Cheney
2011-08-17exp/norm: implementation of decomposition and composing functionality.Marcel van Lohuizen
2011-08-17exp/template/html: rework Reverse(*Template) to do naive autoescapingMike Samuel
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-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-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 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-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