aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-31[release-branch.r59] gc: fix closure bugrelease.r59release-branch.r59Andrew Gerrand
2011-07-31[release-branch.r59] doc: document release.r59Andrew Gerrand
2011-07-31create release-branch.r59Andrew Gerrand
2011-07-08weekly.2011-07-07weekly.2011-07-07Andrew Gerrand
2011-07-08sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand
2011-07-08gob: export fields in structs in the package documentation.David Symonds
2011-07-07cgi: don't depend on CGI.pm for testsBrad Fitzpatrick
2011-07-08image/draw: add draw tests where the destination image doesn't startNigel Tao
2011-07-07crypto/x509: prevent chain cycles in VerifyAdam Langley
2011-07-07doc: remove ed from apt-get package listBrad Fitzpatrick
2011-07-07image: tighten Paletted.Opaque to check only those palette entriesNigel Tao
2011-07-07os: fix documentation for FileInfo.Name.Rob Pike
2011-07-07exp/template: handle pointers and values in empty interfaces.Rob Pike
2011-07-07exp/template: change the name from 'metacharacter' to 'delimiter',Rob Pike
2011-07-07crypto/openpgp: fixed dangerous use of for loop variableGideon Jan-Wessel Redelinghuys
2011-07-07C+A: Gideon Jan-Wessel RedelinghuysRob Pike
2011-07-07syscall: rearrange windows code so 386 and amd64 can share filesAlex Brainman
2011-07-07CONTRIBUTORS: add Google contributor mpvl@golang.orgRob Pike
2011-07-07exp/template: index: forgot the always last-to-arrive uintptr.Rob Pike
2011-07-06asn1: support T61 and UTF8 string.Adam Langley
2011-07-06crypto/tls: fix generate_cert.goAdam Langley
2011-07-06json: fix test if rand returns 0.Ian Lance Taylor
2011-07-06exp/template: index function for arrays, slices, and maps.Rob Pike
2011-07-06exp/template: silence test noise (but add a flag to put it back)Rob Pike
2011-07-06exp/template: add a JavaScript escaper.David Symonds
2011-07-06exp/template: allow an empty interface value to be the target of range, etc.Rob Pike
2011-07-06exp/template: improve error message for non-exported field.Rob Pike
2011-07-06maketables: update debugging data.Rob Pike
2011-07-06exp/template: add missing dotNode case.David Symonds
2011-07-06exp/template: fixes and updates.Rob Pike
2011-07-06exp/template: remove debugging dreg.David Symonds
2011-07-06html: parse start tags that aren't explicitly otherwise dealt with.Yasuhiro Matsumoto
2011-07-06exp/template: remove the need for a goroutine.Rob Pike
2011-07-06exp/template: remove the visibility of the token channel from the parser.Rob Pike
2011-07-06gc: fix %N for OGOTO nodes.Luuk van Dijk
2011-07-05exp/template: add templates to sets; boolean logic.Rob Pike
2011-07-05godoc: ignore directories that begin with '.'Andrew Gerrand
2011-07-05exp/template: statically check that functions names have been defined.Rob Pike
2011-07-05os: fix build for Plan 9Fazlul Shahriar
2011-07-05exp/template: add an html escaping function.Rob Pike
2011-07-05image: add a test for filling sub-images.Nigel Tao
2011-07-05exp/template: functionsRob Pike
2011-07-04docs: fold the prog.sh scripting from makehtml into htmlgen itself.Rob Pike
2011-07-04goinstall: only report successfully-installed packages to the dashboardAndrew Gerrand
2011-07-04exp/template: add template sets, allowing templates to reference one anotherRob Pike
2011-07-04exp/template: allow complex numbers, add 'with', 'define', and 'template' key...Rob Pike
2011-07-04reflect: allow Len on String values.Rob Pike
2011-07-04go/build: evaluate symlinks before comparing path to GOPATHAndrew Gerrand
2011-07-02godoc: search GOPATH for documentationAndrew Gerrand
2011-07-02goinstall: documentation for new remote repository behavior and tweaksAndrew Gerrand