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
2018-08-24
[release-branch.go1.10] cmd/compile: fix zero extend after float->int conversion
Keith Randall
2018-08-22
[release-branch.go1.10] net/http: lock the read-only mutex in shouldRedirect
Damien Mathieu
2018-08-21
[release-branch.go1.10] cmd/link: treat cgo exported symbols as C symbols
Ian Lance Taylor
2018-08-09
[release-branch.go1.10] cmd/compile: reset branch prediction when deleting a ...
Keith Randall
2018-08-08
[release-branch.go1.10] cmd/cgo: don't give inconsistent typedef error for cg...
Ian Lance Taylor
2018-08-08
[release-branch.go1.10] cmd/cgo: don't resolve typedefs in -godefs mode
Ian Lance Taylor
2018-08-08
[release-branch.go1.10] cmd/cgo: stop expanding typedefs once we reach __buil...
Keith Randall
2018-08-08
[release-branch.go1.10] cmd/cgo: make sure we FinishType everything
Keith Randall
2018-08-08
[release-branch.go1.10] cmd/cgo: fix cgo bad typedefs
Keith Randall
2018-08-08
[release-branch.go1.10] cmd/cgo: check function argument/return types for bad...
Keith Randall
2018-08-07
[release-branch.go1.10] cmd/cgo: don't report inconsistency error for incompl...
Ian Lance Taylor
2018-07-16
[release-branch.go1.10] strings: do much less redundant testing in TestCompar...
Ian Lance Taylor
2018-07-16
[release-branch.go1.10] bytes, strings: fix comparison of long byte slices on...
bill_ofarrell
2018-06-26
[release-branch.go1.10] mime/multipart: restore 1.9 handling of missing/empty...
Ian Lance Taylor
2018-06-15
[release-branch.go1.10] ld/macho: add all missing load commands
Misty De Meo
2018-06-04
[release-branch.go1.10] cmd/go: fix 'go get' compatibility for direct downloa...
Russ Cox
2018-05-31
[release-branch.go1.10] cmd/go: accept more safe CFLAGS/LDFLAGS
Ian Lance Taylor
2018-05-30
[release-branch.go1.10] cmd/go: add minimal module-awareness for legacy opera...
Russ Cox
2018-05-30
[release-branch.go1.10] cmd/go: remove import path debugging hooks
Russ Cox
2018-05-26
[release-branch.go1.10] strings: fix encoding of \u0080 in map
Martin Möhrmann
2018-05-24
[release-branch.go1.10] crypto/x509: check EKUs like 1.9.
Adam Langley
2018-05-07
[release-branch.go1.10] crypto/tls: copy and use adjusted syscall.CertChainPo...
Alex Brainman
2018-04-28
[release-branch.go1.10] cmd/internal/obj/mips: load/store even float register...
James Cowgill
2018-04-27
[release-branch.go1.10] cmd/internal/test2json: support subtests containing c...
Daniel MartÃ
2018-04-27
[release-branch.go1.10] cmd/compile: fix evaluation of "" < s
Josh Bleecher Snyder
2018-04-27
[release-branch.go1.10] cmd/go: fix go list .Stale computation
Russ Cox
2018-04-27
[release-branch.go1.10] cmd/link: do not pass -no-pie to host linker when -li...
Michael Hudson-Doyle
2018-03-29
[release-branch.go1.10] cmd/go: skip TestVetWithOnlyCgoFiles when cgo is disa...
David du Colombier
2018-03-29
[release-branch.go1.10] runtime: identify special functions by flag instead o...
Keith Randall
2018-03-29
[release-branch.go1.10] net/http/pprof: harden handler responses
Andrew Bonventre
2018-03-29
[release-branch.go1.10] cmd/go: add more C compiler/linker options to whitelist
Ian Lance Taylor
2018-03-29
[release-branch.go1.10] cmd/go: if -race, don't run coverage on runtime packages
Ian Lance Taylor
2018-03-29
[release-branch.go1.10] crypto/x509: matching any requested EKU should be suf...
Adam Langley
2018-03-29
[release-branch.go1.10] go/internal/srcimporter: simplify and fix package fil...
Hiroshi Ioka
2018-03-29
[release-branch.go1.10] cmd/compile: mark LAA and LAAG as clobbering flags on...
Michael Munday
2018-03-29
[release-branch.go1.10] net: don't let cancelation of a DNS lookup affect ano...
Ian Lance Taylor
2018-03-29
[release-branch.go1.10] syscall: use Android O friendly fstatat syscall to im...
Tobias Klauser
2018-03-29
[release-branch.go1.10] runtime: use Android O friendly faccessat syscall on ...
Tobias Klauser
2018-03-29
[release-branch.go1.10] runtime: add symbol for AT_FDCWD on Linux amd64 and m...
Tobias Klauser
2018-03-29
[release-branch.go1.10] runtime: use Android O friendly syscalls on 64-bit ma...
Jason A. Donenfeld
2018-03-29
[release-branch.go1.10] cmd/cover: don't crash on non-gofmt'ed input
Ian Lance Taylor
2018-03-29
[release-branch.go1.10] cmd/go: run vet on packages with only cgo files
Ian Lance Taylor
2018-03-29
[release-branch.go1.10] encoding/json: avoid assuming side-effect free reflec...
Joe Tsai
2018-03-29
[release-branch.go1.10] crypto/x509: parse invalid DNS names and email addres...
Adam Langley
2018-03-29
[release-branch.go1.10] archive/zip: fix handling of Info-ZIP Unix extended t...
Joe Tsai
2018-03-29
[release-branch.go1.10] runtime: don't check for String/Error methods in prin...
Ian Lance Taylor
2018-03-29
[release-branch.go1.10] crypto/x509: tighten EKU checking for requested EKUs.
Adam Langley
2018-03-29
[release-branch.go1.10] cmd/go: permit pkg-config flags in any argument position
Ian Lance Taylor
2018-03-29
[release-branch.go1.10] cmd/go: restrict meta imports to valid schemes
Ian Lance Taylor
2018-02-16
[release-branch.go1.10] cmd/go: add options to security whitelist
Ian Lance Taylor
[next]