index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-06-10
crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"
go1.17beta1
Filippo Valsorda
2021-06-09
strconv: document parsing of leading +/-
Damien Neil
2021-06-09
net/http: add AllowQuerySemicolons
Filippo Valsorda
2021-06-09
net/url: reject query values with semicolons
Katie Hockman
2021-06-09
math/big: comment division
Russ Cox
2021-06-09
cmd/compile: make map.zero symbol content-addressable
Than McIntosh
2021-06-09
cmd/link: fix bug in -strictdups checking of BSS symbols
Than McIntosh
2021-06-08
Revert "doc/go1.17: mention block profile bias fix"
Cherry Mui
2021-06-08
net: reject leading zeros in IP address parsers
Roland Shoemaker
2021-06-08
doc/go1.17: mention block profile bias fix
Felix Geisendörfer
2021-06-08
cmd/go: in Go 1.17+ modules, add indirect go.mod dependencies separately from...
Bryan C. Mills
2021-06-08
cmd/compile: use t.AllMethods when sorting typesByString
Cuong Manh Le
2021-06-08
runtime: remove out-of-date comments about frame skipping
Matthew Dempsky
2021-06-07
cmd/dist: pass -Wno-lto-type-mismatch in swig_callback_lto
Ian Lance Taylor
2021-06-07
strconv: ParseFloat: always return ErrSyntax for bad syntax
Ian Lance Taylor
2021-06-07
crypto/elliptic: update P-521 docs to say it's constant-time
Filippo Valsorda
2021-06-07
fmt: split package documentation into more sections
Branden J Brown
2021-06-07
crypto/tls: fix typo in Config.NextProtos docs
Filippo Valsorda
2021-06-05
go/internal/gcimporter: don't waste CPU copying bytes in `io.ReadAll`
Sergey Zagursky
2021-06-04
cmd/compile/internal/abi: fix typo in comment
sryoya
2021-06-04
net/http: fix ResponseWriter.ReadFrom with short reads
Damien Neil
2021-06-04
os: avoid finalizer race in windows process object
Jason A. Donenfeld
2021-06-04
os: terminate windows processes via handle directly
Jason A. Donenfeld
2021-06-04
syscall: regenerate zsyscall_windows.go
Bryan C. Mills
2021-06-04
syscall: do not pass console handles to PROC_THREAD_ATTRIBUTE_HANDLE_LIST on ...
Jason A. Donenfeld
2021-06-04
cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newer
Matthew Dempsky
2021-06-04
cmd/compile: remove spurious ir.Dump
Matthew Dempsky
2021-06-03
cmd/link: use correct alignment in PE DWARF sections
Than McIntosh
2021-06-03
runtime: avoid gp.lockedm race in exitsyscall0
Michael Pratt
2021-06-02
net: don't rely on system hosts in TestCVE202133195
Roland Shoemaker
2021-06-02
io/fs: minor corrections to Sub docs
Ian Lance Taylor
2021-06-02
cmd/link: recognize clang linker error in testCGOLTO
Ian Lance Taylor
2021-06-02
runtime/internal/sys: generate //go:build lines in gengoos.go
Tobias Klauser
2021-06-02
cmd/link: move issue 43830 tests out of TestScript
Ian Lance Taylor
2021-06-02
runtime: fix formatting
Keith Randall
2021-06-01
cmd/go: add declaration to cgo_lto_issue43830 test
Ian Lance Taylor
2021-06-01
cmd/link, cmd/cgo: support -flto in CFLAGS
Ian Lance Taylor
2021-06-01
cmd/go: add [-src] to documentation
Vitaly Zdanevich
2021-06-01
cmd/go: make 'go get' save sums for incidentally updated modules
Jay Conrod
2021-05-30
go/types: don't declare 'comparable' when typeparams are disabled
Rob Findley
2021-05-30
go/types: unexport the GoVersion configuration option for Go 1.17
Rob Findley
2021-05-28
go/ast: remove FuncDecl.IsMethod for Go 1.17
Rob Findley
2021-05-27
net/http: correct Client.Do doc about context cancelation
Manlio Perillo
2021-05-27
cmd/go: don't let 'go mod download' save sums for inconsistent requirements
Jay Conrod
2021-05-27
net: verify results from Lookup* are valid domain names
Roland Shoemaker
2021-05-27
cmd/compile: improve debug locations for partially live in-params
Than McIntosh
2021-05-27
cmd/compile: place reg spills after OpArg{Int,Float}Reg ops
Than McIntosh
2021-05-27
cmd/link: accept Windows line-ending in TestTrampolineCgo
Cherry Mui
2021-05-27
go/types: guard against check==nil in newNamed
Rob Findley
2021-05-27
Revert "net: verify results from Lookup* are valid domain names"
Roland Shoemaker
[next]