summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* net: ignore ECONNABORTED from syscall.AcceptDevon H. O'Dell2012-03-271-0/+4
* undo CL 5844051 / 5d0322034aa8Mikio Hara2012-03-272-17/+5
* cmd/go: copy tag_test.go from goinstallRuss Cox2012-03-261-0/+73
* runtime: restore deadlock detection in the simplest case.R?my Oudompheng2012-03-262-5/+17
* path/filepath: convert drive letter to upper case in windows EvalSymlinksAlex Brainman2012-03-272-1/+32
* cmd/godoc: canonicalize custom path redirectsAndrew Gerrand2012-03-271-1/+12
* cmd/godoc: fix app engine versionAndrew Gerrand2012-03-271-1/+1
* exp/types: generalized GCImporter API.Robert Griesemer2012-03-265-107/+124
* cmd/go: explain versions betterRob Pike2012-03-262-2/+18
* run.bash: set -e in new codewalk blockRob Pike2012-03-261-0/+1
* run.bash: compile the codewalksRob Pike2012-03-261-0/+7
* cmd/go: allow underscores in tool nameShenghou Ma2012-03-261-2/+2
* go/build: cgoEnabled is not known to cmd/dist anymoreShenghou Ma2012-03-261-1/+0
* cmd/go: add missing error checkEvan Shaw2012-03-261-0/+3
* os: add missing byte to FileMode bufferStefan Nilsson2012-03-241-1/+1
* text/template: fix typo in package commentRobert Griesemer2012-03-231-1/+1
* crypto/tls: don't select ECC ciphersuites with no mutual curve.Adam Langley2012-03-232-4/+10
* path/filepath: windows drive letter cannot be a digitAlex Brainman2012-03-232-3/+2
* cmd/gc: fix comment typo, assignment spacingIan Lance Taylor2012-03-221-2/+2
* cmd/gc: when expanding append inline, preserve argumentsIan Lance Taylor2012-03-221-0/+6
* sort: add time complexity to docStefan Nilsson2012-03-221-1/+2
* doc: add JSON and Go articleFrancisco Souza2012-03-221-1/+1
* flag: add examplesRob Pike2012-03-221-0/+83
* exp/norm/normalize.go: fix typoRobert Griesemer2012-03-211-1/+1
* go/build: clarify why we exclude files starting with '_' or '.'Shenghou Ma2012-03-221-1/+1
* godoc: use shorter titles for tabsRobert Griesemer2012-03-213-20/+36
* cmd/cgo: fix handling of errno for gccgoIan Lance Taylor2012-03-211-1/+6
* build: lengthen timeout for the lengthy runtime testShenghou Ma2012-03-211-1/+1
* html/template: fix typo and make grammar consistent in comments.David Symonds2012-03-211-2/+2
* sort: fix computation of maxDepth to avoid infinite loopStefan Nilsson2012-03-201-2/+2
* cmd/go: use .o, not .{5,6,8}, for gccgo created object filesIan Lance Taylor2012-03-201-2/+5
* sort: document two undocumented functionsBrad Fitzpatrick2012-03-201-0/+3
* runtime: remove unused goc2c.cShenghou Ma2012-03-211-750/+0
* build: unset GOPATH before testsShenghou Ma2012-03-212-0/+6
* run.bat: disable test in test\bench\go1 to fix buildAlex Brainman2012-03-201-4/+5
* html/template: add Templates and *Escape functionsRob Pike2012-03-203-0/+82
* cmd/godoc: inform users that the playground doesn't work via local godocAndrew Gerrand2012-03-201-0/+10
* build: do more during windows buildAlex Brainman2012-03-204-7/+56
* net: drop unnecessary type assertions and fix leak in testMikio Hara2012-03-201-6/+6
* gc: fix struct and array comparisons for new bool rulesAnthony Martin2012-03-191-0/+2
* crypto/tls: always send a Certificate message if one was requested.Adam Langley2012-03-191-2/+10
* path/filepath: implement Match and Glob on windowsAlex Brainman2012-03-192-23/+39
* sysycall: remove creds_linux_test.goRob Pike2012-03-191-107/+0
* syscall: delete passfd_test.goRob Pike2012-03-191-150/+0
* syscall: Test SCM_CREDENTIALS, SO_PASSCRED on Linux.Albert Strasheim2012-03-181-0/+107
* syscall: add a test for passing an fd over a unix socketBrad Fitzpatrick2012-03-171-0/+150
* build: catch API changes during buildBrad Fitzpatrick2012-03-172-4/+17
* spec: delete references to unsafe.Reflect,Typeof,UnreflectRob Pike2012-03-171-5/+0
* godoc: use FormatText for formating code in html template.Johan Euphrosine2012-03-161-3/+5
* cmd/go: don't add detail to errPrintedOutputRuss Cox2012-03-161-2/+2