]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-01-03 Dave Cheneyos: return ErrInvalid if receiver is nil.
2014-01-03 Daniel Morsingcmd/gc: silence assignment errors to undefined symbols
2014-01-03 Emil Hessmanencoding/json: Fix missing error when trying to unmarsh...
2014-01-03 Joel Singsyscall: handle varied path lengths for unix sockets
2014-01-02 David Symondsruntime: increase attempt count for map iteration order...
2014-01-02 David Symondsruntime: add a test for randomised map iteration order.
2014-01-02 Brad FitzpatrickA+C: Pavel Zinovkin (individual CLA)
2014-01-02 Shawn Smithencoding/hex: add Decode error test case
2014-01-02 Shawn Smithtime: add tests for Duration.Nanoseconds, Duration...
2014-01-01 Dave Cheneyencoding/json: add tests for InvalidUnmarshalError
2014-01-01 Shawn Smithbufio: improve NewReaderSize, Peek, and UnreadByte...
2014-01-01 Shawn Smithencoding/json: improve omitempty test coverage
2014-01-01 Shawn Smithos: improve Readdir and Readdirnames test coverage
2014-01-01 Shawn Smithencoding/hex: add Decode test case with uppercase hex...
2013-12-31 Michael Stapelbergdebug/elf: add C source for testdata executables
2013-12-31 Shawn Smithcrypto/sha256: add tests for Size() and BlockSize()
2013-12-31 David Symonds2014: Year of the Gopher.
2013-12-31 Shawn Smithcrypto/sha1: add tests for Size() and BlockSize()
2013-12-31 Shawn Smithcontainer/ring: add test for Move with empty Ring
2013-12-31 Mikio Haranet: fix typo
2013-12-31 Shawn Smithcrypto/sha512: add tests for Size() and BlockSize()
2013-12-31 Josh Bleecher... text/template: don't panic when using AddParseTree...
2013-12-30 Mihai Boroboceaspec: example shows wrong value for complex constant
2013-12-30 Brad FitzpatrickA+C: Mihai Borobocea (individual CLA)
2013-12-30 Keith Randallcmd/6g: inline copies of up to 4 words in length.
2013-12-30 Keith Randallruntime: use readrange instead of read to check for...
2013-12-30 Richard Musiolreflect: fixed method name in Slice3 error message
2013-12-30 Shawn Smithreflect: add DeepEqual slice of slice inequality test
2013-12-29 Shawn Smithdoc/contribute: golang-dev -> golang-codereviews
2013-12-29 Shawn Smithreflect: remove length check for arrays in deepValueEqual
2013-12-29 Shawn Smithio: add tests for SectionReader ReadAt and Size
2013-12-29 Shawn Smithcrypto/hmac: add tests for Size() and BlockSize()
2013-12-29 Dave Cheneyruntime: load runtime.goarm as a byte, not a word
2013-12-28 Ian Lance Taylornet: work around Solaris connect issue when server...
2013-12-28 Shawn Smithbytes: add test for Contains
2013-12-28 Shawn Smitharchive/tar: add test case for passing nil to FileInfoH...
2013-12-27 Martin Olssonall: fix a few spelling errors in source comments
2013-12-27 Ian Lance TaylorA+C: Martin Olsson (individual CLA)
2013-12-27 Ian Lance Taylornet: use DialTimeout in TestSelfConnect
2013-12-27 Shawn Smithstrconv: add tests for FormatBool and AppendBool
2013-12-27 Shawn Smithstrconv: remove unused atof32int function
2013-12-27 Shawn Smithcrypto/cipher: remove unused shift1 function
2013-12-26 Brad Fitzpatricknet/http: quiet distracting test spam
2013-12-26 Brad Fitzpatricknet/http: fix data race in benchmark
2013-12-26 John Newlinnet/http: Release reference to chunkWriter's bufio...
2013-12-26 Brad FitzpatrickC: add John Newlin (Google CLA)
2013-12-26 Marko Tiikkajadatabase/sql: Use all connections in pool
2013-12-24 Ian Lance Taylorruntime/cgo: include <signal.h> to fix build
2013-12-24 Ian Lance Taylorruntime/cgo: always set signal mask before calling...
2013-12-23 Yasuhiro Matsumotomisc/vim: Fix broken quote
2013-12-22 S.Çağlar Onurcgo/runtime: replace sigprocmask with pthread_sigmask.
2013-12-22 Ian Lance TaylorA+C: S.Çağlar Onur (individual CLA)
2013-12-21 Shawn Smithbytes, strings: improve Title test coverage by adding...
2013-12-21 Alex Brainmandoc/go1.3.txt: mention windows syscall.NewCallbackCDecl
2013-12-21 David du Colombieros: reimplement HasPrefix and LastIndex to not depend...
2013-12-21 Russ Coxcmd/gc: do not compute dead value maps if they will...
2013-12-20 Jakub Ryszard... net/http: empty contenty-type treated as application...
2013-12-20 Russ Coxcmd/gc: address 1½ liveness bottlenecks
2013-12-20 Russ Coxcmd/gc: bypass DATA instruction for data initialized...
2013-12-20 Rob Pikesync: explain Pool's intentions
2013-12-20 Brad FitzpatrickA+C: Jakub Ryszard Czarnowicz (individual CLA)
2013-12-20 Josh Bleecher... doc: fix typo in Effective Go
2013-12-20 Brad Fitzpatrickio/ioutil: use sync.Pool in Discard
2013-12-20 Russ Coxlibmach: remove old object file readers
2013-12-20 Adam Langleycrypto/tls: rework reference tests.
2013-12-20 Russ Coxcodereview: switch defaultcc to golang-codereviews
2013-12-20 Alex A Skinnernet: ParseIP should return nil if :: doesn't expand...
2013-12-20 Shenghou Maruntime: fix build for OpenBSD
2013-12-20 Shenghou Maruntime: unblock signals when we try to core dump
2013-12-19 Keith Randallreflect: rewrite Value to separate out pointer vs....
2013-12-19 Russ Coxliblink: allow either of a pair of conflicting symbols...
2013-12-19 Brad Fitzpatricknet/http: add Hihack benchmark
2013-12-19 Rémy Oudomphengruntime: reduce delays in finalizer test.
2013-12-19 David du Colombieros: rename only works as part of the same directory...
2013-12-19 Rob Pikego/build: mention 'tag' as an alias for 'build constraint'
2013-12-19 Adam Langleycrypto/x509: import crypto/sha256
2013-12-19 ChaiShushancmd/yacc: expr example support windows
2013-12-19 Joel Singcmd/ld: make hostobj work on newer openbsd
2013-12-19 Mikio Haranet: rename TestReadConfig to TestDNSReadConfig
2013-12-19 Alex Brainmansyscall: add NewCallbackCDecl again
2013-12-19 Alex Brainmanruntime/pprof: skip tests that fail on windows-amd64...
2013-12-19 Brad Fitzpatrickcompress/flate: use io.ByteReader in docs
2013-12-19 Keith Randallruntime: mark objects in free lists as allocated and...
2013-12-19 Mikio Haranet: don't return a nested error when happy eyeballs...
2013-12-19 Brad Fitzpatrickregexp: use sync.Pool
2013-12-19 Russ Coxliblink: use explicit field for globl duplicate detection
2013-12-19 Russ Coxdebug/goobj: expand package prefix correctly
2013-12-18 David du Colombiersyscall: disallow slashes in file names on Plan 9
2013-12-18 Brad Fitzpatricknet/http: use sync.Pool
2013-12-18 Brad Fitzpatrickencoding/json: use sync.Pool
2013-12-18 Dave Cheneyliblink, cmd/gc: resolve several shift warnings
2013-12-18 Shenghou Macmd/go: show testflag help for "go test -h"
2013-12-18 Mikio Haranet: add test cases for the both of netgo, cgo DNS...
2013-12-18 Jakob Borgencoding/asn1: Fix parsing of non-printable strings in
2013-12-18 Jeff R. Allenmath/rand: Float32/64 must only return values in [0,1)
2013-12-18 ChaiShushancmd/yacc: gofmt y.go
2013-12-18 Nigel Taoimage/gif: respect local color table transparency.
2013-12-18 David du Colombiercmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warnings
2013-12-18 David du Colombierlibmach, cmd/8l: fix Plan 9 warnings
2013-12-18 David du Colombierliblink: fix Plan 9 warnings
next