go /
go /
refs/tags/go1.19.3 - 5d5ed57 [release-branch.go1.19] go1.19.3 by Gopher Robot · 3 years, 2 months ago go1.19.3
- 2a7adf4 [release-branch.go1.19] syscall, os/exec: reject environment variables containing NULs by Damien Neil · 3 years, 2 months ago
- 0618956 [release-branch.go1.19] cmd/compile: fix missing walk pass for static initialization slice by Cuong Manh Le · 3 years, 2 months ago
- e73130c [release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer mode by Cuong Manh Le · 3 years, 2 months ago
- 0cc20ec [release-branch.go1.19] runtime: always keep global reference to mp until mexit completes by Michael Pratt · 3 years, 2 months ago
- 8d10cc0 [release-branch.go1.19] cmd/go/internal/modload: update TestQueryImport to pass with tagged versions of x/net by Bryan C. Mills · 3 years, 2 months ago
- 8956644 [release-branch.go1.19] go1.19.2 by Gopher Robot · 3 years, 3 months ago go1.19.2
- 645abfe [release-branch.go1.19] regexp: limit size of parsed regexps by Russ Cox · 3 years, 3 months ago
- 4fa773c [release-branch.go1.19] archive/tar: limit size of headers by Damien Neil · 3 years, 4 months ago
- f6d8445 [release-branch.go1.19] net/http/httputil: avoid query parameter smuggling by Damien Neil · 3 years, 3 months ago
- 2614985 [release-branch.go1.19] cmd/compile/internal/typebits: relax alignment check by Cuong Manh Le · 3 years, 3 months ago
- 3747bb2 [release-branch.go1.19] cmd/compile: skip emitting dictionaries with missing method expressions by Matthew Dempsky · 3 years, 3 months ago
- 11728b3 [release-branch.go1.19] cmd/link: suppress -no_pie deprecation warning on darwin by Cherry Mui · 3 years, 3 months ago
- 064f34f [release-branch.go1.19] cmd/link: stop passing -pagezero_size to darwin linker by Cherry Mui · 3 years, 3 months ago
- a366ed5 [release-branch.go1.19] go/types, types2: allow (string...) signature with NewSignatureType by Robert Griesemer · 3 years, 3 months ago
- 4b0e03d [release-branch.go1.19] cmd/compile: avoid using destination pointer base type in memmove optimization by Keith Randall · 3 years, 3 months ago
- 225bcec [release-branch.go1.19] cmd/compile/internal/inline: fix latent CalleeEffects issue by Matthew Dempsky · 3 years, 4 months ago
- 19d792c [release-branch.go1.19] runtime/cgo: add -fno-stack-protector to CFLAGS by Austin Clements · 3 years, 3 months ago
- 00ece11 [release-branch.go1.19] all: upgrade golang.org/x/net to v0.0.0-20220907013720-d52c520e3766 by Damien Neil · 3 years, 3 months ago
- 4a4127b [release-branch.go1.19] go1.19.1 by Gopher Robot · 3 years, 3 months ago go1.19.1
- 9cfe4e2 [release-branch.go1.19] net/http: update bundled golang.org/x/net/http2 by Damien Neil · 3 years, 4 months ago
- 86e9e0e [release-branch.go1.19 cmd/compile: align stack offset to alignment larger than PtrSize by Cherry Mui · 3 years, 4 months ago
- 0bba4d2 [release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architectures by Cherry Mui · 3 years, 4 months ago
- 823e5d8 [release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernels by Paul E. Murphy · 3 years, 4 months ago
- 11033ea [release-branch.go1.19] cmd/compile: only inline method wrapper if method don't contain closures by Cuong Manh Le · 3 years, 4 months ago
- 4580d6d [release-branch.go1.19] cmd/go/internal/imports: recognize "unix" build tag by Zeke Lu · 3 years, 4 months ago
- 62aa930 [release-branch.go1.19] cmd/link: fix trampolines breaking DWARF line info by Jeremy Quirke · 3 years, 4 months ago
- 15b234b [release-branch.go1.19] crypto/tls: support ECDHE when ec_point_formats is missing by Filippo Valsorda · 3 years, 4 months ago
- 4da9d6a [release-branch.go1.19] cmd/go/internal/imports: include ToolTags in the Tags map by Zeke Lu · 3 years, 4 months ago
- 4b1c16c [release-branch.go1.19] cmd/go: avoid registering AtExit handlers in tests by Bryan C. Mills · 3 years, 4 months ago
- 2553a09 [release-branch.go1.19] crypto/x509: don't panic marshaling invalid ECDSA keys by Filippo Valsorda · 3 years, 4 months ago
- 2833550 [release-branch.go1.19] net/url: consistently remove ../ elements in JoinPath by Damien Neil · 3 years, 4 months ago
- d2bcb22 [release-branch.go1.19] cmd/go: avoid overwriting cached Origin metadata by Bryan C. Mills · 3 years, 4 months ago
- d39fd4f [release-branch.go1.19] cmd/compile: handle partially overlapping assignments by Keith Randall · 3 years, 4 months ago
- f1b38e8 [release-branch.go1.19] misc/cgo/testcarchive: permit SIGQUIT for TestSignalForwardingExternal by Ian Lance Taylor · 3 years, 4 months ago
- 2b59f4d [release-branch.go1.19] cmd/compile: correct alignment of atomic.Int64 by Cuong Manh Le · 3 years, 5 months ago
- 2375ef8 [release-branch.go1.19] cmd: vendor github.com/google/pprof to fix mangled type parameter symbol names by Michael Pratt · 3 years, 4 months ago
- 16c2b36 [release-branch.go1.19] cmd/compile: fix wrong typeparams for selector expr with embedded generic type by Cuong Manh Le · 3 years, 5 months ago
- 3c200d6 [release-branch.go1.19] cmd/compile: fix import/export of ODYNAMICDOTTYPE by Matthew Dempsky · 3 years, 5 months ago
- 4345620 [release-branch.go1.19] go1.19 by Gopher Robot · 3 years, 5 months ago go1.19
- 56ec116 [release-branch.go1.19] test: improve generic type assertion test by Matthew Dempsky · 3 years, 5 months ago
- ec7bf20 [release-branch.go1.19] cmd/compile: fix wrong dict pass condition for type assertions by Wayne Zuo · 3 years, 5 months ago
- 46ab46c [release-branch.go1.19] all: merge master (e99f53f) into release-branch.go1.19 by Dmitri Shuralyov · 3 years, 5 months ago
- e99f53f doc: move Go 1.19 release notes to x/website by Dmitri Shuralyov · 3 years, 5 months ago
- 8b13a07 doc: mention removal of cmd/compile's -importmap and -installsuffix flags by Matthew Dempsky · 3 years, 5 months ago
- e95fd4c doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH by WANG Xuerui · 3 years, 5 months ago
- dee3efd doc/go1.19: fix a few links that were missing trailing slashes by Brad Fitzpatrick · 3 years, 5 months ago
- f32519e runtime: fix typos by hopehook · 3 years, 5 months ago
- 9a2001a cmd/dist: always pass -short=true with -quick by Ian Lance Taylor · 3 years, 5 months ago
- 5c8ec89 doc/go1.19: minor adjustments and links by Russ Cox · 3 years, 5 months ago
- 417be37 doc/go1.19: improve the loong64 release notes by WANG Xuerui · 3 years, 5 months ago
- 027855e os/exec: add GODEBUG setting to opt out of ErrDot changes by Russ Cox · 3 years, 5 months ago
- 462b78f misc/cgo/test: use fewer threads in TestSetgidStress in long mode by Cherry Mui · 3 years, 5 months ago
- 055113e math/big: check buffer lengths in GobDecode by Roland Shoemaker · 3 years, 5 months ago
- 4248146 net: document UDPConn.ReadFromUDPAddrPort's AddrPort result more by Brad Fitzpatrick · 3 years, 5 months ago
- faf4e97 net: fix WriteMsgUDPAddrPort addr handling by database64128 · 3 years, 8 months ago
- caa225d doc/go1.19: note that updated race syso files require GNU ld 2.26 by Ian Lance Taylor · 3 years, 5 months ago
- ceefd3a bytes: document that Reader.Reset affects the result of Size by Muhammed Can Küçükaslan · 3 years, 5 months ago
- 3e97294 runtime/cgo: use frame address to set g0 stack bound by Cherry Mui · 3 years, 5 months ago
- 24dc27a cmd/compile: fix blank label code by Keith Randall · 3 years, 5 months ago
- 9fcc8b2 runtime: fix runtime.Breakpoint() on windows/arm64 by qmuntal · 3 years, 5 months ago
- 795a88d cmd/go: add space after comma in 'go help test' by Justin Traglia · 3 years, 5 months ago
- 9eb3992 doc/go1.19: minor fixes by Tobias Klauser · 3 years, 5 months ago
- dcea1ee time: clarify documentation for allowed formats and add tests to prove them by Marcus Watkins · 3 years, 5 months ago
- 37c8112 internal/fuzz: fix typo in function comments by Abirdcfly · 3 years, 5 months ago
- 850d547 doc/go1.19: expand crypto release notes by Filippo Valsorda · 3 years, 5 months ago
- 64f2829 runtime: fix typo in function comments by Abirdcfly · 3 years, 5 months ago
- 2ff563a cmd/compile/internal/noder: correct spelling errors for instantiation by jacobishao · 3 years, 5 months ago
- c5da4fb cmd/compile: make jump table symbol local by Cherry Mui · 3 years, 5 months ago
- 774fa58 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 3 years, 5 months ago
- 2d655fb unsafe: document when Sizeof/Offsetof/Alignof are not constant by Ian Lance Taylor · 3 years, 5 months ago
- 076c3d7 net/http: remove accidental heading in Head documentation by Dmitri Shuralyov · 3 years, 5 months ago
- c4a6d30 cmd/dist: enable race detector test on S390X by Cherry Mui · 3 years, 5 months ago
- 244c8b0 cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30 by Keith Randall · 3 years, 5 months ago
- df38614 test: use go tool from tree, not path by Keith Randall · 3 years, 5 months ago
- bb1749b cmd/compile: improve GOAMD64=v1 violation test by Keith Randall · 3 years, 5 months ago
- 176b63e7 crypto/internal/nistec,debug/gosym: fix typos by Dan Kortschak · 3 years, 5 months ago
- 8e1e64c cmd/compile: fix mknode script by Keith Randall · 3 years, 5 months ago
- 28be440 A+C: add Weizhi Yan by yanweizhi · 3 years, 5 months ago
- 85a482f runtime: revert to using the precomputed trigger for pacer calculations by Michael Anthony Knyszek · 3 years, 5 months ago
- ae7340a CONTRIBUTORS: update for the Go 1.19 release by Carlos Amedee · 3 years, 5 months ago
- de8101d runtime: fix typos by Jun10ng · 3 years, 5 months ago
- 967a3d9 cmd/compile: revert "remove -installsuffix flag" by Matthew Dempsky · 3 years, 5 months ago
- c0c1bbd http: improve Get documentation by minherz · 3 years, 6 months ago
- 2aa473c go/types, types2: correct alignment of atomic.Int64 by Austin Clements · 3 years, 5 months ago
- 4651ebf encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/ by Ian Lance Taylor · 3 years, 5 months ago
- dc00aed go/parser: skip TestParseDepthLimit for short tests by Roland Shoemaker · 3 years, 5 months ago
- 783ff7d encoding/xml: skip TestCVE202230633 for short tests by Roland Shoemaker · 3 years, 5 months ago
- aa80228 cmd/go/internal/modfetch: avoid duplicating path components in Git fetch errors by Bryan C. Mills · 3 years, 10 months ago
- b9d5a25 cmd/go: save zip sums for downloaded modules in 'go mod download' in a workspace by Bryan C. Mills · 3 years, 5 months ago
- a906d3d cmd/go: avoid re-enqueuing workspace dependencies with errors by Bryan C. Mills · 3 years, 5 months ago
- 266c70c doc/go1.19: add a release note for 'go list -json=SomeField' by Bryan C. Mills · 3 years, 5 months ago
- 558785a cmd/compile: remove -installsuffix flag by Matthew Dempsky · 3 years, 6 months ago
- 1355ea3 cmd/compile: remove -importmap flag by Matthew Dempsky · 3 years, 6 months ago
- f71f3d1 misc/cgo/testshared: run tests only in GOPATH mode by Bryan C. Mills · 3 years, 5 months ago
- feada53 misc/cgo/testcshared: don't rely on an erroneous install target in tests by Bryan C. Mills · 3 years, 5 months ago
- c006b7a runtime: clear timerModifiedEarliest when last timer is deleted by Michael Pratt · 3 years, 5 months ago
- 923740a cmd/compile: fix type assert in dict pass by Wayne Zuo · 3 years, 5 months ago
- ad672e7 [release-branch.go1.19] go1.19rc2 by Gopher Robot · 3 years, 5 months ago go1.19rc2
- bf2ef26 cmd/go: in script tests, avoid checking non-main packages for staleness by Bryan C. Mills · 3 years, 5 months ago