aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
AgeCommit message (Expand)Author
2012-03-28remove non-go1 commands and packagesAndrew Gerrand
2012-03-28doc: added The Go image package articleFrancisco Souza
2012-03-28path/filepath: correct comment in EvalSymlinksAlex Brainman
2012-03-27runtime: work around false negative in deadlock detectionRuss Cox
2012-03-27go/build: fix import checkRuss Cox
2012-03-27path/filepath: use windows GetShortPathName api to force GetLongPathName to d...Alex Brainman
2012-03-27net: ignore ECONNABORTED from syscall.AcceptDevon H. O'Dell
2012-03-27undo CL 5844051 / 5d0322034aa8Mikio Hara
2012-03-26runtime: restore deadlock detection in the simplest case.Rémy Oudompheng
2012-03-27path/filepath: convert drive letter to upper case in windows EvalSymlinksAlex Brainman
2012-03-26exp/types: generalized GCImporter API.Robert Griesemer
2012-03-26go/build: cgoEnabled is not known to cmd/dist anymoreShenghou Ma
2012-03-24os: add missing byte to FileMode bufferStefan Nilsson
2012-03-23text/template: fix typo in package commentRobert Griesemer
2012-03-23crypto/tls: don't select ECC ciphersuites with no mutual curve.Adam Langley
2012-03-23path/filepath: windows drive letter cannot be a digitAlex Brainman
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-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-20sort: document two undocumented functionsBrad Fitzpatrick
2012-03-21runtime: remove unused goc2c.cShenghou Ma
2012-03-20html/template: add Templates and *Escape functionsRob Pike
2012-03-20build: do more during windows buildAlex Brainman
2012-03-20net: drop unnecessary type assertions and fix leak in testMikio Hara
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-17spec: delete references to unsafe.Reflect,Typeof,UnreflectRob Pike
2012-03-16reflect: panic if MakeSlice is given bad len/cap arguments.David Symonds
2012-03-15runtime: do not handle signals before configuring handlerRuss Cox
2012-03-15runtime: fix arm buildRuss 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
2012-03-15go/build: do not report Target for local importsRuss Cox
2012-03-15net/http: couple more triv.go modernizationsBrad Fitzpatrick
2012-03-15os: return some invented data from Stat(DevNull) on windowsAlex Brainman
2012-03-14net/http: ensure triv.go compiles and runsRobert Hencke
2012-03-14archive/zip: move r.zip off disk, into reader_test.goBrad Fitzpatrick
2012-03-14go/build: clearer argument name for Import (src -> srcDir)Robert Griesemer
2012-03-14io/ioutil: fix crash when Stat failsRuss Cox
2012-03-15runtime: manage stack by ourselves for badcallback on windows/amd64Shenghou Ma