aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-10runtime: make mTreap iterator bidirectionalgo1.12beta2Michael Anthony Knyszek
2019-01-10path/filepath: return special error from EvalSymlinksAlex Brainman
2019-01-10net: drop confusing commentMikio Hara
2019-01-10net: update BUG sections for go1.12Mikio Hara
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2019-01-09os: always treat files as unpollable on FreeBSDIan Lance Taylor
2019-01-09cmd/go: skip tests using Git on Plan 9David du Colombier
2019-01-09cmd/internal/obj/wasm: increment PC by 2 at sigpanicCherry Zhang
2019-01-09go/types: don't create new context string for each argument of each callRobert Griesemer
2019-01-09net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgradesBrad Fitzpatrick
2019-01-09net/http/httputil: fix typo in ReverseProxy godocTobias Klauser
2019-01-09debug/gosym: remove outdated commentLE Manh Cuong
2019-01-09runtime: follow convention for generated code comment in fastlog2tableTobias Klauser
2019-01-09os: disable the use of netpoll on regular files on *BSDs.Yuval Pavel Zholkover
2019-01-08bufio: document relationship between UnreadByte/UnreadRune and PeekBrad Fitzpatrick
2019-01-08doc: go1.12: mention os.File.SyscallConnIan Lance Taylor
2019-01-08runtime: make FuncForPC return the innermost inlined frameKeith Randall
2019-01-08doc: update tzdata version in 1.12 release notesAlberto Donizetti
2019-01-08doc: make link relative in 1.12 cgo release notesAlberto Donizetti
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2019-01-08cmd/go: fix typo in output of go help importpathMark Rushakoff
2019-01-08runtime: disable GDB tests on freebsd on all GOARCH valuesYuval Pavel Zholkover
2019-01-07cmd/go: improve error message for names forbidden by WindowsIan Lance Taylor
2019-01-07runtime/pprof: add a test for gccgo bug #29448Cherry Zhang
2019-01-07lib/time: update tzdata to 2018iIan Lance Taylor
2019-01-07math: fix ternary correction statement in Log1pBrian Kessler
2019-01-07crypto/md5: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2019-01-07crypto/sha1: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2019-01-07cmd/go: deflake TestScript/gcflags_patternsJay Conrod
2019-01-07doc: remove incorrect space in %T and %v output examplesGabriel Aszalos
2019-01-07archive/zip: fix casting overflow on 32-bit archLE Manh Cuong
2019-01-07cmd: vendor x/sys/unix into the stdlibKeith Randall
2019-01-06cmd/vendor: update to golang.org/x/tools@3ef68632Daniel Martí
2019-01-05crypto/x509: ignore harmless edge case in TestSystemRootsFilippo Valsorda
2019-01-05crypto/x509: ignore 5 phantom 1024-bit roots in TestSystemRootsFilippo Valsorda
2019-01-04cmd/compile: modify swt.go to skip repeated walks of switchDavid Chase
2019-01-04doc/go1.12: remove known issue noteFilippo Valsorda
2019-01-04CONTRIBUTORS: first round of automated updates for Go 1.12Dmitri Shuralyov
2019-01-04doc/go1.12: document RSA-PSS support in crypto/tlsFilippo Valsorda
2019-01-04doc/go1.12: mention Conn.SetDeadline improvements, GODEBUG=madvdontneed=1Brad Fitzpatrick
2019-01-04crypto/sha512: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2019-01-04runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor
2019-01-04runtime: work around "P has cached GC work" failuresAustin Clements
2019-01-04cmd/go: fix failure in TestScript/build_runtime_gcflagsJay Conrod
2019-01-04runtime: proper panic tracebacks with mid-stack inliningKeith Randall
2019-01-03runtime: don't scan go'd function args past length of ptr bitmapKeith Randall
2019-01-03crypto/sha256: fix casting of d.nx in UnmarshalBinaryJason LeBrun
2019-01-03runtime: add test for go function argument scanningKeith Randall
2019-01-03runtime: skip stack barrier copy when there are no pointersInada Naoki
2019-01-03runtime: remove redundant slicingStepan Shabalin