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
2020-07-14
[release-branch.go1.14-security] crypto/x509: respect VerifyOptions.KeyUsages...
Filippo Valsorda
2020-07-13
[release-branch.go1.14-security] net/http: synchronize "100 Continue" write a...
Russ Cox
2020-05-28
[release-branch.go1.14] cmd/doc: fix merging comments in -src mode
Ivan Trubach
2020-05-27
[release-branch.go1.14] encoding/json: don't mangle strings in an edge case w...
Daniel Martí
2020-05-27
[release-branch.go1.14] encoding/json: properly encode strings with ",string"...
Daniel Martí
2020-05-27
[release-branch.go1.14] runtime: disable preemption in startTemplateThread
Michael Pratt
2020-05-23
[release-branch.go1.14] syscall: preserve Windows file permissions for O_CREA...
Ian Lance Taylor
2020-05-11
[release-branch.go1.14] go/doc: fix detection of whole file examples
Gregory Petrosyan
2020-05-08
[release-branch.go1.14] cmd/compile: fix constant conversion involving comple...
Matthew Dempsky
2020-05-07
[release-branch.go1.14] runtime: make the scavenger's pacing logic more defen...
Michael Anthony Knyszek
2020-05-06
[release-branch.go1.14] runtime/race: rebuild netbsd .syso
Keith Randall
2020-05-06
[release-branch.go1.14] runtime/race: update ppc64 .syso file
Keith Randall
2020-05-04
[release-branch.go1.14] runtime/race: update some .syso files
Keith Randall
2020-05-01
[release-branch.go1.14] runtime: ensure allocToCache updates searchAddr in a ...
Michael Anthony Knyszek
2020-04-28
[release-branch.go1.14] cmd/compile: fix deallocation of live value copies in...
Michael Munday
2020-04-27
[release-branch.go1.14] math/big: correct off-by-one access in divBasic
Rémy Oudompheng
2020-04-14
[release-branch.go1.14] cmd/cgo: use consistent tag for a particular struct
Ian Lance Taylor
2020-04-07
[release-branch.go1.14] cmd/go: make module zip extraction more robust
Jay Conrod
2020-04-07
[release-branch.go1.14] cmd/go: update 'go help modules' for automatic vendoring
Jay Conrod
2020-04-07
[release-branch.go1.14] runtime: fix rounding in materializeGCProg
Austin Clements
2020-03-30
[release-branch.go1.14] runtime/pprof: increment fake overflow record PC
Michael Pratt
2020-03-30
[release-branch.go1.14] runtime: handle empty stack in expandFinalInlineFrame
Keith Randall
2020-03-30
[release-branch.go1.14] cmd/cgo, misc/cgo: only cache anonymous struct typede...
Tobias Klauser
2020-03-29
[release-branch.go1.14] os/exec: use environment variables for user token whe...
Liam 'Auzzie' Haworth
2020-03-27
[release-branch.go1.14] runtime: ensure minTriggerRatio never exceeds maxTrig...
Michael Anthony Knyszek
2020-03-26
[release-branch.go1.14] cmd/go: do not append to the global cfg.OrigEnv slice
Bryan C. Mills
2020-03-25
[release-branch.go1.14] runtime: prevent preemption while timer is in timerMo...
Michael Anthony Knyszek
2020-03-25
[release-branch.go1.14] runtime: negate errno value for mips pipe/pipe2
Ian Lance Taylor
2020-03-25
[release-branch.go1.14] runtime: ignore error returned by PowerRegisterSuspen...
Alex Brainman
2020-03-25
[release-branch.go1.14] runtime: don't call wakeNetPoller during timerModifying
Ian Lance Taylor
2020-03-24
[release-branch.go1.14] runtime: fix code so defer record is not added to g0 ...
Dan Scales
2020-03-20
[release-branch.go1.14] testing: fix data race between parallel subtests
Changkun Ou
2020-03-18
[release-branch.go1.14] runtime: don't send preemption signal if there is a s...
Cherry Zhang
2020-03-18
[release-branch.go1.14] runtime: don't report a pointer alignment error for p...
Keith Randall
2020-03-16
[release-branch.go1.14] runtime: don't crash on mlock failure
Ian Lance Taylor
2020-03-12
[release-branch.go1.14] cmd/go: include the go language version in cache keys
Bryan C. Mills
2020-03-11
[release-branch.go1.14] runtime: fix problem with repeated panic/recover/re-p...
Dan Scales
2020-03-10
[release-branch.go1.14] runtime: make typehash match compiler generated hashe...
Keith Randall
2020-03-10
[release-branch.go1.14] runtime: special case interface hashing for pointers
Keith Randall
2020-03-10
[release-branch.go1.14] runtime/pprof: expand final stack frame to avoid trun...
Michael Pratt
2020-03-10
[release-branch.go1.14] runtime: don't save/restore FP registers in softfloat...
Cherry Zhang
2020-03-09
[release-branch.go1.14] cmd/go: make go test -json report failures for panick...
Jay Conrod
2020-03-02
[release-branch.go1.14] cmd/trace: update to use WebComponents V0 polyfill
Hana (Hyang-Ah) Kim
2020-03-02
[release-branch.go1.14] runtime: guard VZEROUPPER on CPU feature
Cherry Zhang
2020-02-27
[release-branch.go1.14] runtime: don't panic on racy use of timers
Ian Lance Taylor
2020-02-24
[release-branch.go1.14] crypto/cipher: require non-zero nonce size for AES-GCM
Katie Hockman
2020-02-24
[release-branch.go1.14] hash/maphash: don't discard data on random seed init
vovapi
2020-02-18
cmd/link, runtime: skip holes in func table
Cherry Zhang
2020-02-15
testing: remove obsolete comment in testing.(*T) docs
Ian Lance Taylor
2020-02-13
runtime: correct caller PC/SP offsets in walltime1/nanotime1
Cherry Zhang
[next]