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
Age
Commit message (
Expand
)
Author
2020-12-17
api: promote next to go1.16
go1.16beta1
Dmitri Shuralyov
2020-12-17
html/template: avoid race when escaping updates template
Ian Lance Taylor
2020-12-16
go/types: report error for invalid (but empty) expr switch
Rob Findley
2020-12-16
cmd/link: handle large relocation addend on darwin/arm64
Cherry Zhang
2020-12-16
cmd/link: pass arch-specific flags to external linker when testing supported ...
Cherry Zhang
2020-12-16
cmd/internal/goobj: fix buglet in object file reader
Than McIntosh
2020-12-16
doc/go1.16: add link to reflect.StructTag
Tobias Klauser
2020-12-16
net: close connection in localServer teardown
Meng Zhuo
2020-12-16
cmd/link: ignore SEH marking on PE objects
Jason A. Donenfeld
2020-12-15
test: update for gofrontend error message changes
Ian Lance Taylor
2020-12-15
doc/go1.15: mention 1.15.3 cgo restriction on empty structs
Ian Lance Taylor
2020-12-15
test: match gofrontend error messages
Ian Lance Taylor
2020-12-15
test: only require issue11674 errors with gc compiler
Ian Lance Taylor
2020-12-15
test: remove bug429 (duplicates runtime.TestSimpleDeadlock)
Ian Lance Taylor
2020-12-15
test: adjust issue11371 to fit in required precision
Ian Lance Taylor
2020-12-15
test: only check for issue11362 error with gc
Ian Lance Taylor
2020-12-15
test: import file name for issue19028
Ian Lance Taylor
2020-12-15
doc/go1.16: fix path, path/filepath release notes
Tobias Klauser
2020-12-15
doc/go1.16: fix formatting in net, net/http and net/http/httputil sections
Tobias Klauser
2020-12-15
text/template: error on range over send channel
Meng Zhuo
2020-12-15
test: recognize gofrontend error messages
Ian Lance Taylor
2020-12-14
cmd/link: do not mark resource section as writable
Jason A. Donenfeld
2020-12-14
cmd/link: deal with ADDR32NB relocations the same way as ADDR32 on arm
Jason A. Donenfeld
2020-12-14
cmd/link: recognize arm header of PE objects
Jason A. Donenfeld
2020-12-14
net/http/pprof: don't treat os.Args as format string in Cmdline handler
Brad Fitzpatrick
2020-12-14
go/types: report invalid ... in conversions
Rob Findley
2020-12-14
io/fs: fix package reference in FS godoc
Tobias Klauser
2020-12-14
doc/go1.16: add missing <code> tag
Tobias Klauser
2020-12-14
math/big: add test for recursive division panic
Katie Hockman
2020-12-14
test: make a race detector test robust to timing variations
Daniel S Fava
2020-12-14
net/http: attempt deadlock fix in TestDisableKeepAliveUpgrade
Anmol Sethi
2020-12-14
debug/dwarf: don't try to parse addr/rnglists header
Ian Lance Taylor
2020-12-14
test: match gofrontend error messages
Ian Lance Taylor
2020-12-14
test: match gofrontend error messages
Ian Lance Taylor
2020-12-14
cmd/compile: fix incorrect shift count type with s390x rules
Ruixin Bao
2020-12-14
cmd/go: print hint when 'go install' run without version outside module
Jay Conrod
2020-12-14
cmd/go: refactor error reporting in internal/load
Jay Conrod
2020-12-14
cmd/compile: set correct type for OpIData
Cuong Manh Le
2020-12-11
doc: make clear that Go 1.4 is not required for bootstrap
Russ Cox
2020-12-11
cmd/compile: fix select statement evaluation order corner case
Matthew Dempsky
2020-12-11
cmd/go: add documentation for the -overlay flag
Michael Matloob
2020-12-11
cmd/link/internal/loadelf: support additional ELF relocations on mips64
Joel Sing
2020-12-11
cmd/vet: vendor in x/tools, update structtag vet check
Ian Lance Taylor
2020-12-10
syscall: drop references to Unix epoch in Timeval/Timespec docs
Ian Lance Taylor
2020-12-10
doc/go1.16: add vet release note for CL 235677
Tim King
2020-12-10
doc/go1.16: address some remaining high-level TODOs
Dmitri Shuralyov
2020-12-10
cmd/go: encode backslash and newline in response files
Jeremy Faller
2020-12-10
runtime/metrics: add a note about floating-point values to package docs
Michael Anthony Knyszek
2020-12-10
runtime/metrics: expand Read documention with caveats
Michael Anthony Knyszek
2020-12-10
runtime/metrics: add ordering line to supported metrics docs
Michael Anthony Knyszek
[next]