issues
search
tailscale
/
go
Tailscale's rolling temporary fork of Go with emphasis on performance and memory/binary size reduction. We try to upstream everything and keep this repo's diff small.
https://github.com/tailscale/go/commits
BSD 3-Clause "New" or "Revised" License
66
stars
6
forks
source link
1.22.1
#86
Closed
bradfitz
closed
8 months ago
bradfitz
commented
8 months ago
[release-branch.go1.22] spec: fix typo in year (it's 2024 now)
[release-branch.go1.22] internal/testenv: allow "-noopt" anywhere in builder name in test
[release-branch.go1.22] internal/testenv: support the LUCI mobile builders in tests
[release-branch.go1.22] cmd/cgo/internal/testsanitizers: disable location checking for clang
[release-branch.go1.22] runtime: don't call traceReadCPU on the system stack
[release-branch.go1.22] cmd/compile: accept -lang=go1 as -lang=go1.0
[release-branch.go1.22] cmd/compile: fail noder.LookupFunc gracefully if function generic
[release-branch.go1.22] cmd/compile: make jump table symbol static
[release-branch.go1.22] runtime/internal/atomic: correct GOARM=7 guard at a DMB instruction
[release-branch.go1.22] go/types, types2: ensure that Alias.actual is set in NewAlias
[release-branch.go1.22] cmd/trace/v2,internal/trace: use correct frame for identifying goroutines
[release-branch.go1.22] cmd/go/internal/modcmd: correctly filter out main modules in verify
[release-branch.go1.22] net/mail: properly handle special characters in phrase and obs-phrase
[release-branch.go1.22] net: work around runtime scheduler starvation on js and wasip1
[release-branch.go1.22] html/template: escape additional tokens in MarshalJSON errors
[release-branch.go1.22] net/http: add missing call to decConnsPerHost
[release-branch.go1.22] crypto/x509: make sure pub key is non-nil before interface conversion
[release-branch.go1.22] net/http, net/http/cookiejar: avoid subdomain matches on IPv6 zones
[release-branch.go1.22] net/textproto, mime/multipart: avoid unbounded read in MIME header
[release-branch.go1.22] go1.22.1