aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-17api: create go1.6.txtgo1.6beta1Brad Fitzpatrick
2015-12-17src: remove reference to since-deleted dist -s flagBrad Fitzpatrick
2015-12-17doc: change go1.6 http headingBrad Fitzpatrick
2015-12-17doc: Americanise spelling of wilfulBrad Fitzpatrick
2015-12-17net/http: document ResponseWriter and Handler more; add testBrad Fitzpatrick
2015-12-17cmd/link: reject non-package main toplevel.a file, remove dead codeRuss Cox
2015-12-17cmd/go: for go get -insecure, do not fall back to HTTP for non-200 responsesRuss Cox
2015-12-17cmd/go: fix processing of HTTPS 404 without -insecureRuss Cox
2015-12-17Revert "cmd/go: allow omitted user name in git ssh repo syntax"Russ Cox
2015-12-17net/http: don't accept invalid bytes in server request headersBrad Fitzpatrick
2015-12-17net/http: be more consistent about Request.Method "" vs "GET"Brad Fitzpatrick
2015-12-17cmd/go: fix git submodule fetchRuss Cox
2015-12-17net/http: update bundled http2, add tests reading response Body after CloseBrad Fitzpatrick
2015-12-17cmd/go: runtime and runtime/internal packages depend on runtime/internal/sysIan Lance Taylor
2015-12-17cmd/go: respect umask when creating executablesRuss Cox
2015-12-17net: fix the build even harderBrad Fitzpatrick
2015-12-17runtime: disable gdb test when a GOROOT_FINAL move is pendingRuss Cox
2015-12-17net/http: updated bundled http2 to finish trailer supportBrad Fitzpatrick
2015-12-17net: include both ipv4 and ipv6 netsh output in TestInterfacesWithNetshAlex Brainman
2015-12-17net: fix race in testBrad Fitzpatrick
2015-12-17cmd/go: allow ~ as first char of path element in general git import pathsRuss Cox
2015-12-17cmd/go: don't be clever about mtime precision in testRuss Cox
2015-12-17cmd/go: document that package documentation is ignoredRuss Cox
2015-12-17net/http: document a few ServeMux behaviorsRuss Cox
2015-12-17cmd/go: allow omitted user name in git ssh repo syntaxRuss Cox
2015-12-17cmd/go: document that tests run in the source directoryRuss Cox
2015-12-17cmd/go: document where get writes, and not vendor directoriesRuss Cox
2015-12-17cmd/go: document that go generate accepts all build flagsRuss Cox
2015-12-17os/signal: document signal handlingIan Lance Taylor
2015-12-17cmd/go: document that -p applies to test binary executionRuss Cox
2015-12-17cmd/pprof: fix scaling of "gigabyte" unitBrad Fitzpatrick
2015-12-17os,internal/syscall/windows: use ReadFile/MultiByteToWideChar to read from co...mattn
2015-12-17net: fix buildBrad Fitzpatrick
2015-12-17net/http: document that ListenAndServe is a bit more than Listen+ServeBrad Fitzpatrick
2015-12-17archive/tar: document how Reader.Read handles header-only filesJoe Tsai
2015-12-17net: prefer error for original name on lookupsDan Peterson
2015-12-17crypto/x509: handle CRLDistributionPoints without FullNamesRuss Cox
2015-12-17cmd/go: use tags when evaluating file system wildcards like ./...Russ Cox
2015-12-17cmd/go: disable use of -linkmode=external in tests when CGO_ENABLED=0Russ Cox
2015-12-17cmd/dist: show output from failed compiler executionRuss Cox
2015-12-17cmd/cgo: gccgo support for cgoCheckPointerIan Lance Taylor
2015-12-17archive/tar: spell license correctly in exampleJoe Tsai
2015-12-17net/http: update Response.Trailer docBrad Fitzpatrick
2015-12-17cmd/go: add -args to 'go test' to resolve -v ambiguityRuss Cox
2015-12-17Revert "cmd/dist: fix build after "go test" argument order change"Russ Cox
2015-12-17go/build: disable test on nacl (and a few others, unnecessarily)Russ Cox
2015-12-17net/http: update bundled copy of http2, enable TestTrailersServerToClient testsBrad Fitzpatrick
2015-12-17crypto/rsa: check CRT result.Adam Langley
2015-12-16net: make windows (*netFD).connect work like its unix versionAlex Brainman
2015-12-16cmd/cgo: map C unsigned char back to _Ctype_uchar in error messagesShenghou Ma