aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-21doc/go1.12.html: document rejection of mangled C namesElias Naur
2019-01-21cmd/cgo: remove duplicate entry from gofmtLineReplacerTobias Klauser
2019-01-21flag: improve docs for PrintDefaults; clarify how to change output destinationAaron Cannon
2019-01-20crypto/tls: send a "handshake failure" alert if the RSA key is too smallFilippo Valsorda
2019-01-20cmd/cgo: print the right error if mangling detection gccgo failsIan Lance Taylor
2019-01-18doc/go1.12: mention small RSA keys will cause some TLS handshakes to failFilippo Valsorda
2019-01-18crypto/tls: expand Config.CipherSuites docsFilippo Valsorda
2019-01-18doc/go1.12: mention heap sampling changeHana (Hyang-Ah) Kim
2019-01-18A+C: add author, rename contributor to a real nametkivisik
2019-01-18runtime: sample large heap allocations correctlyRaul Silvera
2019-01-18cmd/go: don't modify GOROOT in TestNewReleaseRebuildsStalePackagesInGOPATHIan Lance Taylor
2019-01-18cmd/cgo: don't replace newlines with semicolons in expressionsIan Lance Taylor
2019-01-18net/http: clarify Transport connection reuse docs a bitBrad Fitzpatrick
2019-01-17math/big: document that Rat.SetString accepts _decimal_ float representationsRobert Griesemer
2019-01-17runtime: don't coalesce scavenged spans with unscavenged spansMichael Anthony Knyszek
2019-01-17runtime: de-duplicate coalescing codeMichael Anthony Knyszek
2019-01-17runtime: refactor coalescing into its own methodMichael Anthony Knyszek
2019-01-17doc/go1.12: link to ABIInternal design documentAustin Clements
2019-01-17testing: report the failing test in a late log panicIan Lance Taylor
2019-01-16net: increase TestNotTemporaryRead server sleepClément Chigot
2019-01-16cmd/go/internal/clean: fix clean -testcache does not clean test cacheBaokun Lee
2019-01-15encoding/json: add comment for mashalererror structGuilhermeCaruso
2019-01-15cmd/go: fix wording issue in commentDaniel Martí
2019-01-15cmd/cgo: don't replace newlines with semicolons in composite literalsIan Lance Taylor
2019-01-15cmd/go: remove init() to fix precedence issue when setting debug mod infoViacheslav Poturaev
2019-01-15path/filepath: skip part of TestNTNamespaceSymlinkAlex Brainman
2019-01-14runtime: keep FuncForPC from crashing for PCs between functionsKeith Randall
2019-01-14misc/sortac: delete sortac commandDmitri Shuralyov
2019-01-14cmd/compile: when merging instructions, prefer line number of faulting insnKeith Randall
2019-01-14database/sql: fix logic for pulling a Conn from DBDaniel Theophanes
2019-01-14net: skip TestLookupGmailTXT on Plan 9David du Colombier
2019-01-12net: pass if at least one matching entry in TestLookupGmailTXTIan Lance Taylor
2019-01-11cmd/go: remove note about GOCACHE=off in docsSebastiaan van Stijn
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2019-01-10doc: add Go 1.12 release note for trigonometric reductions in mathIan Lance Taylor
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