aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-16runtime: fix stale comment in lfstackgo1.7beta2Austin Clements
2016-06-16cmd/dist: make zosarch.go deterministicAustin Clements
2016-06-16internal/trace: err if binary is not supplied for old traceHana Kim
2016-06-16runtime: remove useless loop from CgoCCodeSIGPROF test programIan Lance Taylor
2016-06-15go/ast: fix comments misinterpreted as documentationMatthew Dempsky
2016-06-15runtime: if the test program hangs, try to get a stack traceIan Lance Taylor
2016-06-15syscall: skip TestUnshare if kernel does not support net namespaceCherry Zhang
2016-06-15net/http: pass through server side Transfer-Encoding headersAndrew Gerrand
2016-06-15context: document how to release resources associated with Contexts.Sameer Ajmani
2016-06-14net: don't run TestLookupDotsWithLocalSource in short modeIan Lance Taylor
2016-06-14os: fix blockUntilWaitable on freebsd/{386,arm}Mikio Hara
2016-06-14cmd/compile, etc: handle many struct fieldsDavid Crawshaw
2016-06-14crypto/x509: don't ignore asn1.Marshal errorIan Lance Taylor
2016-06-14cmd/go: include .syso files even if CGO_ENABLED=0Ian Lance Taylor
2016-06-14cmd/go: remove obsolete comment referring to deleted parameterIan Lance Taylor
2016-06-14os: fix build on freebsd/armMikio Hara
2016-06-13os: use wait6 to avoid wait/kill race on freebsdMikio Hara
2016-06-13os: use waitid to avoid wait/kill race on darwinMikio Hara
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor
2016-06-13cmd/link: put padding between functions, not at the end of a functionKeith Randall
2016-06-12cmd/compile: fix OASWB rewriting in racewalkDavid Chase
2016-06-12cmd/go: remove invalid space in import comment docsDmitri Shuralyov
2016-06-11runtime: aeshash, xor seed in earlierKeith Randall
2016-06-10os: on GNU/Linux use waitid to avoid wait/kill raceIan Lance Taylor
2016-06-10go/parser: document that parse functions need valid token.FileSetRobert Griesemer
2016-06-10cmd/go: clarify go get documentationIan Lance Taylor
2016-06-10syscall: add a padding field to EpollEvent on s390xMichael Munday
2016-06-10encoding/csv: update doc about comments whitespaceJess Frazelle
2016-06-09runtime: set $sp before $pc in gdb python scriptCherry Zhang
2016-06-09cmd/compile: for tail calls in stubs, ensure args are aliveKeith Randall
2016-06-09cmd/cgo: fix use of unsafe argument in new deferred functionIan Lance Taylor
2016-06-09cmd/cgo: use function arg type for _cgoCheckPointerN functionIan Lance Taylor
2016-06-09time: document that RFC822/1123 don't parse all RFC formatsIan Lance Taylor
2016-06-09time: genzabbrs.go skips Feb when checking monthsKenny Grant
2016-06-09crypto/subtle: expand abbreviation to eliminate confusionJason Barnett
2016-06-09os: document that the runtime can write to standard errorIan Lance Taylor
2016-06-09cmd/go: only run TestGoGetHTTPS404 where it worksIan Lance Taylor
2016-06-08cmd/compile: nilcheck interface value in go/defer interface call for SSACherry Zhang
2016-06-08runtime/cgo: restore the g pointer correctly in crosscall_s390xMichael Munday
2016-06-08misc/android: make the exec wrapper exit code parsing more robustElias Naur
2016-06-08misc/cgo/testsanitizers: don't run some TSAN tests on GCC < 7Ian Lance Taylor
2016-06-08net/http: update bundled http2Andrew Gerrand
2016-06-08cmd/compile: cgen_append can handle complex targetsKeith Randall
2016-06-07cmd/compile: fix heap dump test on androidKeith Randall
2016-06-07cmd/compile: use fake package for allocating autosKeith Randall
2016-06-07cmd/dist: use "set" instead of "export" in diagnostic messageAndrew Gerrand
2016-06-06net/http: send StatusOK on empty body with TimeoutHandlerAndrew Gerrand
2016-06-06time: warn about correct use of a Timer's Stop/Reset methodsAndrew Gerrand
2016-06-06net/http: send one Transfer-Encoding header when "chunked" set manuallyAndrew Gerrand
2016-06-05runtime: fix typoKeith Randall