2014-03-27 |
Russ Cox | runtime: initialize complete Hiter during mapiterinit |
commit | commitdiff | tree |
2014-03-27 |
Rob Pike | doc/go1.3.html: explain the change to the memory model |
commit | commitdiff | tree |
2014-03-26 |
Erik Westrup | cmd/go: Use exported CgoLDFlags when compiler=gccgo |
commit | commitdiff | tree |
2014-03-26 |
Ian Lance Taylor | A+C: Erik Westrup (individual CLA) |
commit | commitdiff | tree |
2014-03-26 |
Shenghou Ma | cmd/dist: set -Wuninitialized only when -O is also... |
commit | commitdiff | tree |
2014-03-26 |
Dmitriy Vyukov | runtime: eliminate false retention due to m->moreargp... |
commit | commitdiff | tree |
2014-03-26 |
Dmitriy Vyukov | runtime: support channel-based mutex in race detector |
commit | commitdiff | tree |
2014-03-26 |
Dmitriy Vyukov | runtime: fix yet another race in bgsweep |
commit | commitdiff | tree |
2014-03-26 |
Dmitriy Vyukov | runtime: minor improvement of string scanning |
commit | commitdiff | tree |
2014-03-26 |
Rob Pike | cmd/go: fix typo in help doc |
commit | commitdiff | tree |
2014-03-26 |
Rob Pike | fmt: document order of application of %T, %p and the... |
commit | commitdiff | tree |
2014-03-26 |
Mikio Hara | doc: document DragonFly BSD port |
commit | commitdiff | tree |
2014-03-26 |
Dave Cheney | cmd/go: ensure external test files are presented to... |
commit | commitdiff | tree |
2014-03-26 |
Shenghou Ma | cmd/gc: add missing entries to lexn and yytfix. |
commit | commitdiff | tree |
2014-03-26 |
Shenghou Ma | doc: document Solaris port. |
commit | commitdiff | tree |
2014-03-26 |
Rob Pike | doc/go1.3.html: new release document outline |
commit | commitdiff | tree |
2014-03-26 |
David Barnett | misc/vim: Disable automatic line wrapping by textwidth. |
commit | commitdiff | tree |
2014-03-26 |
David Symonds | C: add David Barnett (Google CLA). |
commit | commitdiff | tree |
2014-03-24 |
Mikio Hara | net: deflake TestTCPConcurrentAccept |
commit | commitdiff | tree |
2014-03-24 |
Mikio Hara | net: avoid multiple calling of syscall connect on Unix... |
commit | commitdiff | tree |
2014-03-26 |
Mikio Hara | runtime: slience warning on 32-bit platforms |
commit | commitdiff | tree |
2014-03-26 |
Andrew Gerrand | doc/gopher: fix typo in README |
commit | commitdiff | tree |
2014-03-26 |
Alex Brainman | runtime: use VEH for windows/amd64 exception handling |
commit | commitdiff | tree |
2014-03-25 |
Andrew Gerrand | doc/gopher: add README |
commit | commitdiff | tree |
2014-03-25 |
Brad Fitzpatrick | net/http: disable recently-introduced flaky test on... |
commit | commitdiff | tree |
2014-03-25 |
Keith Randall | runtime: WriteHeapDump dumps the heap to a file. |
commit | commitdiff | tree |
2014-03-25 |
Ian Lance Taylor | runtime: fix windows build (buggy commit in 19543:d68b7... |
commit | commitdiff | tree |
2014-03-25 |
Keith Randall | runtime: redo stack map entries to avoid false retention |
commit | commitdiff | tree |
2014-03-25 |
Ian Lance Taylor | runtime: accurately record whether heap memory is reserved |
commit | commitdiff | tree |
2014-03-25 |
Brad Fitzpatrick | net/http: don't re-use Transport connections if we... |
commit | commitdiff | tree |
2014-03-25 |
Brad Fitzpatrick | crypto/tls: make Conn.Read return (n, io.EOF) when... |
commit | commitdiff | tree |
2014-03-25 |
Ian Lance Taylor | runtime: change nproc local variable to uint32 |
commit | commitdiff | tree |
2014-03-25 |
Nigel Tao | database/sql: add "defer rows.Close()" to the example... |
commit | commitdiff | tree |
2014-03-25 |
Russ Cox | runtime: use VEH, not SEH, for windows/386 exception... |
commit | commitdiff | tree |
2014-03-25 |
Russ Cox | time: add comment explaining rejection of years outside... |
commit | commitdiff | tree |
2014-03-25 |
Rob Pike | math/cmplx: define Pow(0, x) for problematic values... |
commit | commitdiff | tree |
2014-03-25 |
Rob Pike | regexp/syntax: document the upper limit of n in x{n} |
commit | commitdiff | tree |
2014-03-25 |
Rob Pike | regexp: document that it is linear in the input size. |
commit | commitdiff | tree |
2014-03-24 |
Russ Cox | doc: allow buffered channel as semaphore without initia... |
commit | commitdiff | tree |
2014-03-24 |
Jan Ziak | cmd/gc: fix spurious 'const initializer is not a consta... |
commit | commitdiff | tree |
2014-03-24 |
Rui Ueyama | bufio: fix bug that ReadFrom stops before EOF or error |
commit | commitdiff | tree |
2014-03-24 |
Jan Ziak | cmd/gc: round floats with a large negative exponent... |
commit | commitdiff | tree |
2014-03-24 |
Rui Ueyama | strings: minor cleanup |
commit | commitdiff | tree |
2014-03-24 |
Dave Cheney | misc/nacl: add Native Client support scripts and docume... |
commit | commitdiff | tree |
2014-03-23 |
Rui Ueyama | unicode/utf8: minor code simplification |
commit | commitdiff | tree |
2014-03-23 |
Rui Ueyama | unicode/utf16: remove unnecessary type conversions |
commit | commitdiff | tree |
2014-03-23 |
Rui Ueyama | bufio: fix typo in test |
commit | commitdiff | tree |
2014-03-22 |
Rui Ueyama | regexp: remove unused variables |
commit | commitdiff | tree |
2014-03-22 |
Rui Ueyama | text/scanner: handle non-io.EOF errors |
commit | commitdiff | tree |
2014-03-21 |
David du Colombier | cmd/ld: fix warnings on Plan 9 |
commit | commitdiff | tree |
2014-03-21 |
David du Colombier | runtime: skip stack growth test in short mode |
commit | commitdiff | tree |
2014-03-21 |
Adam Langley | encoding/asn1: use GeneralizedTime for times outside... |
commit | commitdiff | tree |
2014-03-21 |
Rob Pike | doc/go_faq.html: update description of stack management |
commit | commitdiff | tree |
2014-03-20 |
Rob Pike | doc/effective_go.html: fix typo |
commit | commitdiff | tree |
2014-03-20 |
Rémy Oudompheng | cmd/6g, cmd/8g: skip CONVNOP nodes in bgen. |
commit | commitdiff | tree |
2014-03-20 |
Rémy Oudompheng | reflect: correct alignment of call arguments on amd64p32. |
commit | commitdiff | tree |
2014-03-20 |
Rémy Oudompheng | cmd/6g: make comment more consistent. |
commit | commitdiff | tree |
2014-03-20 |
Chris Manghane | test: add extra test case for issue 7590 |
commit | commitdiff | tree |
2014-03-20 |
Brad Fitzpatrick | crypto/tls: clarify concurrent use of Config |
commit | commitdiff | tree |
2014-03-20 |
Rémy Oudompheng | test: enable bug385_32 test on amd64p32. |
commit | commitdiff | tree |
2014-03-20 |
Rui Ueyama | base64: fix bug that decoder fails to detect corruption |
commit | commitdiff | tree |
2014-03-20 |
Rui Ueyama | base32: remove unnecessary "if" condition |
commit | commitdiff | tree |
2014-03-20 |
Ian Lance Taylor | cmd/6g: remove unused stosptr variable |
commit | commitdiff | tree |
2014-03-19 |
Keith Randall | cmd/6g: do small zeroings with straightline code. |
commit | commitdiff | tree |
2014-03-19 |
Rob Pike | fmt: make %F a synonym for %f |
commit | commitdiff | tree |
2014-03-19 |
Rui Ueyama | strings, bytes: ReadAt should not mutate receiver |
commit | commitdiff | tree |
2014-03-19 |
Rui Ueyama | unicode: minor cleanup |
commit | commitdiff | tree |
2014-03-19 |
Rui Ueyama | strings, bytes: fix Reader.UnreadRune |
commit | commitdiff | tree |
2014-03-19 |
Dmitriy Vyukov | runtime: add stack growth tests |
commit | commitdiff | tree |
2014-03-19 |
Dmitriy Vyukov | runtime: fix stack split detection around fork |
commit | commitdiff | tree |
2014-03-19 |
Jan Ziak | cmd/gc: check exponent overflow and underflow in mparith |
commit | commitdiff | tree |
2014-03-19 |
Rui Ueyama | misc/bash/go: remove "doc" subcommand autocompletion |
commit | commitdiff | tree |
2014-03-19 |
Rui Ueyama | bytes: fix panic in Map |
commit | commitdiff | tree |
2014-03-18 |
Rob Pike | strconv: CanBackquote should reject \x7F |
commit | commitdiff | tree |
2014-03-18 |
Jan Ziak | cmd/go: let build -x output describe CGO_LDFLAGS env... |
commit | commitdiff | tree |
2014-03-18 |
Brad Fitzpatrick | expvar: don't recursively acquire Map.RLock |
commit | commitdiff | tree |
2014-03-18 |
Mikio Hara | net/http: make use of testing.Errorf instead of testing... |
commit | commitdiff | tree |
2014-03-18 |
Rui Ueyama | base64: refactor encoder.Write |
commit | commitdiff | tree |
2014-03-18 |
Rob Pike | cmd/go: make the default coverage mode -atomic if ... |
commit | commitdiff | tree |
2014-03-18 |
Chris Manghane | cmd/gc: fix error check for self-referential array... |
commit | commitdiff | tree |
2014-03-18 |
Brad Fitzpatrick | undo CL 77050045 / 073d79675aae |
commit | commitdiff | tree |
2014-03-18 |
Rick Arnold | build: fix race in doc/articles/wiki test |
commit | commitdiff | tree |
2014-03-18 |
Chris Manghane | cmd/gc: Add tests for self-referential array types. |
commit | commitdiff | tree |
2014-03-18 |
Rob Pike | fmt: document GoStringer and explain application of... |
commit | commitdiff | tree |
2014-03-17 |
Luka Zakrajšek | net/http: Request Body error should not be ignored. |
commit | commitdiff | tree |
2014-03-17 |
Brad Fitzpatrick | A+C: Luka Zakrajšek (individual CLA) |
commit | commitdiff | tree |
2014-03-17 |
Catalin Patulea | net/http/fcgi: fix handling of request ID reuse |
commit | commitdiff | tree |
2014-03-17 |
Brad Fitzpatrick | C: add Catalin Patulea (Google CLA) |
commit | commitdiff | tree |
2014-03-17 |
Rui Ueyama | encoding/hex: add error check for write error. |
commit | commitdiff | tree |
2014-03-17 |
Rui Ueyama | misc/bash/go: Add a completion rule for "go env". |
commit | commitdiff | tree |
2014-03-17 |
Brad Fitzpatrick | C: add Rui Ueyama (Google CLA) |
commit | commitdiff | tree |
2014-03-16 |
Nathan John... | doc: Revise Contribution Guidelines. |
commit | commitdiff | tree |
2014-03-15 |
Ian Lance Taylor | cmd/gc: fix comment about how GOEXPERIMENT works |
commit | commitdiff | tree |
2014-03-15 |
Mikio Hara | net: make use of testing.Errorf instead of testing... |
commit | commitdiff | tree |
2014-03-14 |
Rémy Oudompheng | runtime: fix 386 assembly for syscall.naclWrite |
commit | commitdiff | tree |
2014-03-14 |
Rémy Oudompheng | liblink, runtime: make nacl/386 binaries valid. |
commit | commitdiff | tree |
2014-03-14 |
Dmitriy Vyukov | runtime: fix another race in bgsweep |
commit | commitdiff | tree |
2014-03-14 |
Dmitriy Vyukov | runtime: fix spans corruption |
commit | commitdiff | tree |
2014-03-14 |
Rémy Oudompheng | cmd/6g, runtime: alignment fixes for amd64p32. |
commit | commitdiff | tree |
2014-03-14 |
Dmitriy Vyukov | runtime: report "out of memory" in efence mode |
commit | commitdiff | tree |
next |