]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-07-27 Austin Clementsruntime: remove # from gctrace line
2015-07-27 Russ Coxcmd/go: do not panic on template I/O error
2015-07-27 Russ Coxcmd/go: use hg repo for code.google.com shutdown check
2015-07-27 Russ Coxcmd/go: fix custom import path wildcards (go get rsc...
2015-07-27 Ian Lance Taylorruntime: log all thread stack traces during GODEBUG...
2015-07-27 Russ CoxRevert "test: do not run external linking test on ppc64le"
2015-07-27 Carlos Chtml/template: add examples to package and functions
2015-07-27 Russ Coxruntime/pprof: document content of heap profile
2015-07-27 Brad Fitzpatricknet/http: make Transport return proper error on cancel...
2015-07-27 Brad Fitzpatricknet/http: on Transport body write error, wait briefly...
2015-07-27 Michael Hudson... test: do not run external linking test on ppc64le
2015-07-27 Mikio Haranet: deflake TestDialTimeout{,FDLeak} in the case of...
2015-07-27 Russ Coxgo/build: make TestDependencies check all systems at...
2015-07-27 Peter Waldschmidtencoding/json: add JSON streaming parse API
2015-07-27 Russ Coxgo/build: update deps list
2015-07-27 Russ Coxruntime/cgo: move TMPDIR magic out of os
2015-07-27 Russ Coxgo/internal/gcimporter: reenable TestImport
2015-07-27 Russ Coxencoding/xml: restore Go 1.4 name space behavior
2015-07-27 Brad Fitzpatricknet/http: fix a data race when Request.Cancel is used
2015-07-27 Brian Gitonga... A+C: Add another email address for Brian Gitonga Marete.
2015-07-27 Rob Pikecmd/go: mention go tool compile etc. in the help text...
2015-07-27 Michael Hudson... runtime: pass a smaller buffer to sched_getaffinity...
2015-07-26 Ian Lance Taylorcmd/cgo: document how CGO_ENABLED works today
2015-07-26 Austin Clementsinternal/singleflight: deflake TestDoDupSuppress
2015-07-26 Jeff R. Allencrypt/rand: update docs for Linux
2015-07-24 Matthew Dempskycmd/compile: add missing quotation mark
2015-07-24 Ian Lance Taylorruntime: require gdb version 7.9 for gdb test
2015-07-24 Ian Lance Taylorcmd/go: document environment variables
2015-07-24 Ian Lance Taylorruntime: fix runtime·raise for dragonfly amd64
2015-07-23 Damian Gryskigo/types: fix suspect or
2015-07-23 David Chasecmd/compile: prepend captured args to called-closure...
2015-07-23 Alan DonovanRevert "bytes: document that Buffer values must not...
2015-07-23 Ian Lance Taylorcmd/link: don't generate .exe extension for external...
2015-07-23 Robert Griesemerspec: be precise about rune/string literals and comments
2015-07-23 Alan Donovanbytes: document that Buffer values must not be copied
2015-07-23 David Chasecmd/compile: adjust annotation of implicit operations.
2015-07-23 Didier Speziaencoding/xml: EncodeToken silently eats tokens with...
2015-07-23 Russ Coxruntime: make pcln table check not trigger next to...
2015-07-23 Russ Coxcmd/go: document internal and vendor
2015-07-23 Russ Coxruntime/trace: fix TestTraceSymbolize networking
2015-07-23 Russ Coxcmd/link: write combined dwarf file to same directory...
2015-07-23 Russ Coxcmd/pprof: fix race between viewer and web command
2015-07-23 Rob Pikedoc: mention the ppc64(le) ports in release notes
2015-07-23 Brad Fitzpatricknet: make GODEBUG=netdns=cgo force cgo as documented
2015-07-23 Paul Marksnet: compute the Dialer deadline exactly once.
2015-07-22 Russ Coxos/exec: close read pipe if copy to io.Writer fails
2015-07-22 Ian Lance Taylorcmd/go: for get -t and list, look up path in vendor...
2015-07-22 Russ Coxruntime: handle linux CPU masks up to 64k CPUs
2015-07-22 MathiasBnet/mail: enhanced Address.String and ParseAddress...
2015-07-22 Russ Coxnet: do not look up abc by default
2015-07-22 Russ Coxruntime/cgo: make compatible with race detector
2015-07-22 Russ Coxcmd/link: elide individual gcbits symbols
2015-07-22 Russ Coxruntime/pprof: ignore too few samples on Windows test
2015-07-22 Ian Lance Taylorruntime: if we don't handle a signal on a non-Go thread...
2015-07-22 Konstantin... cmd/go: support git.apache.org Git repos
2015-07-22 Robert Griesemermath/big: document rounding for Rat.FloatToString
2015-07-22 Russ Coxruntime: disable TestGoroutineParallelism on uniprocessor
2015-07-22 Austin Clementsruntime: fix comments referring to trace functions...
2015-07-22 Hari harandoc: add line break in install-source.html
2015-07-22 Ingo Krabbecmd/dist: add command output for dist tests
2015-07-22 Adam Langleycrypto/elliptic: call IsOnCurve via the interface.
2015-07-22 Russ Coxcrypto/x509: disable sha2 test with system APIs
2015-07-22 Russ Coxcmd/go: fix missing internal import error
2015-07-22 Russ Coxcrypto/tls: check cert chain during VerifyHostname
2015-07-22 Carlos Cstrconv: add examples to package
2015-07-22 Dmitry Vyukovruntime/trace: add new package
2015-07-22 Didier Speziaencoding/json: fix decoding of JSON null values
2015-07-22 Andrew Gerrandmisc/makerelease: delete
2015-07-22 David Symondslib/time: update to IANA release 2015e.
2015-07-22 Rob Pikedoc: add a clause about embedded methods to go1compat
2015-07-21 Brad Fitzpatrickcmd/dist: remove prints during test registration
2015-07-21 Ian Lance Taylorcmd/go: fix typo in comment
2015-07-21 Ian Lance Taylorcmd/go: pass an unmodified environment to a go run...
2015-07-21 Robert Griesemergo/types: make types.Typ a slice, unexport UniverseByte...
2015-07-21 Ian Lance Taylorcmd/go: skip TestGoInstallErrorOnCrossCompileToBin...
2015-07-21 Ingo Krabbemisc/cgo/testsovar: needs the `extern` keyword to expor...
2015-07-21 Ian Lance Taylorcmd/link: if -B option was used, pass it to the externa...
2015-07-21 Brad Fitzpatrickdoc: add missing preposition in go1.5.html
2015-07-21 Paul Marksdoc/go1.5.html: update the net.Dial release notes.
2015-07-21 Brad Fitzpatrickapi: add go1.5.txt API file, reset next.txt
2015-07-21 Brad Fitzpatrickdoc: remove mention of default GOMAXPROCS(1) in Effecti...
2015-07-21 Alex Brainmansyscall: warn not to use FormatMessage
2015-07-21 Matthew Dempskygo/internal/gccgoimporter: fix handling of "byte" and...
2015-07-20 Brad Fitzpatrickdoc: document net/http.Request.Cancel in go1.5.html
2015-07-20 Brad Fitzpatrickdoc: add crypto/sha512 additions to go1.5.html
2015-07-20 Robert Griesemergo/types: remove non-existing mention of MethodSetCache...
2015-07-20 Ian Lance Taylorcmd/dist: increase timeout for standard tests
2015-07-20 Ian Lance Taylorcmd/go: build errors rather than fmt in a couple of...
2015-07-20 Ian Lance Taylorcmd/go: build errors rather than strings in some tests
2015-07-20 Ian Lance Taylorcmd/go: don't run TestInstalls in short mode
2015-07-20 Ian Lance Taylorcmd/go: rewrite TestNoteReading to use test harness
2015-07-20 Michael Hudson... cmd/compile: define func value symbols at declaration
2015-07-20 Brad Fitzpatricknet/http: add example for setting trailers in an Handler
2015-07-19 Austin Clementsruntime: clarify runtime.GC blocking behavior
2015-07-18 Ian Lance Taylorruntime: check for findmoduledatap returning nil
2015-07-18 Dmitry Vyukovinternal/trace: fix fuzzer crashers
2015-07-18 Silvan Jegenbufio: Remove unneeded error initialization
2015-07-18 Ian Lance Taylorcmd/compile: ignore carriage return in magic comments
2015-07-18 Mikio Haranet: classify site-local unicast in address selection
2015-07-18 Brad Fitzpatrickos: remove stuttering return value names
next