aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-08go/types: document that selectors are not recorded in Info.TypesRobert Griesemer
2016-11-08doc/devel/release.html: document go1.6.3 doesn't actually support macOS SierraShenghou Ma
2016-11-08doc/go1.8.txt: mention os.Executable additionShenghou Ma
2016-11-07os: add Executable() (string, error)Shenghou Ma
2016-11-07internal/syscall/windows: add GetModuleFileNameShenghou Ma
2016-11-07cmd/internal/sys, runtime/internal/sys: gofmtMichael Munday
2016-11-07cmd/go: handle escapes in pkg-config outputQuentin Smith
2016-11-07crypto/tls: use default cipher suites in BenchmarkThroughputMichael Munday
2016-11-07go/constant: follow-up for https://go-review.googlesource.com/32870Robert Griesemer
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-11-07runtime: os.Executable runtime support for DarwinShenghou Ma
2016-11-07syscall: add Getexecname on Solaris for os.ExecutableShenghou Ma
2016-11-07crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware suppo...Adam Langley
2016-11-07mime/multipart: test for overreading on a streamQuentin Smith
2016-11-07cmd/go: parallelize some testsBrad Fitzpatrick
2016-11-07go/constant: improved fatal error messagesRobert Griesemer
2016-11-07unsafe: remove incorrect type conversion in docsIan Lance Taylor
2016-11-07doc: fix broken links in 1.7 release docsJoe Farrell
2016-11-07cmd/dist: enable more cgo tests on ppc64leMichael Munday
2016-11-07test/fixedbugs: enable issue 10607 test on ppc64leMichael Munday
2016-11-07cmd/link: don't use trampolines in ppc64le ext linkingLynn Boger
2016-11-07net/http/fcgi: fix link to protocol docsBrad Fitzpatrick
2016-11-07runtime/race: allow TestFail to run longer than 0.00sAlex Brainman
2016-11-06cmd/vet: parallelize testsBrad Fitzpatrick
2016-11-05go/constant: document that BinaryOp doesn't handle comparisons or shiftsRobert Griesemer
2016-11-05net: fix vet nitJosh Bleecher Snyder
2016-11-05net/http: deflake TestLinuxSendfileBrad Fitzpatrick
2016-11-05net/http: deflake TestClientRedirectTypes and maybe some similar onesBrad Fitzpatrick
2016-11-05cmd/go/internal/syntax: reintroduce reverted commentsRobert Griesemer
2016-11-05Revert "cmd/compile/internal/syntax: support for alias declarations"Robert Griesemer
2016-11-05Revert "go/scanner, go/token: recognize => (ALIAS) token"Robert Griesemer
2016-11-05Revert "go/ast, go/parser: parse alias declarations"Robert Griesemer
2016-11-05plugin: fix doc example fmt usageLeon Klingele
2016-11-05Revert "go/printer: support for printing alias declarations"Robert Griesemer
2016-11-05Revert "cmd/vet: teach vet about ast.AliasSpec"Robert Griesemer
2016-11-04cmd/compile: revert user-visible changes related to aliasesRobert Griesemer
2016-11-04crypto/x509: update __MAC_OS_X_VERSION_MAX_ALLOWED on MacBrad Fitzpatrick
2016-11-04go/types: revert user-visible changes related to aliasesRobert Griesemer
2016-11-04go/types: avoid redundant call to recordUse for anonymous fieldsAlan Donovan
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-11-04cmd/compile/internal/gc: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-04Revert "spec: add new language for alias declarations"Robert Griesemer
2016-11-04cmd/link/internal/ld: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-04cmd/vet: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-04all: sprinkle t.Parallel on some slow testsBrad Fitzpatrick
2016-11-04test: disable unsupported test for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-04runtime: remove useless assignment in test codeIan Lance Taylor
2016-11-04net/http: move extra redirect logic for 307/308 into redirectBehaviorEmmanuel Odeke
2016-11-04net/http: speed up tests, use t.Parallel when it's safeBrad Fitzpatrick
2016-11-04cmd/go: fix minor typo in 'go bug'Josh Bleecher Snyder