2014-01-02 |
David Symonds | runtime: increase attempt count for map iteration order... |
commit | commitdiff | tree |
2014-01-02 |
David Symonds | runtime: add a test for randomised map iteration order. |
commit | commitdiff | tree |
2014-01-02 |
Brad Fitzpatrick | A+C: Pavel Zinovkin (individual CLA) |
commit | commitdiff | tree |
2014-01-02 |
Shawn Smith | encoding/hex: add Decode error test case |
commit | commitdiff | tree |
2014-01-02 |
Shawn Smith | time: add tests for Duration.Nanoseconds, Duration... |
commit | commitdiff | tree |
2014-01-01 |
Dave Cheney | encoding/json: add tests for InvalidUnmarshalError |
commit | commitdiff | tree |
2014-01-01 |
Shawn Smith | bufio: improve NewReaderSize, Peek, and UnreadByte... |
commit | commitdiff | tree |
2014-01-01 |
Shawn Smith | encoding/json: improve omitempty test coverage |
commit | commitdiff | tree |
2014-01-01 |
Shawn Smith | os: improve Readdir and Readdirnames test coverage |
commit | commitdiff | tree |
2014-01-01 |
Shawn Smith | encoding/hex: add Decode test case with uppercase hex... |
commit | commitdiff | tree |
2013-12-31 |
Michael Stapelberg | debug/elf: add C source for testdata executables |
commit | commitdiff | tree |
2013-12-31 |
Shawn Smith | crypto/sha256: add tests for Size() and BlockSize() |
commit | commitdiff | tree |
2013-12-31 |
David Symonds | 2014: Year of the Gopher. |
commit | commitdiff | tree |
2013-12-31 |
Shawn Smith | crypto/sha1: add tests for Size() and BlockSize() |
commit | commitdiff | tree |
2013-12-31 |
Shawn Smith | container/ring: add test for Move with empty Ring |
commit | commitdiff | tree |
2013-12-31 |
Mikio Hara | net: fix typo |
commit | commitdiff | tree |
2013-12-31 |
Shawn Smith | crypto/sha512: add tests for Size() and BlockSize() |
commit | commitdiff | tree |
2013-12-31 |
Josh Bleecher... | text/template: don't panic when using AddParseTree... |
commit | commitdiff | tree |
2013-12-30 |
Mihai Borobocea | spec: example shows wrong value for complex constant |
commit | commitdiff | tree |
2013-12-30 |
Brad Fitzpatrick | A+C: Mihai Borobocea (individual CLA) |
commit | commitdiff | tree |
2013-12-30 |
Keith Randall | cmd/6g: inline copies of up to 4 words in length. |
commit | commitdiff | tree |
2013-12-30 |
Keith Randall | runtime: use readrange instead of read to check for... |
commit | commitdiff | tree |
2013-12-30 |
Richard Musiol | reflect: fixed method name in Slice3 error message |
commit | commitdiff | tree |
2013-12-30 |
Shawn Smith | reflect: add DeepEqual slice of slice inequality test |
commit | commitdiff | tree |
2013-12-29 |
Shawn Smith | doc/contribute: golang-dev -> golang-codereviews |
commit | commitdiff | tree |
2013-12-29 |
Shawn Smith | reflect: remove length check for arrays in deepValueEqual |
commit | commitdiff | tree |
2013-12-29 |
Shawn Smith | io: add tests for SectionReader ReadAt and Size |
commit | commitdiff | tree |
2013-12-29 |
Shawn Smith | crypto/hmac: add tests for Size() and BlockSize() |
commit | commitdiff | tree |
2013-12-29 |
Dave Cheney | runtime: load runtime.goarm as a byte, not a word |
commit | commitdiff | tree |
2013-12-28 |
Ian Lance Taylor | net: work around Solaris connect issue when server... |
commit | commitdiff | tree |
2013-12-28 |
Shawn Smith | bytes: add test for Contains |
commit | commitdiff | tree |
2013-12-28 |
Shawn Smith | archive/tar: add test case for passing nil to FileInfoH... |
commit | commitdiff | tree |
2013-12-27 |
Martin Olsson | all: fix a few spelling errors in source comments |
commit | commitdiff | tree |
2013-12-27 |
Ian Lance Taylor | A+C: Martin Olsson (individual CLA) |
commit | commitdiff | tree |
2013-12-27 |
Ian Lance Taylor | net: use DialTimeout in TestSelfConnect |
commit | commitdiff | tree |
2013-12-27 |
Shawn Smith | strconv: add tests for FormatBool and AppendBool |
commit | commitdiff | tree |
2013-12-27 |
Shawn Smith | strconv: remove unused atof32int function |
commit | commitdiff | tree |
2013-12-27 |
Shawn Smith | crypto/cipher: remove unused shift1 function |
commit | commitdiff | tree |
2013-12-26 |
Brad Fitzpatrick | net/http: quiet distracting test spam |
commit | commitdiff | tree |
2013-12-26 |
Brad Fitzpatrick | net/http: fix data race in benchmark |
commit | commitdiff | tree |
2013-12-26 |
John Newlin | net/http: Release reference to chunkWriter's bufio... |
commit | commitdiff | tree |
2013-12-26 |
Brad Fitzpatrick | C: add John Newlin (Google CLA) |
commit | commitdiff | tree |
2013-12-26 |
Marko Tiikkaja | database/sql: Use all connections in pool |
commit | commitdiff | tree |
2013-12-24 |
Ian Lance Taylor | runtime/cgo: include <signal.h> to fix build |
commit | commitdiff | tree |
2013-12-24 |
Ian Lance Taylor | runtime/cgo: always set signal mask before calling... |
commit | commitdiff | tree |
2013-12-23 |
Yasuhiro Matsumoto | misc/vim: Fix broken quote |
commit | commitdiff | tree |
2013-12-22 |
S.Çağlar Onur | cgo/runtime: replace sigprocmask with pthread_sigmask. |
commit | commitdiff | tree |
2013-12-22 |
Ian Lance Taylor | A+C: S.Çağlar Onur (individual CLA) |
commit | commitdiff | tree |
2013-12-21 |
Shawn Smith | bytes, strings: improve Title test coverage by adding... |
commit | commitdiff | tree |
2013-12-21 |
Alex Brainman | doc/go1.3.txt: mention windows syscall.NewCallbackCDecl |
commit | commitdiff | tree |
2013-12-21 |
David du Colombier | os: reimplement HasPrefix and LastIndex to not depend... |
commit | commitdiff | tree |
2013-12-21 |
Russ Cox | cmd/gc: do not compute dead value maps if they will... |
commit | commitdiff | tree |
2013-12-20 |
Jakub Ryszard... | net/http: empty contenty-type treated as application... |
commit | commitdiff | tree |
2013-12-20 |
Russ Cox | cmd/gc: address 1½ liveness bottlenecks |
commit | commitdiff | tree |
2013-12-20 |
Russ Cox | cmd/gc: bypass DATA instruction for data initialized... |
commit | commitdiff | tree |
2013-12-20 |
Rob Pike | sync: explain Pool's intentions |
commit | commitdiff | tree |
2013-12-20 |
Brad Fitzpatrick | A+C: Jakub Ryszard Czarnowicz (individual CLA) |
commit | commitdiff | tree |
2013-12-20 |
Josh Bleecher... | doc: fix typo in Effective Go |
commit | commitdiff | tree |
2013-12-20 |
Brad Fitzpatrick | io/ioutil: use sync.Pool in Discard |
commit | commitdiff | tree |
2013-12-20 |
Russ Cox | libmach: remove old object file readers |
commit | commitdiff | tree |
2013-12-20 |
Adam Langley | crypto/tls: rework reference tests. |
commit | commitdiff | tree |
2013-12-20 |
Russ Cox | codereview: switch defaultcc to golang-codereviews |
commit | commitdiff | tree |
2013-12-20 |
Alex A Skinner | net: ParseIP should return nil if :: doesn't expand... |
commit | commitdiff | tree |
2013-12-20 |
Shenghou Ma | runtime: fix build for OpenBSD |
commit | commitdiff | tree |
2013-12-20 |
Shenghou Ma | runtime: unblock signals when we try to core dump |
commit | commitdiff | tree |
2013-12-19 |
Keith Randall | reflect: rewrite Value to separate out pointer vs.... |
commit | commitdiff | tree |
2013-12-19 |
Russ Cox | liblink: allow either of a pair of conflicting symbols... |
commit | commitdiff | tree |
2013-12-19 |
Brad Fitzpatrick | net/http: add Hihack benchmark |
commit | commitdiff | tree |
2013-12-19 |
Rémy Oudompheng | runtime: reduce delays in finalizer test. |
commit | commitdiff | tree |
2013-12-19 |
David du Colombier | os: rename only works as part of the same directory... |
commit | commitdiff | tree |
2013-12-19 |
Rob Pike | go/build: mention 'tag' as an alias for 'build constraint' |
commit | commitdiff | tree |
2013-12-19 |
Adam Langley | crypto/x509: import crypto/sha256 |
commit | commitdiff | tree |
2013-12-19 |
ChaiShushan | cmd/yacc: expr example support windows |
commit | commitdiff | tree |
2013-12-19 |
Joel Sing | cmd/ld: make hostobj work on newer openbsd |
commit | commitdiff | tree |
2013-12-19 |
Mikio Hara | net: rename TestReadConfig to TestDNSReadConfig |
commit | commitdiff | tree |
2013-12-19 |
Alex Brainman | syscall: add NewCallbackCDecl again |
commit | commitdiff | tree |
2013-12-19 |
Alex Brainman | runtime/pprof: skip tests that fail on windows-amd64... |
commit | commitdiff | tree |
2013-12-19 |
Brad Fitzpatrick | compress/flate: use io.ByteReader in docs |
commit | commitdiff | tree |
2013-12-19 |
Keith Randall | runtime: mark objects in free lists as allocated and... |
commit | commitdiff | tree |
2013-12-19 |
Mikio Hara | net: don't return a nested error when happy eyeballs... |
commit | commitdiff | tree |
2013-12-19 |
Brad Fitzpatrick | regexp: use sync.Pool |
commit | commitdiff | tree |
2013-12-19 |
Russ Cox | liblink: use explicit field for globl duplicate detection |
commit | commitdiff | tree |
2013-12-19 |
Russ Cox | debug/goobj: expand package prefix correctly |
commit | commitdiff | tree |
2013-12-18 |
David du Colombier | syscall: disallow slashes in file names on Plan 9 |
commit | commitdiff | tree |
2013-12-18 |
Brad Fitzpatrick | net/http: use sync.Pool |
commit | commitdiff | tree |
2013-12-18 |
Brad Fitzpatrick | encoding/json: use sync.Pool |
commit | commitdiff | tree |
2013-12-18 |
Dave Cheney | liblink, cmd/gc: resolve several shift warnings |
commit | commitdiff | tree |
2013-12-18 |
Shenghou Ma | cmd/go: show testflag help for "go test -h" |
commit | commitdiff | tree |
2013-12-18 |
Mikio Hara | net: add test cases for the both of netgo, cgo DNS... |
commit | commitdiff | tree |
2013-12-18 |
Jakob Borg | encoding/asn1: Fix parsing of non-printable strings in |
commit | commitdiff | tree |
2013-12-18 |
Jeff R. Allen | math/rand: Float32/64 must only return values in [0,1) |
commit | commitdiff | tree |
2013-12-18 |
ChaiShushan | cmd/yacc: gofmt y.go |
commit | commitdiff | tree |
2013-12-18 |
Nigel Tao | image/gif: respect local color table transparency. |
commit | commitdiff | tree |
2013-12-18 |
David du Colombier | cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warnings |
commit | commitdiff | tree |
2013-12-18 |
David du Colombier | libmach, cmd/8l: fix Plan 9 warnings |
commit | commitdiff | tree |
2013-12-18 |
David du Colombier | liblink: fix Plan 9 warnings |
commit | commitdiff | tree |
2013-12-18 |
Brad Fitzpatrick | fmt: use sync.Pool |
commit | commitdiff | tree |
2013-12-18 |
Brad Fitzpatrick | sync: add Pool type |
commit | commitdiff | tree |
2013-12-18 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2013-12-18 |
Ian Lance Taylor | liblink: don't search for an import file with an absolu... |
commit | commitdiff | tree |
next |