aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-09-06[release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-08-31[release-branch.go1.19 cmd/compile: align stack offset to alignment larger th...Cherry Mui
2022-08-31[release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architec...Cherry Mui
2022-08-31[release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernelsPaul E. Murphy
2022-08-31[release-branch.go1.19] cmd/compile: only inline method wrapper if method don...Cuong Manh Le
2022-08-30[release-branch.go1.19] cmd/go/internal/imports: recognize "unix" build tagZeke Lu
2022-08-29[release-branch.go1.19] cmd/link: fix trampolines breaking DWARF line infoJeremy Quirke
2022-08-29[release-branch.go1.19] crypto/tls: support ECDHE when ec_point_formats is mi...Filippo Valsorda
2022-08-29[release-branch.go1.19] cmd/go/internal/imports: include ToolTags in the Tags...Zeke Lu
2022-08-29[release-branch.go1.19] cmd/go: avoid registering AtExit handlers in testsBryan C. Mills
2022-08-29[release-branch.go1.19] crypto/x509: don't panic marshaling invalid ECDSA keysFilippo Valsorda
2022-08-29[release-branch.go1.19] net/url: consistently remove ../ elements in JoinPathDamien Neil
2022-08-29[release-branch.go1.19] cmd/go: avoid overwriting cached Origin metadataBryan C. Mills
2022-08-29[release-branch.go1.19] cmd/compile: handle partially overlapping assignmentsKeith Randall
2022-08-29[release-branch.go1.19] misc/cgo/testcarchive: permit SIGQUIT for TestSignalF...Ian Lance Taylor
2022-08-29[release-branch.go1.19] cmd/compile: correct alignment of atomic.Int64Cuong Manh Le
2022-08-19[release-branch.go1.19] cmd: vendor github.com/google/pprof to fix mangled ty...Michael Pratt
2022-08-17[release-branch.go1.19] cmd/compile: fix wrong typeparams for selector expr w...Cuong Manh Le
2022-08-11[release-branch.go1.19] cmd/compile: fix import/export of ODYNAMICDOTTYPEMatthew Dempsky
2022-08-01[release-branch.go1.19] cmd/compile: fix wrong dict pass condition for type a...Wayne Zuo
2022-07-30runtime: fix typoshopehook
2022-07-29cmd/dist: always pass -short=true with -quickIan Lance Taylor
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox
2022-07-27math/big: check buffer lengths in GobDecodeRoland Shoemaker
2022-07-27net: document UDPConn.ReadFromUDPAddrPort's AddrPort result moreBrad Fitzpatrick
2022-07-26net: fix WriteMsgUDPAddrPort addr handlingdatabase64128
2022-07-26bytes: document that Reader.Reset affects the result of SizeMuhammed Can Küçükaslan
2022-07-26runtime/cgo: use frame address to set g0 stack boundCherry Mui
2022-07-25cmd/compile: fix blank label codeKeith Randall
2022-07-25runtime: fix runtime.Breakpoint() on windows/arm64qmuntal
2022-07-25cmd/go: add space after comma in 'go help test'Justin Traglia
2022-07-25time: clarify documentation for allowed formats and add tests to prove themMarcus Watkins
2022-07-25internal/fuzz: fix typo in function commentsAbirdcfly
2022-07-24runtime: fix typo in function commentsAbirdcfly
2022-07-24cmd/compile/internal/noder: correct spelling errors for instantiationjacobishao
2022-07-22cmd/compile: make jump table symbol localCherry Mui
2022-07-21unsafe: document when Sizeof/Offsetof/Alignof are not constantIan Lance Taylor
2022-07-21net/http: remove accidental heading in Head documentationDmitri Shuralyov
2022-07-21cmd/dist: enable race detector test on S390XCherry Mui
2022-07-20cmd/cgo: allow cgo to pass strings or []bytes bigger than 1<<30Keith Randall
2022-07-20cmd/compile: improve GOAMD64=v1 violation testKeith Randall
2022-07-19crypto/internal/nistec,debug/gosym: fix typosDan Kortschak
2022-07-19cmd/compile: fix mknode scriptKeith Randall
2022-07-19runtime: revert to using the precomputed trigger for pacer calculationsMichael Anthony Knyszek
2022-07-18runtime: fix typosJun10ng
2022-07-18cmd/compile: revert "remove -installsuffix flag"Matthew Dempsky
2022-07-18http: improve Get documentationminherz
2022-07-15go/types, types2: correct alignment of atomic.Int64Austin Clements
2022-07-15encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/Ian Lance Taylor
2022-07-14go/parser: skip TestParseDepthLimit for short testsRoland Shoemaker