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
2016-04-11
[release-branch.go1.5] go1.5.4
go1.5.4
Andrew Gerrand
2016-04-08
runtime: leave directory before removing it in TestDLLPreloadMitigation
Alex Brainman
2016-04-08
syscall: point to x/sys in DLL loading docs, update syscall generator
Brad Fitzpatrick
2016-04-08
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-04-08
crypto/rsa, crypto/ecdsa: fail earlier on zero parameters
Brad Fitzpatrick
2016-04-08
crypto/dsa: eliminate invalid PublicKey early
Robert Griesemer
2016-01-27
[release-branch.go1.5] doc: update install from source instructions for go1.5.3
Alberto Donizetti
2016-01-13
[release-branch.go1.5] go1.5.3
go1.5.3
Chris Broadfoot
2016-01-13
[release-branch.go1.5] math/big: fix nat test
Russ Cox
2016-01-13
[release-branch.go1.5] doc: document Go 1.5.3
Russ Cox
2016-01-13
[release-branch.go1.5] math/big: fix Exp(x, x, x) for certain large x
Russ Cox
2016-01-13
[release-branch.go1.5] math/big: fix carry propagation in Int.Exp Montgomery ...
Russ Cox
2015-12-07
[release-branch.go1.5] doc: add heading IDs to Code of Conduct
Chris Broadfoot
2015-12-04
doc: correct ordering of go1.5 minor revisions
Chris Broadfoot
2015-12-03
[release-branch.go1.5] go1.5.2
go1.5.2
Chris Broadfoot
2015-12-03
[release-branch.go1.5] doc: correct release date for go1.5.2
Chris Broadfoot
2015-12-03
[release-branch.go1.5] doc: document go1.5.2
Chris Broadfoot
2015-11-24
[release-branch.go1.5] doc: add Code of Conduct
Andrew Gerrand
2015-11-24
[release-branch.go1.5] runtime: take stack barrier lock during copystack
Austin Clements
2015-11-24
[release-branch.go1.5] runtime: improve stack barrier debugging
Austin Clements
2015-11-23
[release-branch.go1.5] misc/ios: keep whole buffer in go_darwin_arm_exec
David Crawshaw
2015-11-23
[release-branch.go1.5] cmd/cgo: ignore vars with no name or type if they have...
Ian Lance Taylor
2015-11-23
[release-branch.go1.5] cmd/go: disable TestNoteReading on dragonfly
Russ Cox
2015-11-23
[release-branch.go1.5] runtime: fix bad signal stack when using cgo-created t...
Russ Cox
2015-11-23
[release-branch.go1.5] cmd/go: fix Go buildid reading on Solaris
Shawn Walker-Salas
2015-11-23
[release-branch.go1.5] runtime: make it possible to call syscall on solaris w...
Shenghou Ma
2015-11-23
[release-branch.go1.5] runtime: make asmcgocall work without a g
Russ Cox
2015-11-23
[release-branch.go1.5] cmd/go: skip TestNoteReading2K on Windows
Russ Cox
2015-11-23
[release-branch.go1.5] cmd/go: fix loading of buildid on OS X executables
Russ Cox
2015-11-23
[release-branch.go1.5] cmd/link: link go.o first
Russ Cox
2015-11-23
[release-branch.go1.5] cmd/compile: fix crash with -race on large expr contai...
Russ Cox
2015-11-23
[release-branch.go1.5] cmd/compile: fix Val vs Opt collision
Russ Cox
2015-11-20
[release-branch.go1.5] runtime: prevent sigprof during all stack barrier ops
Austin Clements
2015-11-20
[release-branch.go1.5] runtime: fix new stack barrier check
Russ Cox
2015-11-20
[release-branch.go1.5] runtime: handle sigprof in stackBarrier
Austin Clements
2015-11-17
[release-branch.go1.5] runtime: handle sysReserve returning a pointer below t...
Austin Clements
2015-11-17
[release-branch.go1.5] runtime: avoid stat underflow crash
Austin Clements
2015-11-17
[release-branch.go1.5] runtime: ignore rt_sigaction error if it is for SIGRTMAX
Michael Hudson-Doyle
2015-11-17
[release-branch.go1.5] runtime: make SIGPROF skip stacks that are being copied
Austin Clements
2015-11-17
[release-branch.go1.5] net: fix off by one error while counting interfaces on...
Alex Brainman
2015-11-17
[release-branch.go1.5] cmd/internal/obj/ppc64: fix assembly of SRADCC with im...
Michael Hudson-Doyle
2015-11-17
[release-branch.go1.5] cmd/link: support new 386/amd64 relocations
Ian Lance Taylor
2015-11-17
[release-branch.go1.5] cmd/compile: do not let regopt use REGTMP on ppc64
Michael Hudson-Doyle
2015-11-17
[release-branch.go1.5] runtime: adjust huge page flags only on huge page gran...
Austin Clements
2015-11-17
[release-branch.go1.5] multipart: fixes problem parsing mime/multipart of cer...
Francisco Claude
2015-11-17
[release-branch.go1.5] runtime: preserve R11 in darwin/arm entrypoint
David Crawshaw
2015-11-17
[release-branch.go1.5] runtime: unblock special glibc signals on each thread
Ian Lance Taylor
2015-11-17
[release-branch.go1.5] runtime/cgo: explicitly link msvcrt on windows
Shenghou Ma
2015-11-17
[release-branch.go1.5] cmd/compile/internal/gc: handle weird map literals in ...
Keith Randall
2015-11-13
[release-branch.go1.5] runtime: memmove/memclr pointers atomically
Keith Randall
[next]