aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-29doc/go1.12: add notes about 'go doc -src'kim yongbin
2019-01-29doc: go1.12: mention change in text/template user function panicIan Lance Taylor
2019-01-29cmd/link: fix confusing error on unresolved symbolAustin Clements
2019-01-28doc: mention init traceback change in Go 1.12 release notesIan Lance Taylor
2019-01-28doc: describe change to eliminate method expression wrappers from stack tracesKeith Randall
2019-01-27path/filepath: skip TestIssue29372 on windows, if /tmp has symilinksAlex Brainman
2019-01-27cmd/compile: hide init functions in tracebacksKeith Randall
2019-01-27cmd/compile: base PPC64 trunc rules on final type, not op typeIan Lance Taylor
2019-01-27sort: change let to let'sGiantsLoveDeathMetal
2019-01-25cmd/go: mention that binary packages are going awayIan Lance Taylor
2019-01-25cmd/compile, cmd/link: document more flagsyo-tak
2019-01-23cmd/go/internal/modload: ensure that __debug_modinfo__ is not discarded durin...Bryan C. Mills
2019-01-23crypto/elliptic: reduce subtraction term to prevent long busy loopFilippo Valsorda
2019-01-23net/http: update bundled http2Brad Fitzpatrick
2019-01-23net/url, net/http: reject control characters in URLsBrad Fitzpatrick
2019-01-23doc: mention 'go get golang.org/dl/...' in installDaniel Martí
2019-01-23A+C: change email address for Elias NaurElias Naur
2019-01-22cmd/compile: don't bother compiling functions named "_"Keith Randall
2019-01-22crypto/subtle: normalize constant time ops docsFilippo Valsorda
2019-01-22cmd/go: copy missing bit of documentation about code generated commentDmitri Shuralyov
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