summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* runtime: make mTreap iterator bidirectionalgo1.12beta2Michael Anthony Knyszek2019-01-103-36/+34
* path/filepath: return special error from EvalSymlinksAlex Brainman2019-01-105-41/+54
* net: drop confusing commentMikio Hara2019-01-101-2/+0
* net: update BUG sections for go1.12Mikio Hara2019-01-102-4/+7
* cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot2019-01-0910-24/+36
* os: always treat files as unpollable on FreeBSDIan Lance Taylor2019-01-091-6/+16
* cmd/go: skip tests using Git on Plan 9David du Colombier2019-01-091-0/+5
* cmd/internal/obj/wasm: increment PC by 2 at sigpanicCherry Zhang2019-01-091-0/+7
* go/types: don't create new context string for each argument of each callRobert Griesemer2019-01-091-3/+4
* net/http/httputil: run the ReverseProxy.ModifyResponse hook for upgradesBrad Fitzpatrick2019-01-092-6/+27
* net/http/httputil: fix typo in ReverseProxy godocTobias Klauser2019-01-091-1/+1
* debug/gosym: remove outdated commentLE Manh Cuong2019-01-091-5/+0
* runtime: follow convention for generated code comment in fastlog2tableTobias Klauser2019-01-092-2/+2
* os: disable the use of netpoll on regular files on *BSDs.Yuval Pavel Zholkover2019-01-091-13/+19
* bufio: document relationship between UnreadByte/UnreadRune and PeekBrad Fitzpatrick2019-01-081-4/+11
* doc: go1.12: mention os.File.SyscallConnIan Lance Taylor2019-01-081-0/+9
* runtime: make FuncForPC return the innermost inlined frameKeith Randall2019-01-085-12/+57
* doc: update tzdata version in 1.12 release notesAlberto Donizetti2019-01-081-1/+4
* doc: make link relative in 1.12 cgo release notesAlberto Donizetti2019-01-081-1/+1
* runtime: store incremented PC in result of runtime.CallersKeith Randall2019-01-085-9/+31
* cmd/go: fix typo in output of go help importpathMark Rushakoff2019-01-082-2/+2
* runtime: disable GDB tests on freebsd on all GOARCH valuesYuval Pavel Zholkover2019-01-081-3/+1
* cmd/go: improve error message for names forbidden by WindowsIan Lance Taylor2019-01-071-1/+1
* runtime/pprof: add a test for gccgo bug #29448Cherry Zhang2019-01-071-0/+35
* lib/time: update tzdata to 2018iIan Lance Taylor2019-01-072-2/+2
* math: fix ternary correction statement in Log1pBrian Kessler2019-01-072-2/+5
* crypto/md5: fix casting of d.nx in UnmarshalBinaryJason LeBrun2019-01-072-1/+59
* crypto/sha1: fix casting of d.nx in UnmarshalBinaryJason LeBrun2019-01-072-1/+59
* cmd/go: deflake TestScript/gcflags_patternsJay Conrod2019-01-071-13/+13
* doc: remove incorrect space in %T and %v output examplesGabriel Aszalos2019-01-071-2/+2
* archive/zip: fix casting overflow on 32-bit archLE Manh Cuong2019-01-071-2/+2
* cmd: vendor x/sys/unix into the stdlibKeith Randall2019-01-0758-1422/+6321
* cmd/vendor: update to golang.org/x/tools@3ef68632Daniel Martí2019-01-065-12/+21
* crypto/x509: ignore harmless edge case in TestSystemRootsFilippo Valsorda2019-01-051-3/+5
* crypto/x509: ignore 5 phantom 1024-bit roots in TestSystemRootsFilippo Valsorda2019-01-051-0/+9
* cmd/compile: modify swt.go to skip repeated walks of switchDavid Chase2019-01-042-2/+28
* doc/go1.12: remove known issue noteFilippo Valsorda2019-01-041-6/+0
* CONTRIBUTORS: first round of automated updates for Go 1.12Dmitri Shuralyov2019-01-041-0/+159
* doc/go1.12: document RSA-PSS support in crypto/tlsFilippo Valsorda2019-01-041-1/+6
* doc/go1.12: mention Conn.SetDeadline improvements, GODEBUG=madvdontneed=1Brad Fitzpatrick2019-01-041-1/+9
* crypto/sha512: fix casting of d.nx in UnmarshalBinaryJason LeBrun2019-01-042-1/+58
* runtime: skip writes to persistent memory in cgo checkerIan Lance Taylor2019-01-043-17/+63
* runtime: work around "P has cached GC work" failuresAustin Clements2019-01-041-1/+28
* cmd/go: fix failure in TestScript/build_runtime_gcflagsJay Conrod2019-01-041-2/+6
* runtime: proper panic tracebacks with mid-stack inliningKeith Randall2019-01-043-54/+89
* runtime: don't scan go'd function args past length of ptr bitmapKeith Randall2019-01-032-1/+54
* crypto/sha256: fix casting of d.nx in UnmarshalBinaryJason LeBrun2019-01-032-1/+64
* runtime: add test for go function argument scanningKeith Randall2019-01-031-0/+42
* runtime: skip stack barrier copy when there are no pointersInada Naoki2019-01-031-3/+5
* runtime: remove redundant slicingStepan Shabalin2019-01-031-3/+3