aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-28cmd/go: fix two formatting issues in documentation of testing flagsDmitri Shuralyov
2016-12-24cmd/compile: lock-in test for repeated variables in range declarationEmmanuel Odeke
2016-12-24cmd/vet: fix copylocks false positive on len(array) and cap(array).Aliaksandr Valialkin
2016-12-23runtime: document MemStats.BySize fieldsAustin Clements
2016-12-23test: lock in test for _ assignment evaluation/zerodivide panicEmmanuel Odeke
2016-12-23net: Fix spelling of function name in docKevin Burke
2016-12-22cmd/pprof: Re-enable weblist and disasmRaul Silvera
2016-12-22net/http: restore Transport's Request.Body byte sniff in limited casesBrad Fitzpatrick
2016-12-22runtime: skip floating point hardware check on AndroidElias Naur
2016-12-22cmd/go: skip flaky TestCgoConsistentResults on FreeBSDMikio Hara
2016-12-21misc/cgo/test: limit issue18146 attempts based on RLIMIT_NPROCIan Lance Taylor
2016-12-21doc: fix install.html unclosed bold tag, link to /help/Brad Fitzpatrick
2016-12-21runtime: avoid CreateThread panic when exiting processAustin Clements
2016-12-21cmd/compile/internal/ssa: add tests for BSWAP on stores on AMD64Kirill Smelkov
2016-12-21io: fix PipeWriter.Close to wake up WritesKirill Smelkov
2016-12-21build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0Koichi Shiraishi
2016-12-21go/parser: fix reference in ParseExprFrom docsTakuya Ueda
2016-12-21Revert "cmd/go: note when some Go files were ignored on no-Go-files errors"Brad Fitzpatrick
2016-12-21cmd/vet: avoid crash in cgo test on recursive typeIan Lance Taylor
2016-12-21A+C: automated updateBrad Fitzpatrick
2016-12-21net: make InterfaceByIndex return a consistent name on solarisMikio Hara
2016-12-20net: fix LookupCNAME on Plan 9David du Colombier
2016-12-20doc: add mips, mips64 information to asm.htmlVladimir Stefanovic
2016-12-20net/http, doc: more redirect documentationBrad Fitzpatrick
2016-12-20net: mark TestDialerDualStackFDLeak as flaky on OpenBSDBrad Fitzpatrick
2016-12-20net: make LookupCNAME's native behavior match its cgo behaviorMatthew Dempsky
2016-12-20runtime: avoid incorrect panic when a signal arrives during STWAustin Clements
2016-12-20misc/cgo/testcshared: wait up to 1 second in main2.cIan Lance Taylor
2016-12-20doc/go1.8: document that CGO_ENABLED is stickyShenghou Ma
2016-12-20crypto/x509: fix spelling/grammar in commentsKevin Burke
2016-12-20crypto/x509: speed up and deflake non-cgo Darwin root cert discoveryBrad Fitzpatrick
2016-12-20cmd/cover: fix spelling mistakeKevin Burke
2016-12-20doc: remove archive/zip changes from go1.8.htmlJoe Tsai
2016-12-20Revert: "archive/zip: handle mtime in NTFS/UNIX/ExtendedTS extra fields"Joe Tsai
2016-12-20cmd/cover: retain un-attached compiler directivesDhananjay Nakrani
2016-12-19runtime: use mincore to detect physical page size as last resort on AndroidShenghou Ma
2016-12-19runtime: clean up and improve reflect.methodValue commentsAustin Clements
2016-12-19cmd/compile: test for correct zeroingKeith Randall
2016-12-19cmd/go: fix doc about examples with empty OutputAlberto Donizetti
2016-12-19cmd/compile: restore zero assignment optimization for non-pointer typesMatthew Dempsky
2016-12-19crypto/tls: fix a typoMikio Hara
2016-12-19cmd/compile, runtime: a different approach to duplicate itabsMichael Hudson-Doyle
2016-12-16path/filepath: deprecate HasPrefixJoe Tsai
2016-12-16runtime: cross-reference _func type betterAustin Clements
2016-12-16runtime/pprof: fix spelling in testKevin Burke
2016-12-16net: clarify IP.IsGlobalUnicast docsMikio Hara
2016-12-16runtime/pprof: deflake tests for heavily loaded systemsIan Lance Taylor
2016-12-16misc/cgo/testsanitizer: don't run msan tests if msan doesn't workIan Lance Taylor
2016-12-15runtime: preserve callee-saved C registers in sigtrampBryan C. Mills
2016-12-15net/http: deflake TestServerTimeouts maybeBrad Fitzpatrick