aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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: add JSON and Go articleFrancisco Souza
2012-03-22flag: add examplesRob Pike
2012-03-21exp/norm/normalize.go: fix typoRobert 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-21cmd/cgo: fix handling of errno for gccgoIan Lance Taylor
2012-03-21build: lengthen timeout for the lengthy runtime testShenghou Ma
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-20sort: document two undocumented functionsBrad Fitzpatrick
2012-03-21runtime: remove unused goc2c.cShenghou Ma
2012-03-21build: unset GOPATH before testsShenghou Ma
2012-03-20run.bat: disable test in test\bench\go1 to fix buildAlex Brainman
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-20build: do more during windows buildAlex Brainman
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-19path/filepath: implement Match and Glob on windowsAlex Brainman
2012-03-19sysycall: remove creds_linux_test.goRob Pike
2012-03-19syscall: delete passfd_test.goRob Pike
2012-03-18syscall: Test SCM_CREDENTIALS, SO_PASSCRED on Linux.Albert Strasheim
2012-03-17syscall: add a test for passing an fd over a unix socketBrad Fitzpatrick
2012-03-17build: catch API changes during buildBrad Fitzpatrick
2012-03-17spec: delete references to unsafe.Reflect,Typeof,UnreflectRob Pike
2012-03-16godoc: use FormatText for formating code in html template.Johan Euphrosine
2012-03-16cmd/go: don't add detail to errPrintedOutputRuss Cox
2012-03-17cmd/pack: also recognize '\\' as path separator in filenamesShenghou Ma
2012-03-16godoc: apply gofmtRobert Griesemer
2012-03-17make.bat: don't show error message if old generated files do not existShenghou Ma
2012-03-16cmd/go: add -fno-common by default on DarwinShenghou Ma
2012-03-16cmd/go: work around occasional ETXTBSY running cgoRuss Cox
2012-03-16reflect: panic if MakeSlice is given bad len/cap arguments.David Symonds
2012-03-16make.bat: Fix for old filesChristopher Redden
2012-03-15runtime: do not handle signals before configuring handlerRuss Cox
2012-03-15cmd/gofmt: show ascii in usage.Yasuhiro Matsumoto
2012-03-15cmd/cgo: add support for function export for gccgo.Rémy Oudompheng
2012-03-15misc/dist: don't ship cmd/cov or cmd/profBrad Fitzpatrick
2012-03-15cmd/go: quiet some loggingBrad Fitzpatrick
2012-03-15runtime: fix arm buildRuss Cox
2012-03-15cmd/go: make build errors more visibleRuss Cox
2012-03-16doc: add Gobs of data articleFrancisco Souza
2012-03-15reflect: document PkgPath, Method, StructFieldRuss Cox
2012-03-155l, 6l, 8l: fix stack split logic for stacks near default segment sizeRuss Cox
2012-03-15os: do not assume syscall.Write will write everythingRuss Cox