aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-02-11cmd/go/internal/modcmd: use replaced paths to break cycles in 'go mod tidy'Bryan C. Mills
2019-02-09sync/atomic: add 32-bit MIPS to the 64-bit alignment requirementIan Lance Taylor
2019-02-08database/sql: document Stmt lifetimeJustin Li
2019-02-07crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda
2019-02-07crypto/tls: make TLS 1.3 opt-inFilippo Valsorda
2019-02-07crypto/x509: consider parents by Subject if AKID has no matchFilippo Valsorda
2019-02-05crypto/x509: improve CertificateRequest docsFilippo Valsorda
2019-02-04cmd/go: clarify @none effect on dependants modulesAlberto Donizetti
2019-02-04crypto/aes: replace broken extenal link to FIPS 197spring1843
2019-02-04cmd/cgo: don't copy a simple variable x in &x[0]Ian Lance Taylor
2019-02-01cmd/compile: fix crash when memmove argument is not the right typeKeith Randall
2019-02-01reflect: eliminate write barrier for copying result in callReflectCherry Zhang
2019-02-01cmd/cgo: ignore unrecognized GCC warning group pragmasYuval Pavel Zholkover
2019-01-31runtime: add credit system for scavengingMichael Anthony Knyszek
2019-01-31runtime: scavenge memory upon allocating from scavenged memoryMichael Anthony Knyszek
2019-01-30cmd/cgo: disable GCC 9 warnings triggered by cgo codeIan Lance Taylor
2019-01-30os: treat EACCES as a permission error in RemoveAllIan Lance Taylor
2019-01-30os: restore RemoveAll docs by making a single copyIan Lance Taylor
2019-01-30os: make openFdAt act like openFileNologIan Lance Taylor
2019-01-29net/url, net/http: relax CTL-in-URL validation to only ASCII CTLsBrad Fitzpatrick
2019-01-29cmd/link: fix confusing error on unresolved symbolAustin Clements
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-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-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-18crypto/tls: expand Config.CipherSuites docsFilippo Valsorda
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-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