]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-01-13 Brad Fitzpatricknet/http: deflake TestResponseWriterWriteStringAllocs...
2015-01-12 Rob Pikego1.5.txt: better checking of struct tags
2015-01-12 Rob Pikego1.5.txt: log: add global Output function
2015-01-12 Paul van Brouwershavencrypto/x509: Correction of incrorrect default version...
2015-01-12 David Leon Gilcrypto/elliptic: add Name field to CurveParams struct
2015-01-12 Paul van Brouwershavencrypto/x509: NULL parameter MUST be present in the...
2015-01-12 Shenghou Macmd/cgo: also rewrite C.var in selector expressions
2015-01-12 Shenghou Masyscall: fix nacl builds
2015-01-12 Austin Clementsruntime: add GODEBUG=gccheckmark=0/1
2015-01-12 Rob Pikelog: add global Output function
2015-01-12 Shenghou Macmd/gc: don't recurse infinitely when a recursive type...
2015-01-11 Daniel Morsingcmd/gc: fix racewalk after writebarrierfat was renamed...
2015-01-11 Dave Cheneyruntime: remove duplicate copyright notice
2015-01-10 David du Colombiernet/http/httputil: skip TestReverseProxyCancellation...
2015-01-09 Shenghou Macmd/5a, cmd/6a, cmd/8a, cmd/9a: check nerrors before...
2015-01-09 Josh Bleecher... cmd/gc: fix ARM build
2015-01-09 Josh Bleecher... cmd/gc: optimize memclr of slices and arrays
2015-01-09 Ian Lance Taylorruntime: add missing copyright notices
2015-01-09 Peter Wallernet/http/httputil: ReverseProxy request cancellation
2015-01-09 Shenghou Maruntime: source startupRandomData from auxv AT_RANDOM...
2015-01-09 Martin Möhrmannlog: optimize itoa
2015-01-09 Keith Randallruntime: use urandom instead of random
2015-01-08 Shenghou Macmd/go: document import path checking
2015-01-08 Keith Randallruntime: fix 32-bit build
2015-01-08 Robert Griesemerdoc: document math/big performance improvements
2015-01-08 Keith Randallcmd/gc: pad structs which end in zero-sized fields
2015-01-08 Robert Griesemermath/big: faster assembly kernels for AddVx/SubVx for...
2015-01-08 Martin Möhrmannstrconv: speed up atoi for common cases
2015-01-08 Rick Hudsonruntime: increase GC concurrency.
2015-01-08 Robert GriesemerREADME: emphasize that we don't accept pull requests
2015-01-08 Austin Clementsruntime: improve GC times printing
2015-01-08 Robert Griesemermath/big: faster "pure Go" addition/subtraction for...
2015-01-08 Robert Griesemermath/big: faster assembly kernels for AddVx/SubVx for...
2015-01-08 Martin Möhrmannstrconv: add atoi tests for uncommon bases and syntax...
2015-01-08 Alex Brainmansyscall: use go generate to build zsyscall_windows.go
2015-01-08 Keith Randalltest: shorten test runtime
2015-01-08 Brad Fitzpatrickbuild: add GOTESTONLY environment test for Plan 9's...
2015-01-08 Brad Fitzpatrickbuild: increase Plan 9 timeout for runtime multi-CPU...
2015-01-08 Matthew Dempskycmd/cgo, go/build: finish a cleanup TODO
2015-01-07 Shenghou Mamisc/swig/stdio: fix broken nil pointer test
2015-01-07 David du Colombierbuild: increase timeout in run.rc
2015-01-07 Matthew Dempskycmd/cgo: remove obsolete -cdefs flag
2015-01-07 Josh Bleecher... runtime: remove stray commas in assembly
2015-01-07 Josh Bleecher... cmd/gc: optimize existence-only map lookups
2015-01-07 Josh Bleecher... cmd/6g, cmd/8g, liblink: improve handling of float...
2015-01-07 Keith Randallruntime: remove size argument from hash and equal algor...
2015-01-07 Josh Bleecher... test: delete testlib
2015-01-07 Keith Randallruntime: faster version of findfunc
2015-01-07 Austin Clementscmd/cgo, runtime/cgo: support ppc64
2015-01-07 Austin Clementsruntime: set up C TLS and save g to it on ppc64
2015-01-07 Austin Clementscmd/9g: don't use R13
2015-01-07 Austin Clementscmd/9l: support internal linking
2015-01-07 Austin Clementscmd/ld: support for relocation variants
2015-01-07 Austin Clementscmd/ld: support 2 byte relocations
2015-01-07 Austin Clementscmd/ld: decode local entry offset from ppc64 symbols
2015-01-07 Keith Randallruntime: add comment about channels already handling...
2015-01-07 Keith Randallruntime: increase number of stack orders to 4
2015-01-07 Oling Catdoc/contribute: add necessary <code> tags, remove an...
2015-01-07 Keith Randallruntime: remove trailing empty arrays in structs
2015-01-07 Keith Randallruntime: use some startup randomness in the fallback...
2015-01-07 Matthew Dempskycmd/cgo: update code and docs to reflect post-6c world
2015-01-07 Brad Fitzpatrickdoc: add bufio.Reader.Discard to go1.5.txt
2015-01-07 Brad Fitzpatrickbufio: add Reader.Discard
2015-01-07 Shenghou Maruntime: fix build for race detector
2015-01-06 Martin Möhrmannsort: optimize symMerge performance for blocks with...
2015-01-06 Russ Coxruntime: allocate wbshadow at high address
2015-01-06 Russ Coxruntime: adjust dropm for write barriers
2015-01-06 Russ Coxmisc/cgo: disable TestAllocateFromC in wbshadow mode
2015-01-06 Brad Fitzpatrickcmd/go: buffer output for go usage
2015-01-06 Adam Langleycrypto/tls: fix renegotiation extension.
2015-01-06 Adam Langleycrypto/rsa: rsa.SignPSS with opts=nil shouldn't crash.
2015-01-06 Russ Coxruntime: fix two garbage collector bugs
2015-01-06 Russ Coxcmd/gc: add write barrier for append(slice, slice...)
2015-01-06 Alex Brainmanruntime: do not display Windows Error Reporting dialogue
2015-01-06 Shenghou Maruntime: fix build for ARM
2015-01-06 Russ Coxreflect: add write barriers
2015-01-06 Russ Coxsync/atomic: remove atomic pointer hammer tests
2015-01-06 Russ Coxcmd/gc, runtime: make assertI2T and variants not variadic
2015-01-06 Russ Coxcmd/gc: add write barrier in copy of function parameter...
2015-01-06 Russ Coxruntime: use typed memmove (write barriers) for chan...
2015-01-06 Russ Coxcmd/gc, runtime: rename writebarrierfat to typedmemmove
2015-01-06 Russ Coxruntime, sync/atomic: add write barrier for atomic...
2015-01-06 Russ Coxruntime: change Gobuf.g to uintptr, not pointer
2015-01-06 Russ Coxruntime: add missing write barriers in append's copy...
2015-01-06 Russ Coxruntime: add GODEBUG wbshadow for finding missing write...
2015-01-06 Josh Bleecher... go/doc: propagate types from unexported constants
2015-01-05 Shenghou Mamath/big: panic if n <= 0 for ProbablyPrime
2015-01-05 Brad Fitzpatrickruntime: only check whether the runtime is stale once...
2015-01-05 Christopher... doc: Added link to 'go help gopath'
2015-01-05 Fazlul Shahriarmath: be consistent in how we document special cases
2015-01-05 Russ CoxRevert "liblink, cmd/ld, runtime: remove stackguard1"
2015-01-05 Shenghou Mareflect: document that Values can't be compared directly
2015-01-05 Mikio Haracrypto/x509: add missing copyright
2015-01-05 Mikio Haracrypto/x509: fix nacl build
2015-01-05 Dave Cheneycrypto/x509: split certFiles definition by GOOS
2015-01-05 Nigel Taoimage: use three-index slice for NewYCbCr.
2015-01-05 Andrew Gerrandlog: update doc comment
2015-01-04 Shenghou Mafmt: fix two typos
2015-01-04 Michael Hudson... cmd/go: be more careful when linking a test exe with...
2015-01-04 Shenghou Maliblink: fix encoding of SETcc for amd64
next