summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: support OS X CPU profilingRuss Cox2012-02-2827-98/+379
* all: remove various unused unexported functions and constants.R?my Oudompheng2012-02-286-54/+0
* net/rpc: API changes, all documentationRob Pike2012-02-291-14/+25
* cmd/dist: force line-buffering stdout/stderr on UnixShenghou Ma2012-02-291-0/+3
* crypto/tls: force OS X target version to 10.6 for API compatibilityMikkel Krautz2012-02-281-24/+8
* encoding/gob: fix "// +build" comment for debug.goShenghou Ma2012-02-283-11/+4
* gotype: provide -comments flagRobert Griesemer2012-02-272-2/+8
* godoc: add Examples link to top-level indexAndrew Gerrand2012-02-281-1/+4
* text/template: add example showing use of custom functionRob Pike2012-02-281-0/+54
* text/template: fix redefinition bugsRob Pike2012-02-284-9/+22
* test: bug424: wrong embedded method calledRobert Griesemer2012-02-274-0/+89
* tutorial: deleteRob Pike2012-02-2820-3055/+20
* net: no panic on placeholders for netbsdMikio Hara2012-02-281-3/+27
* encoding/json: drop MarshalForHTML; gofix calls to Marshal.David Symonds2012-02-284-21/+10
* net: add stubs for NetBSDBenny Siegert2012-02-281-0/+15
* os: fix NetBSD buildBenny Siegert2012-02-281-1/+1
* gobuilder: send commit time in RFC3339 formatAndrew Gerrand2012-02-281-1/+1
* encoding/binary: better exampleBrad Fitzpatrick2012-02-281-2/+2
* archive/zip: use encoding/binary again, add readBuf helperAndrew Gerrand2012-02-282-67/+81
* doc/go1: fix broken linkStefan Nilsson2012-02-282-2/+2
* go/printer: fix printing of variadic function callsAnthony Martin2012-02-274-1/+72
* cmd/go: mention examples in docs for -test.runRob Pike2012-02-282-2/+4
* cmd/go: drop -example, apply -run to examplesRob Pike2012-02-284-16/+3
* misc/bash: Completion for go tool.Yissakhar Z. Beck2012-02-281-0/+244
* A+C: add Yissakhar Z. Beck (Individual CLA)Brad Fitzpatrick2012-02-282-0/+2
* strings: make Count example show resultsRobert Griesemer2012-02-271-0/+1
* godoc: don't show directories w/o packages in flat dir modeRobert Griesemer2012-02-273-24/+44
* go/printer: fix test for new import path restrictionsAnthony Martin2012-02-273-10/+7
* cmd/go: test -i should not disable -cShenghou Ma2012-02-271-1/+4
* archive/zip: use smarter putUintXX functions to hide offsetsAndrew Gerrand2012-02-272-56/+63
* archive/zip: stop using encoding/binaryAndrew Gerrand2012-02-273-128/+131
* cmd/go: run examples even if -run is set if -example is also setRob Pike2012-02-271-1/+1
* misc/dashboard: fix bug in UI templateAndrew Gerrand2012-02-271-2/+2
* misc/dashboard: record install counts for external packagesAndrew Gerrand2012-02-274-2/+259
* doc/go1: mention that regexp has changedRob Pike2012-02-272-50/+78
* doc: instruct freebsd/linux users to rm the old version firstAndrew Gerrand2012-02-271-2/+12
* testing: add -test.example flag to control execution of examplesRob Pike2012-02-274-2/+23
* os: implement sameFile on windowsAlex Brainman2012-02-273-21/+193
* crypto/x509: fix typo in Verify documentationMikkel Krautz2012-02-271-2/+2
* html/template: use correct method signature, in introduction example.Mike Rosset2012-02-271-1/+1
* doc: move wiki tutorial into articles directory, rmdir doc/codelabAndrew Gerrand2012-02-2725-11/+17
* cmd/go: explain x... vs. x/... in help importpathRob Pike2012-02-271-2/+3
* net/http/cgi: add an empty response testBrad Fitzpatrick2012-02-262-1/+21
* doc/go1: add justification discussions to major changesRob Pike2012-02-272-94/+314
* time: add a comment about how to use the Duration constantsRob Pike2012-02-261-0/+9
* doc/install: fix FreeBSD/Linux install commandShenghou Ma2012-02-261-1/+1
* cmd/yacc/units.y: update comment, give better error messages when $GOROOT not...Shenghou Ma2012-02-262-4/+11
* doc: update Go1 release notes to use correct WalkFunc error signature.Mike Rosset2012-02-242-2/+2
* go: fix help text documenting example functionsRobert Griesemer2012-02-241-7/+10
* go/test/chan1.go: fix typoRob Pike2012-02-251-1/+1