aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2022-12-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-12-01[release-branch.go1.18] cmd/cgo: recognize clang 14 DWARF type namesDmitri Goutnik
2022-11-09[release-branch.go1.18] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky
2022-11-08[release-branch.go1.18] cmd/compile: copy blank parameter node when substitut...Cherry Mui
2022-10-20[release-branch.go1.18] cmd/go/internal/modload: update TestQueryImport to pa...Bryan C. Mills
2022-09-21[release-branch.go1.18] cmd/link: suppress -no_pie deprecation warning on darwinCherry Mui
2022-09-21[release-branch.go1.18] cmd/link: stop passing -pagezero_size to darwin linkerCherry Mui
2022-09-21[release-branch.go1.18] go/types, types2: allow (string...) signature with Ne...Robert Griesemer
2022-09-21[release-branch.go1.18] cmd/compile: avoid using destination pointer base typ...Keith Randall
2022-09-19[release-branch.go1.18] cmd/compile/internal/inline: fix latent CalleeEffects...Matthew Dempsky
2022-09-09[release-branch.go1.18] all: upgrade golang.org/x/net to v0.0.0-2022090701372...Damien Neil
2022-09-06[release-branch.go1.18] net/http: update bundled golang.org/x/net/http2Damien Neil
2022-08-31[release-branch.go1.18] cmd/compile: only inline method wrapper if method don...Cuong Manh Le
2022-08-29[release-branch.go1.18] cmd/go/internal/imports: include ToolTags in the Tags...Zeke Lu
2022-08-29[release-branch.go1.18] cmd/go: avoid registering AtExit handlers in testsBryan C. Mills
2022-08-29[release-branch.go1.18] cmd/compile: handle partially overlapping assignmentsKeith Randall
2022-08-29[release-branch.go1.18] cmd/link: fix trampolines breaking DWARF line infoJeremy Quirke
2022-08-19[release-branch.go1.18] all: upgrade github.com/google/pprof to v0.0.0-202207...Michael Pratt
2022-08-08[release-branch.go1.18] cmd/compile: fix boolean comparison on RISCV64Cherry Mui
2022-08-08[release-branch.go1.18] cmd/compile: fix boolean comparison on PPC64Cherry Mui
2022-08-08[release-branch.go1.18] cmd/compile: more fix on boolean ops on ARM64Cherry Mui
2022-08-08[release-branch.go1.18] cmd/compile: fix If lowering on ARM64Cherry Mui
2022-07-27[release-branch.go1.18] cmd/go: avoid re-enqueuing workspace dependencies wit...Bryan C. Mills
2022-07-27[release-branch.go1.18] cmd/compile: revert "fix missing dict pass for type a...Matthew Dempsky
2022-07-27[release-branch.go1.18] cmd/compile: revert "backport fix for #51840"Matthew Dempsky
2022-07-26[release-branch.go1.18] cmd/compile: do not use special literal assignment if...Cherry Mui
2022-07-25[release-branch.go1.18] cmd/go: omit build metadata that may contain system p...Bryan C. Mills
2022-07-07[release-branch.go1.18] cmd/compile: only check implicit dots for method call...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/link: use TOC-relative trampolines on PPC64 when ...Paul E. Murphy
2022-07-06[release-branch.go1.18] cmd/link: preserve symbol attributes when cloning to ...Cherry Mui
2022-07-06[release-branch.go1.18] cmd/compile: fix prove pass when upper condition is <...Keith Randall
2022-07-06[release-branch.go1.18] cmd/go: pass --no-decorate when listing git tags for ...hidu
2022-07-06[release-branch.go1.18] cmd/compile: fix generic inter-inter comparisons from...Cuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: allow 128-bit values to be spilledKeith Randall
2022-07-06[release-branch.go1.18] cmd/compile: fix missing dict pass for type assertionsCuong Manh Le
2022-07-06[release-branch.go1.18] cmd/compile: fix wrong unsafe.Offsetof evaluation ins...Cuong Manh Le
2022-05-25[release-branch.go1.18] cmd/compile: backport fix for #51840Matthew Dempsky
2022-05-25[release-branch.go1.18] cmd/compile: allow exporting `.rcvr` identWayne Zuo
2022-05-17cmd/compile: be sure to export types mentioned in f.i.g. method signatureDavid Chase
2022-05-10[release-branch.go1.18] go/types, types2: use a type lookup by identity in me...Robert Findley
2022-05-09[release-branch.go1.18] go/types: clarify that contexts do not guarantee dedu...Robert Findley
2022-05-09[release-branch.go1.18] cmd/compile: always write fun[0] in incomplete itabKeith Randall
2022-05-09[release-branch.go1.18] cmd/compile: disable rewrite loop detector for deadco...Keith Randall
2022-05-09[release-branch.go1.18] cmd/go: write changes to go.mod and go.sum after load...Bryan C. Mills
2022-05-09[release-branch.go1.18] go/types,types2: delay the check for conflicting stru...Robert Findley
2022-05-09[release-branch.go1.18] cmd/compile: set correct package for vars/params/resu...Cuong Manh Le
2022-05-09[release-branch.go1.18] cmd/compile: use dictionary to convert type to shaped...Keith Randall
2022-05-02[release-branch.go1.18] cmd/compile/internal/types2: use correct value of iotaRobert Griesemer
2022-04-20[release-branch.go1.18] cmd/go: allow '-buildvcs=auto' and treat it as the de...Bryan C. Mills
2022-04-06[release-branch.go1.18] go/types, types2: fix overlap test for union termlistRobert Griesemer