aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-15cmd/go: add -pkgdir build flagRuss Cox
2015-07-15cmd/go: remove duplication of build flag info in testflag.goRuss Cox
2015-07-15cmd/go: fix error for go run with files in different directoriesRuss Cox
2015-07-15cmd/go: document that <meta> tags should be early in the HTML for go getRuss Cox
2015-07-15cmd/go: diagnose trivial test import cycleRuss Cox
2015-07-15Revert "cmd/compile: define func value symbols at declaration"Russ Cox
2015-07-15cmd/compile: define func value symbols at declarationRuss Cox
2015-07-15cmd/internal/obj: fix pc/sp information for prologueRuss Cox
2015-07-15net/http: do not allow space or slash in Host headersJeff R. Allen
2015-07-15net: fix setKeepAlivePeriod on Plan 9David du Colombier
2015-07-15doc: add a few more details about arm and ppc64 to asm.htmlRob Pike
2015-07-15go/types: fix internal inInteger operand predicateRobert Griesemer
2015-07-15encoding/xml: improve marshaller sanity checks of directivesDidier Spezia
2015-07-15doc/go1.5.html: fix and expand crypto/tls changesJonathan Rudenberg
2015-07-15A+C: more updates before releaseBrad Fitzpatrick
2015-07-15encoding/json: Only allow string option for valid typesLarz Conwell
2015-07-15A+C: update for releaseBrad Fitzpatrick
2015-07-15doc/go1.5.html: fix typoJonathan Rudenberg
2015-07-14doc/go1.5.html: fix typoJonathan Rudenberg
2015-07-14crypto: add SHA-512/224 and SHA-512/256 as described in FIPS 180-4Nevins Bartolomeo
2015-07-14cmd/go: do not create subdirs of $GOBINDavid Crawshaw
2015-07-14cmd/go: warn on get from code.google.com that it is shutting downIan Lance Taylor
2015-07-14doc/go1.5.html: fix typo.Ian Lance Taylor
2015-07-14image/jpeg: don't unread a byte if we've already taken bits from it.Nigel Tao
2015-07-14doc: document behavior change in image/color in release notesRob Pike
2015-07-14os/exec: fix plan9 buildBrad Fitzpatrick
2015-07-14cmd/go: mark ssh:// URLs as secureRoss Light
2015-07-14runtime: fix build on non-x86 machinesRuss Cox
2015-07-14os/exec: ignore pipe write errors when command completes successfullyBrad Fitzpatrick
2015-07-13doc: update the architecture-specific information in asm.htmlRob Pike
2015-07-13cmd/internal/obj: rename *.out.go to a.out.goRob Pike
2015-07-13runtime: fix MemStats.{PauseNS,PauseEnd,PauseTotalNS,LastGC}Austin Clements
2015-07-13runtime: report MemStats.PauseEnd in UNIX timeAustin Clements
2015-07-13runtime: fix x86 stack trace for call to heap memoryRuss Cox
2015-07-13runtime: fix race in TestChanSendBarrierRuss Cox
2015-07-13net: clean up builtin DNS stub resolver, fix testsMikio Hara
2015-07-13cmd/go: fix go get -u with internalRuss Cox
2015-07-13runtime: add memory barrier for sync send in selectRuss Cox
2015-07-13go/internal/gcimporter: populate (*types.Package).ImportsAlan Donovan
2015-07-13image/png: don't read filter bytes for empty interlace passes.Nigel Tao
2015-07-13cmd/dist: actually disable testso and testsovar on ppc64Michael Hudson-Doyle
2015-07-13doc: add section about standard library to the FAQBrad Fitzpatrick
2015-07-13time: document that time.Tick creates an unrecoverable resourceRob Pike
2015-07-12misc/cgo/testshared: unset GOBIN during testIan Lance Taylor
2015-07-12cmd/dist: disable misc/scgo/testsovar on netbsdAlex Brainman
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-07-12flag: Clarifies docs for Arg(int) and FlagSet.Arg(int)Hariharan Srinath
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-11net/http/fcgi: fix race between serveRequest and cleanUpBrad Fitzpatrick
2015-07-11runtime: abort on fatal errors and panics in c-shared and c-archive modesElias Naur