]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-01-04 Michael Fraenkelreflect: set dir when creating a channel via ChanOf
2015-01-04 Ian Lance Taylorruntime: remove unnecessary GOOS switch
2015-01-04 Mikio Haranet: add test cases for parsing ipv4-mapped ipv6 address
2015-01-04 Matthew Dempskyruntime: fix slicecopy return value for zero-width...
2015-01-03 Shenghou Maruntime: fix TestCgoExternalThreadSIGPROF again
2015-01-03 Shenghou Maruntime: skip TestCgoExternalThreadSIGPROF on OS X...
2015-01-02 Brad Fitzpatrickdoc: add a section for performance improvements in...
2015-01-02 Josh Bleecher... runtime: use SETEQ instead of JZ for cas
2015-01-02 Josh Bleecher... cmd/go: put user ldflags at the end of the linker invoc...
2015-01-02 Martin Möhrmannos: replace itod on posix with general itoa and fix...
2015-01-02 Alberto Donizetticmd/gc: update issue tracker link
2015-01-02 Shenghou Mainclude: remove unnecessary stuff on windows
2015-01-02 Shenghou Macmd/gc: give an error if only one argument is given...
2015-01-01 David Crawshawruntime: remove unused export_test declarations
2015-01-01 Mikio Haranet: don't return io.EOF on reading data from datagram...
2015-01-01 Mikio Haranet: remove redundant test case for lookupIP with threa...
2015-01-01 Shenghou Maruntime: provide a dummy value of _SIGPROF on plan9...
2015-01-01 Shenghou Maruntime/cgo: remove unused variable
2015-01-01 Shenghou Maruntime/cgo: initialize our pthread_create wrapper...
2014-12-31 Shenghou Macmd/gc: fix filename output format verb for -s
2014-12-31 Shenghou Maruntime: ignore SIGPROF to foreign threads before cgoca...
2014-12-31 David Symondsdoc: 2015 will be the Year of the Gopher.
2014-12-30 Martin Möhrmannstrconv: optimize decimal to string conversion
2014-12-30 Alan Donovango/parser: add {map,chan,interface} to expression looka...
2014-12-30 Brad Fitzpatrickarchive/tar: document Reader.Next's behavior at the end
2014-12-30 Brad Fitzpatrickdoc: add http server trailers support to go1.5.txt
2014-12-30 Anthony Martinruntime: consolidate arch-specific signal handlers...
2014-12-30 Emil Hessmandoc: update links in FAQ
2014-12-30 Brad Fitzpatricknet/http: support for setting trailers from a server...
2014-12-29 Chris Manghanecmd/gc: logical operators should produce untyped bool...
2014-12-29 Chris Manghanetest: add fixed GoSmith bugs reported on the gcc Bugzilla
2014-12-29 Robert Griesemertesting/iotest: fix copy/paste error in comment
2014-12-29 David du Colombierruntime: rename atoi to _atoi on Plan 9
2014-12-29 Keith Randallruntime: remove go prefix from a few routines
2014-12-29 Shenghou Maliblink, cmd/ld, runtime: remove stackguard1
2014-12-28 Brad Fitzpatrickdoc: add net/smtp TLSConnectionState note in go1.5.txt
2014-12-28 Brad Fitzpatricknet/smtp: add TLSConnectionState accessor
2014-12-28 Emil Hessmanencoding/gob: address go vet report
2014-12-28 Keith Randallruntime: get rid of goalg, no longer needed
2014-12-28 Emil Hessmanencoding/json: address go vet reports
2014-12-28 Emil Hessmancmd/pack: address go vet reports
2014-12-28 Keith Randallruntime: rename gothrow to throw
2014-12-27 Guobiao Meinet/http: use t.Fatalf rather than t.Fatal in cookie_te...
2014-12-27 Martin Möhrmannstrconv/itoa: add test to generate the longest output...
2014-12-26 Shenghou Madoc: mention the crypto/cipher.Stream clarification...
2014-12-26 Shenghou Macrypto/cipher: update docs for the Stream interface
2014-12-26 Shenghou Madoc/go_spec: fix typo
2014-12-26 mattnreflect, runtime: gofmt
2014-12-26 Shenghou Macmd/ld: put .bss from external objects into real .bss...
2014-12-25 Dmitry Vyukovruntime: simplify procresize
2014-12-24 Michael Matloobregexp: fix typo in comment: s/onpass/onepass/
2014-12-24 Keith Randallreflect: fix func layout test for nacl build
2014-12-24 Marko Tiikkajadatabase/sql: Remove unnecessary call to maybeOpenNewCo...
2014-12-24 Shenghou Mamisc/cgo/test: get rid of the backdoor package
next