2014-04-01 |
Andrew Gerrand | time: increase timeout in negative sleep duration test |
commit | commitdiff | tree |
2014-04-01 |
Keith Randall | runtime: get rid of most uses of REP for copying/zeroing. |
commit | commitdiff | tree |
2014-04-01 |
Russ Cox | runtime: use correct pc to obtain liveness info during... |
commit | commitdiff | tree |
2014-04-01 |
Russ Cox | cmd/gc: shorten temporary lifetimes when possible |
commit | commitdiff | tree |
2014-04-01 |
Russ Cox | runtime: adjust GODEBUG=allocfreetrace=1 and GODEBUG... |
commit | commitdiff | tree |
2014-04-01 |
Shenghou Ma | api: update next.txt |
commit | commitdiff | tree |
2014-04-01 |
Shenghou Ma | html/template: fix broken links |
commit | commitdiff | tree |
2014-04-01 |
Shenghou Ma | cmd/gc: fix spurious "bad negated constant" for complex... |
commit | commitdiff | tree |
2014-03-31 |
Russ Cox | benchcmp: leave a forwarding script |
commit | commitdiff | tree |
2014-03-29 |
Shenghou Ma | cmd/ld: pass -Qunused-arguments to clang during host... |
commit | commitdiff | tree |
2014-03-29 |
Mike Andrews | cmd/ld: don't delete output binary if not "ordinary... |
commit | commitdiff | tree |
2014-03-29 |
Jan Ziak | cmd/gc: suppress array index error caused by a previous... |
commit | commitdiff | tree |
2014-03-29 |
Mikio Hara | net: tweak the ephemeral port range on dragonfly |
commit | commitdiff | tree |
2014-03-29 |
Mikio Hara | syscall: add SendmsgN for BSD variants, Linux and Solaris |
commit | commitdiff | tree |
2014-03-28 |
Brad Fitzpatrick | bytes, strings: allow Reader.Seek past 1<<31 |
commit | commitdiff | tree |
2014-03-28 |
Russ Cox | cmd/gc: never pass ptr to uninit temp to runtime |
commit | commitdiff | tree |
2014-03-28 |
Adam Langley | crypto/x509: unbreak Windows build. |
commit | commitdiff | tree |
2014-03-28 |
Alex Brainman | runtime: ignore windows exception if not in Go binary |
commit | commitdiff | tree |
2014-03-28 |
Mikio Hara | net: make IPv6 capability test more suitable for addres... |
commit | commitdiff | tree |
2014-03-28 |
Mikio Hara | syscall: don't generate RTF_BITS constant on OS X Maver... |
commit | commitdiff | tree |
2014-03-28 |
Rob Pike | doc/go1.3.html: contiguous stacks |
commit | commitdiff | tree |
2014-03-28 |
Alex Brainman | runtime: do not crash when GetQueuedCompletionStatusEx... |
commit | commitdiff | tree |
2014-03-27 |
Adam Langley | crypto/x509: update tests because Windows removed the... |
commit | commitdiff | tree |
2014-03-27 |
Rui Ueyama | misc/emacs: do not highlight built-in function if not... |
commit | commitdiff | tree |
2014-03-27 |
Daniel Morsing | cmd/cgo: enforce typing of 0-sized types |
commit | commitdiff | tree |
2014-03-27 |
Rui Ueyama | misc/emacs: handle backslash in raw string in Emacs 23 |
commit | commitdiff | tree |
2014-03-27 |
Russ Cox | runtime: enable 'bad pointer' check during garbage... |
commit | commitdiff | tree |
2014-03-27 |
Russ Cox | cmd/gc: liveness-related bug fixes |
commit | commitdiff | tree |
2014-03-27 |
Russ Cox | cmd/dist: zero output variables on entry to goc2c functions |
commit | commitdiff | tree |
2014-03-27 |
Russ Cox | regexp/syntax: remove InstLast |
commit | commitdiff | tree |
2014-03-27 |
Jan Ziak | cmd/gc: fix spurious 'use of untyped nil' error |
commit | commitdiff | tree |
2014-03-27 |
Rui Ueyama | misc/bash, misc/zsh: fix completion rules |
commit | commitdiff | tree |
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 |
next |