aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-08-12utf8: rename some internal constants to remove leading underscores.Rob Pike
2011-08-12exp/template: add builtin len functionRob Pike
2011-08-11godoc: moving to new template packageRobert Griesemer
2011-08-11html: parse more malformed tags.Nigel Tao
2011-08-11exp/template: find the String method by taking the address if we need to.Rob Pike
2011-08-10exp/template: rename Parse*File and Parse*Files for clarityGustavo Niemeyer
2011-08-11runtime: better checks for syscall.NewCallback parameterAlex Brainman
2011-08-10codereview: set status while committing CLRuss Cox
2011-08-10build: allow builds without cgoRuss Cox
2011-08-11exp/template: truth for interface values.Rob Pike
2011-08-10http: corrects undocumented side effects in http.DefaultTransport's RoundTrip...Dave Grijalva
2011-08-10A+C: Dave Grijalva (ngmoco CLA)Brad Fitzpatrick
2011-08-10http: fix ParseMultipartForm after MultipartReader errorBrad Fitzpatrick
2011-08-10exp/norm: added trie lookup code and associated tests.Marcel van Lohuizen
2011-08-10exp/norm: added trie lookup code and associated tests.Marcel van Lohuizen
2011-08-10json: fix []unmarshaler caseRuss Cox
2011-08-10time: allow the input to have fractional seconds even ifRob Pike