]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-04-20 Jan Ziakcmd/gc: avoid %L in error message
2014-04-19 David du Colombierinclude/plan9: make mklibc.rc compatible with 9atom
2014-04-19 Alex Brainmancmd/nm: print symbol sizes for windows pe executables
2014-04-18 Mike Andrewscmd/ld: don't delete output binary if not "ordinary...
2014-04-18 David du Colombierdoc/go1.3.html: Plan 9 support
2014-04-18 Rob Pikedoc/go1.3.html: go test always builds
2014-04-18 Lucio De Repkg/reflect/value.go: Correction in comment, the argume...
2014-04-18 David du Colombierdoc/go1.3.html: new package debug/plan9obj
2014-04-18 Shenghou Maos: change return variable name for Getwd to avoid...
2014-04-18 Shenghou Macmd/go: support -ccflags in 'go test'
2014-04-17 Brad Fitzpatricknet/http/httputil: include Content-Length in DumpRespon...
2014-04-17 Brad Fitzpatricknet: fix probabilities in DNS SRV shuffleByWeight
2014-04-17 Russ Coxcmd/pack: avoid ./ import in test (fix Windows build)
2014-04-17 Ian Lance Taylorcmd/pack: handle very long lines in pkgdef
2014-04-17 Volker Doblernet/http: allow commas and spaces in cookie values
2014-04-17 Shenghou Madoc/effective_go: mention that b.Write is a shorthand...
2014-04-17 Ian Lance Taylorcmd/ld: don't pass -rdynamic to external linker if...
2014-04-17 Shenghou Macmd/gc: fix segfault in isgoconst.
2014-04-17 Russ Coxtest: demo for issue 7695
2014-04-17 Robert Daniel... compress/gzip: add Reset method to Reader
2014-04-17 Shenghou Maencoding/json: document Encoder will terminate each...
2014-04-17 Jan Ziakcmd/gc: fewer errors for wrong argument count
2014-04-17 Anthony Martincmd/ld: restore the call graph dump
2014-04-17 Russ Coxcmd/go: reapply doc change from CL 60590044.
2014-04-17 Alex Brainmancmd/ld: populate pe symbol table with Go symbols
2014-04-17 Alex Brainmancmd/nm: windows pe handling fixes
2014-04-17 Alex Brainmandebug/pe: add optional header to File
2014-04-17 Russ Coxliblink, cmd/ld: reenable nosplit checking and test
2014-04-17 Brad Fitzpatrickencoding/xml: document NewDecoder buffering
2014-04-17 Rob Pikeflag: document that Bool also accepts "T" and "F"
2014-04-16 Rui Ueyamaall: fix typos
2014-04-16 Ian Lance Taylorliblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj...
2014-04-16 Russ Coxliblink: add leaf bit to object file format
2014-04-16 Alan Donovango/scanner: interpret //line directives sans filename...
2014-04-16 Emil Hessmandoc/go1.3.html: fix id anchor for FreeBSD
2014-04-16 Alan Donovango/scanner: interpret //line directives sans filename...
2014-04-16 Brad Fitzpatrickencoding/base64: don't lose a byte of output when encou...
2014-04-16 Brad Fitzpatricknet/http: fix data race in TestTransportResponseHeaderT...
2014-04-16 Russ Coxcmd/5g, cmd/6g, cmd/8g: preserve wide values in large...
2014-04-16 Rob Pikedoc/go1.3.html: document the state of FreeBSD
2014-04-16 Russ Coxruntime: crash when func main calls Goexit and all...
2014-04-16 Russ Coxliblink: fix incorrect hash collision in lookup
2014-04-16 Russ Coxreflect: correct type descriptor for call of interface...
2014-04-16 Russ Coxruntime: adjust GC debug print to include source pointers
2014-04-16 Shenghou Macmd/ld: cast PE32 absolute addend to int32.
2014-04-16 Shenghou Macmd/ld: correct comment.
2014-04-16 Shenghou Madoc/debugging_with_gdb: use -w to strip debug info.
2014-04-16 Shenghou Madoc: remove outdated Makefile
2014-04-16 Shenghou Marun.bash: fix build on netbsd builders.
2014-04-16 Billie Harold... doc: edit documentation that uses "satisfies reads...
2014-04-16 Andrew GerrandA+C: Billie Harold Cleek (individual CLA)
2014-04-16 Brad Fitzpatrickcrypto/tls: don't block on Read of zero bytes
2014-04-16 Nigel Taoimage/png: fix crash when an alleged PNG has too much...
2014-04-16 Russ Coxcmd/ld: record complete runtime-gdb.py path again
2014-04-16 Russ Coxbuild: remove tmp dir names from objects, support GOROO...
2014-04-16 Brad Fitzpatrickos/exec: make TestPipeLookPathLeak more verbose when...
2014-04-16 Brad Fitzpatrickio: document that a Writer must not write to p
2014-04-16 Russ Coxaddr2line, objdump: write doc comments
2014-04-16 Russ Coxcmd/pack: print error along with usage
2014-04-15 Rob Pikedoc/install.html: FreeBSD 8 and higher only are supported
2014-04-15 Rob Pikedoc/asm.html: remove mention of 6l -a
2014-04-15 David du Colombiernet/http: skip TestTransportClosesBodyOnError on Plan 9
2014-04-15 Shenghou Mamath/big: fix doc typos.
2014-04-15 Russ Coxcmd/ld: attempt at fixing openbsd build
2014-04-15 Russ Coxbuild: disable static cgo linking test on netbsd
2014-04-15 Russ Coxcmd/ld: use TLS relocations on ELF systems in external...
2014-04-15 Russ Coxliblink: introduce TLS register on 386 and amd64
2014-04-15 Rob Piketext/template: say more often that templates are safe...
2014-04-15 Dmitriy Vyukovruntime: fix program termination when main goroutine...
2014-04-15 Jan Ziakcmd/dist: use GOHOSTARCH/GOHOSTOS instead of GOOS/GOARC...
2014-04-15 Brad Fitzpatrickos/exec: quiet distracting log output during test
2014-04-15 Andrew Gerrandundo CL 87300043 / 1dc800571456
2014-04-14 Brad Fitzpatricknet/http: clarify Response.Body Close responsibility
2014-04-14 Brad Fitzpatrickdoc: simplify a go1.3 change description
2014-04-14 Adam Langleycrypto/x509: fix Windows build.
2014-04-14 Andrew Szetodoc/help.html: fix typo in word order
2014-04-14 Jan Ziakcmd/go: do not miss an error if import path contains...
2014-04-14 Brad FitzpatrickA+C: Andrew Szeto (individual CLA)
2014-04-14 Russ Coxliblink: remove arch-specific constants from file format
2014-04-14 Adam Langleycrypto/x509: support SHA-512 by default.
2014-04-14 Brad Fitzpatricknet/http: make race detector happy for recently-added...
2014-04-14 Ian Lance TaylorA+C: Guillaume J. Charmes (individual CLA)
2014-04-14 Russ Coxliblink, cmd/link: add version number to object file
2014-04-14 Brad Fitzpatrickdoc: add go1.3 note about the http Transport closing...
2014-04-14 Dmitriy Vyukovsync: less agressive local caching in Pool
2014-04-14 Ian Lance Taylorlibbio: add casts to eliminate -Wconversion warning
2014-04-14 Russ Coxcmd/dist: mark cmd/link and debug/goobj as unreleased
2014-04-14 Russ Coxcmd/prof, libmach: delete
2014-04-14 Brad Fitzpatricknet/http: close Body in client code always, even on...
2014-04-14 Russ Coxcmd/objdump: rewrite in Go
2014-04-14 Russ Coxundo CL 66510044 / 6c0339d94123
2014-04-14 Russ Coxruntime: increase timeout in TestStackGrowth
2014-04-12 Rob Pikedoc/go1.3.html: windows NewCallbackCDecl
2014-04-11 Adam LangleyC: add Yan Zou (Google CLA).
2014-04-11 Brad Fitzpatricknet/http: quiet useless warning during shutdown
2014-04-11 Jan Ziakcmd/gc: increase specificity of errors in function...
2014-04-11 Jan Ziakcmd/gc: fix typo in ordermapassign
2014-04-11 Dmitriy Vyukovnet/http/httptest: add test for issue 7264
2014-04-11 Alex Brainmanos/signal: use unique program name during TestCtrlBreak
2014-04-11 Matthew Cottinghamnet/http: Return ErrNotMultipart from ParseMultipartFor...
next