RepoNotes
Toggle theme
Loading ...
Sign in
golang/go
The Go programming language
129004
30
9422
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
10324
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
dev.types
dev.typeparams
dev.typealias
Releases
Commits
cmd/compile: for arm64 epilog, do SP increment with a single instruction That way, the frame is atomically popped. Previously, for big frames the SP was unwound in two steps (because arm64 can only a
runtime: fix asan wrapper for riscv64 Make sure we keep the M in X21. The instruction at line 87 needs to be loading from the M, not from the gsignal. Fixes #73979, maybe? Change-Id: I3aba1c3545463
cmd/go: check subcommand properties This change corrects the properties checked by Lookup. We were inspecting the properties of the Command receiver; now we are inspecting the properties of the subc
Issues
net/http: CONNECT proxied requests can read an unlimited number of bytes from bad proxy
net: minor doc comment inaccuracy on (*ListenConfig).ListenPacket
x/tools/gopls: crash on multiline gotmpl comments