summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.r59] gc: fix closure bugrelease.r59release-branch.r59Andrew Gerrand2011-07-313-39/+62
* [release-branch.r59] doc: document release.r59Andrew Gerrand2011-07-312-1/+116
* create release-branch.r59Andrew Gerrand2011-07-310-0/+0
* weekly.2011-07-07weekly.2011-07-07Andrew Gerrand2011-07-082-1/+106
* sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand2011-07-0819-33/+126
* gob: export fields in structs in the package documentation.David Symonds2011-07-081-17/+17
* cgi: don't depend on CGI.pm for testsBrad Fitzpatrick2011-07-071-2/+35
* image/draw: add draw tests where the destination image doesn't startNigel Tao2011-07-081-48/+64
* crypto/x509: prevent chain cycles in VerifyAdam Langley2011-07-072-5/+12
* doc: remove ed from apt-get package listBrad Fitzpatrick2011-07-071-1/+1
* image: tighten Paletted.Opaque to check only those palette entriesNigel Tao2011-07-072-2/+20
* os: fix documentation for FileInfo.Name.Rob Pike2011-07-071-1/+1
* exp/template: handle pointers and values in empty interfaces.Rob Pike2011-07-073-25/+98
* exp/template: change the name from 'metacharacter' to 'delimiter',Rob Pike2011-07-075-34/+34
* crypto/openpgp: fixed dangerous use of for loop variableGideon Jan-Wessel Redelinghuys2011-07-071-2/+3
* C+A: Gideon Jan-Wessel RedelinghuysRob Pike2011-07-072-0/+2
* syscall: rearrange windows code so 386 and amd64 can share filesAlex Brainman2011-07-0717-942/+2311
* CONTRIBUTORS: add Google contributor mpvl@golang.orgRob Pike2011-07-071-0/+1
* exp/template: index: forgot the always last-to-arrive uintptr.Rob Pike2011-07-071-1/+1
* asn1: support T61 and UTF8 string.Adam Langley2011-07-062-18/+28
* crypto/tls: fix generate_cert.goAdam Langley2011-07-061-3/+5
* json: fix test if rand returns 0.Ian Lance Taylor2011-07-061-1/+4
* exp/template: index function for arrays, slices, and maps.Rob Pike2011-07-062-12/+71
* exp/template: silence test noise (but add a flag to put it back)Rob Pike2011-07-063-7/+6
* exp/template: add a JavaScript escaper.David Symonds2011-07-062-13/+125
* exp/template: allow an empty interface value to be the target of range, etc.Rob Pike2011-07-062-8/+16
* exp/template: improve error message for non-exported field.Rob Pike2011-07-061-1/+1
* maketables: update debugging data.Rob Pike2011-07-061-19/+19
* exp/template: add missing dotNode case.David Symonds2011-07-061-0/+2
* exp/template: fixes and updates.Rob Pike2011-07-065-4/+68
* exp/template: remove debugging dreg.David Symonds2011-07-061-1/+0
* html: parse start tags that aren't explicitly otherwise dealt with.Yasuhiro Matsumoto2011-07-061-0/+1
* exp/template: remove the need for a goroutine.Rob Pike2011-07-062-14/+20
* exp/template: remove the visibility of the token channel from the parser.Rob Pike2011-07-064-16/+18
* gc: fix %N for OGOTO nodes.Luuk van Dijk2011-07-061-1/+1
* exp/template: add templates to sets; boolean logic.Rob Pike2011-07-054-14/+73
* godoc: ignore directories that begin with '.'Andrew Gerrand2011-07-051-2/+3
* exp/template: statically check that functions names have been defined.Rob Pike2011-07-053-17/+34
* os: fix build for Plan 9Fazlul Shahriar2011-07-052-4/+28
* exp/template: add an html escaping function.Rob Pike2011-07-052-0/+69
* image: add a test for filling sub-images.Nigel Tao2011-07-051-0/+60
* exp/template: functionsRob Pike2011-07-056-39/+196
* docs: fold the prog.sh scripting from makehtml into htmlgen itself.Rob Pike2011-07-045-683/+729
* goinstall: only report successfully-installed packages to the dashboardAndrew Gerrand2011-07-042-13/+19
* exp/template: add template sets, allowing templates to reference one anotherRob Pike2011-07-047-116/+626
* exp/template: allow complex numbers, add 'with', 'define', and 'template' key...Rob Pike2011-07-042-32/+63
* reflect: allow Len on String values.Rob Pike2011-07-041-1/+3
* go/build: evaluate symlinks before comparing path to GOPATHAndrew Gerrand2011-07-041-0/+3
* godoc: search GOPATH for documentationAndrew Gerrand2011-07-023-8/+21
* goinstall: documentation for new remote repository behavior and tweaksAndrew Gerrand2011-07-022-75/+135