aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-23misc/dist: make godoc shortcut workweekly.2012-03-22Andrew Gerrand
2012-03-23doc/godoc.js: fix error on IE8.Yasuhiro Matsumoto
2012-03-23weekly.2012-03-22Andrew Gerrand
2012-03-23misc/dist: updates to installer scriptAndrew Gerrand
2012-03-22doc/articles/c_go_cgo.html: correct "C" comment to mention #cgoIan Lance Taylor
2012-03-23doc/articles: rename concurrency patterns articleRob Pike
2012-03-22test: fix run.bash by spelling out the commands to use for bug424.goIan Lance Taylor
2012-03-22cmd/gc: fix comment typo, assignment spacingIan Lance Taylor
2012-03-22cmd/gc: when expanding append inline, preserve argumentsIan Lance Taylor
2012-03-22sort: add time complexity to docStefan Nilsson
2012-03-22doc/articles/gobs_of_data.html: delete extra wordRob Pike
2012-03-22doc: add JSON and Go articleFrancisco Souza
2012-03-22doc/articles/go_command.html: nitsRob Pike
2012-03-22flag: add examplesRob Pike
2012-03-21doc: fix typo in The Laws of Reflection articleFrancisco Souza
2012-03-21exp/norm/normalize.go: fix typoRobert Griesemer
2012-03-21doc/effective_go.html: undo local font changeRobert Griesemer
2012-03-22go/build: clarify why we exclude files starting with '_' or '.'Shenghou Ma
2012-03-21godoc: use shorter titles for tabsRobert Griesemer
2012-03-22test: use testlib in a few more casesShenghou Ma
2012-03-21cmd/cgo: fix handling of errno for gccgoIan Lance Taylor
2012-03-21doc/effective_go: minor correctionsShenghou Ma
2012-03-21build: lengthen timeout for the lengthy runtime testShenghou Ma
2012-03-20doc: remove reference to deleted os.ENOSPCBrad Fitzpatrick
2012-03-21html/template: fix typo and make grammar consistent in comments.David Symonds
2012-03-20sort: fix computation of maxDepth to avoid infinite loopStefan Nilsson
2012-03-20cmd/go: use .o, not .{5,6,8}, for gccgo created object filesIan Lance Taylor
2012-03-20doc: general update of gccgo_installIan Lance Taylor
2012-03-20sort: document two undocumented functionsBrad Fitzpatrick
2012-03-21misc/cgo/gmp: update for Go 1Shenghou Ma
2012-03-21runtime: remove unused goc2c.cShenghou Ma
2012-03-21build: unset GOPATH before testsShenghou Ma
2012-03-21doc/debugging_with_gdb: format & content updateShenghou Ma
2012-03-20run.bat: disable test in test\bench\go1 to fix buildAlex Brainman
2012-03-20api: update go1.txt after adding functions to html/templateRob Pike
2012-03-20html/template: add Templates and *Escape functionsRob Pike
2012-03-20cmd/godoc: inform users that the playground doesn't work via local godocAndrew Gerrand
2012-03-20doc: remove defunct playground.htmlAndrew Gerrand
2012-03-20build: do more during windows buildAlex Brainman
2012-03-20doc: replace mentions of 6g with gc or the go commandAndrew Gerrand
2012-03-20misc/dashboard: remove remnants of package dashboardAndrew Gerrand
2012-03-20net: drop unnecessary type assertions and fix leak in testMikio Hara
2012-03-19gc: fix struct and array comparisons for new bool rulesAnthony Martin
2012-03-19crypto/tls: always send a Certificate message if one was requested.Adam Langley
2012-03-19doc: update format for "C? Go? Cgo!" articleShenghou Ma
2012-03-19path/filepath: implement Match and Glob on windowsAlex Brainman
2012-03-19doc: move sub-repos lower on reference pageAndrew Gerrand
2012-03-19sysycall: remove creds_linux_test.goRob Pike
2012-03-19syscall: delete passfd_test.goRob Pike
2012-03-19doc: various typos, remove apostrophes from ordinalsJeremy Jackins