aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-11[release-branch.go1.5] go1.5.4go1.5.4release-branch.go1.5Andrew Gerrand
2016-04-08runtime: leave directory before removing it in TestDLLPreloadMitigationAlex Brainman
2016-04-08syscall: point to x/sys in DLL loading docs, update syscall generatorBrad Fitzpatrick
2016-04-08runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-04-08crypto/rsa, crypto/ecdsa: fail earlier on zero parametersBrad Fitzpatrick
2016-04-08crypto/dsa: eliminate invalid PublicKey earlyRobert Griesemer
2016-01-27[release-branch.go1.5] doc: update install from source instructions for go1.5.3Alberto Donizetti
2016-01-13[release-branch.go1.5] go1.5.3go1.5.3Chris Broadfoot
2016-01-13[release-branch.go1.5] math/big: fix nat testRuss Cox
2016-01-13[release-branch.go1.5] doc: document Go 1.5.3Russ Cox
2016-01-13[release-branch.go1.5] math/big: fix Exp(x, x, x) for certain large xRuss 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 ConductChris Broadfoot
2015-12-04doc: correct ordering of go1.5 minor revisionsChris Broadfoot
2015-12-03[release-branch.go1.5] go1.5.2go1.5.2Chris Broadfoot
2015-12-03[release-branch.go1.5] doc: correct release date for go1.5.2Chris Broadfoot
2015-12-03[release-branch.go1.5] doc: document go1.5.2Chris Broadfoot
2015-11-24[release-branch.go1.5] doc: add Code of ConductAndrew Gerrand
2015-11-24[release-branch.go1.5] runtime: take stack barrier lock during copystackAustin Clements
2015-11-24[release-branch.go1.5] runtime: improve stack barrier debuggingAustin Clements
2015-11-23[release-branch.go1.5] misc/ios: keep whole buffer in go_darwin_arm_execDavid 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 dragonflyRuss 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 SolarisShawn 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 gRuss Cox
2015-11-23[release-branch.go1.5] cmd/go: skip TestNoteReading2K on WindowsRuss Cox
2015-11-23[release-branch.go1.5] cmd/go: fix loading of buildid on OS X executablesRuss Cox
2015-11-23[release-branch.go1.5] cmd/link: link go.o firstRuss 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 collisionRuss Cox
2015-11-20[release-branch.go1.5] runtime: prevent sigprof during all stack barrier opsAustin Clements
2015-11-20[release-branch.go1.5] runtime: fix new stack barrier checkRuss Cox
2015-11-20[release-branch.go1.5] runtime: handle sigprof in stackBarrierAustin 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 crashAustin Clements
2015-11-17[release-branch.go1.5] runtime: ignore rt_sigaction error if it is for SIGRTMAXMichael Hudson-Doyle
2015-11-17[release-branch.go1.5] runtime: make SIGPROF skip stacks that are being copiedAustin 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 relocationsIan Lance Taylor
2015-11-17[release-branch.go1.5] cmd/compile: do not let regopt use REGTMP on ppc64Michael 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 entrypointDavid Crawshaw
2015-11-17[release-branch.go1.5] runtime: unblock special glibc signals on each threadIan Lance Taylor
2015-11-17[release-branch.go1.5] runtime/cgo: explicitly link msvcrt on windowsShenghou 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 atomicallyKeith Randall