aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-14Revert "[release-branch.go1.12] cmd/go: fix the default build output name for...Bryan C. Mills
2019-03-13[release-branch.go1.12] cmd/cgo: use explicit type for arg with bad pointer t...Ian Lance Taylor
2019-03-13[release-branch.go1.12] cmd/go: fix the default build output name for version...Hana Kim
2019-03-13[release-branch.go1.12] text/template: error on method calls on nil interfacesDaniel Martí
2019-03-13[release-branch.go1.12] cmd/compile: make KeepAlive work on stack objectCherry Zhang
2019-03-13[release-branch.go1.12] cmd/cgo: simplify and fix handling of untyped constantsRémy Oudompheng
2019-03-13[release-branch.go1.12] fmtsort: sort interfaces deterministicallylukechampine
2019-03-13[release-branch.go1.12] cmd/compile: fix ordering for short-circuiting opsKeith Randall
2019-03-13[release-branch.go1.12] cmd/go: avoid link errors when -coverpkg covers main ...Jay Conrod
2019-03-08[release-branch.go1.12] cmd/go/internal/modfetch: handle codeRoot == path for...Bryan C. Mills
2019-03-05[release-branch.go1.12] path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor
2019-03-05[release-branch.go1.12] os: remove unreadable directories in RemoveAllBaokun Lee
2019-03-01[release-branch.go1.12] runtime: scan defer closure in stack scanCherry Zhang
2019-03-01[release-branch.go1.12] cmd/go/internal/cache: disable builds if GOCACHE is n...Baokun Lee
2019-02-26[release-branch.go1.12] path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor
2019-02-26[release-branch.go1.12] cmd/internal/obj/arm64: fix the bug assembling TSTWfanzha02
2019-02-25[release-branch.go1.12] cmd/compile: call ginsnop, not ginsnop2 on ppc64le fo...Lynn Boger
2019-02-25[release-branch.go1.12] cmd/compile: guard against loads with negative offset...Cherry Zhang
2019-02-22[release-branch.go1.12] crypto/rc4: remove false guarantees from Reset docs a...Filippo Valsorda
2019-02-22[release-branch.go1.12] cmd/compile: flow interface data to heap if CONVIFACE...Cherry Zhang
2019-02-21[release-branch.go1.12] crypto/tls: don't select RSA-PSS for client certifica...Filippo Valsorda
2019-02-17[release-branch.go1.12] database/sql/driver: fix typoZhou Peng
2019-02-15[release-branch.go1.12] cmd/go: add newline after module-requires-version mes...Ian Lance Taylor
2019-02-15[release-branch.go1.12] syscall: skip TestSyscallNoError when temp dir is mou...Brad Fitzpatrick
2019-02-14[release-branch.go1.12] net/http/httptrace: fix typoberkant ipek
2019-02-13[release-branch.go1.12] os: don't return ENOENT if directory removed before F...Ian Lance Taylor
2019-02-13[release-branch.go1.12] crypto/tls, runtime: document GODEBUG TLS 1.3 optionBrad Fitzpatrick
2019-02-13[release-branch.go1.12] runtime: scan gp._panic in stack scanCherry Zhang
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