| 2014-03-14 | 
Jan Ziak | cmd/gc: fix spurious 'not enough arguments to return...  | 
commit | commitdiff | tree | 
| 2014-03-14 | 
Shenghou Ma | cmd/gc: replace '·' as '.' in ELF/Mach-O symbol tables | 
commit | commitdiff | tree | 
| 2014-03-14 | 
Aram Hăvărneanu | runtime: fix use after close race in Solaris network...  | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Keith Randall | debug/macho: handle missing __debug_str section | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Anthony Martin | runtime: fix signal handling on Plan 9 | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Dmitriy Vyukov | runtime: improve efence | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Dmitriy Vyukov | doc: update go1.3.txt for some performance changes | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Dmitriy Vyukov | runtime: detect stack split after fork | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Dmitriy Vyukov | runtime: harden conditions when runtime panics on crash | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Dmitriy Vyukov | runtime: fix stack size check | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Aram Hăvărneanu | runtime: avoid runtime·cgocall in functions called...  | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Rémy Oudompheng | cmd/gc: fix spurious type errors in walkselect. | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Rémy Oudompheng | cmd/6g: fix stack zeroing preamble on amd64p32. | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Mikio Hara | net: fix TCP keepalive on dragonfly | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Michael Hudson...  | cmd/go: use correct libraries during gccgo link | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Anthony Martin | runtime: call symtabinit earlier | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Anthony Martin | cmd/gc: make the fpu handle all exceptions on Plan 9 | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Anthony Martin | os: relax the way we kill processes on Plan 9 | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Anthony Martin | runtime: use unoptimized memmove and memclr on Plan 9 | 
commit | commitdiff | tree | 
| 2014-03-13 | 
Anthony Martin | cmd/ld: give acid a fighting chance at unwinding the...  | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Brad Fitzpatrick | doc: update go1.3.txt for regexp change | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Dave Cheney | runtime: fix missing nacl/386 symbol | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Russ Cox | doc/go1.3.txt: add notes about copying stacks, win2k...  | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Dominik Honnef | misc/emacs: correctly fontify methods when go-fontify...  | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Rob Pike | fmt: improve documentation for width and precision | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Dmitriy Vyukov | runtime: efence support for growable stacks | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Dmitriy Vyukov | runtime: temporary weaken a check in test | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Jan Ziak | cmd/go: respect system CGO_CFLAGS and CGO_CXXFLAGS | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Brad Fitzpatrick | net/http/cgi: serve 500, not 200, on invalid responses...  | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Russ Cox | runtime: fix empty string handling in garbage collector | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Russ Cox | test/run: make errorcheck tests faster | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Russ Cox | cmd/gc: fix crash in -live mode | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Dhiru Kholia | dwarf: add extensions for multi-file compression (...  | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Mikio Hara | runtime: make use of THREAD_SHARE userspace mutex on...  | 
commit | commitdiff | tree | 
| 2014-03-12 | 
Mikio Hara | syscall, net: clean up socket stub for solaris | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Dave Cheney | runtime: disable Native Client fake time support | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Kay Zhu | path/filepath: fixed misaligned comment. | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Dave Cheney | runtime: fix nacl/amd64p32 signal handling | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Brad Fitzpatrick | C: add Kay Zhu (Google CLA) | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Josh Bleecher...  | liblink: fix bad code generated for MOVFD/MOVDF when...  | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Shenghou Ma | crypto/rsa: fix docs for PrecomputedValues.Qinv | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Dmitriy Vyukov | runtime: remove atomic CAS loop from marknogc | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Dmitriy Vyukov | runtime: wipe out bitSpecial from GC code | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Alex Brainman | syscall: replace mksyscall_windows.pl with mksyscall_wi...  | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Dave Cheney | runtime: more Native Client fixes | 
commit | commitdiff | tree | 
| 2014-03-11 | 
Alan Donovan | net/http: eliminate defined-but-not-used var. | 
commit | commitdiff | tree | 
| 2014-03-10 | 
Keith Randall | runtime: remove unused declarations. | 
commit | commitdiff | tree | 
| 2014-03-10 | 
Brad Fitzpatrick | A+C: Dhiru Kholia (individual CLA) | 
commit | commitdiff | tree | 
| 2014-03-10 | 
Dave Cheney | runtime: small Native Client fixes | 
commit | commitdiff | tree | 
| 2014-03-10 | 
Brad Fitzpatrick | A+C: Steven Hartland (individual CLA) | 
commit | commitdiff | tree | 
| 2014-03-10 | 
Adam Langley | time: handle int64 overflow in ParseDuration. | 
commit | commitdiff | tree | 
| 2014-03-10 | 
Rémy Oudompheng | runtime: fix cgocallback stack size on amd64p32. | 
commit | commitdiff | tree | 
| 2014-03-10 | 
Mikio Hara | runtime: fix flakiness on futexsleep test | 
commit | commitdiff | tree | 
| 2014-03-09 | 
Dave Cheney | syscall: add missing SO_ERROR constant for nacl/* | 
commit | commitdiff | tree | 
| 2014-03-08 | 
Brad Fitzpatrick | net/rpc/jsonrpc: set exactly one of result or error...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Brad Fitzpatrick | os: document that Process.Wait only works on child...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Mikio Hara | runtime: fix futexsleep test on freebsd/386 | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Rémy Oudompheng | cmd/gc: correct GOARCH in object files for amd64p32. | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Rémy Oudompheng | runtime: add missing nacl build tag for lock_sema.c | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Russ Cox | sync: give finalizers more time in TestPoolGC | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Dave Cheney | crypto/md5, crypto/sha1: exclude amd64p32 from generic...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
David Covert | regexp: add one-pass optimization from RE2 | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Shenghou Ma | runtime: round stack size to power of 2. | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Rémy Oudompheng | cmd/gc: enforce register-width alignment for stack...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Russ Cox | runtime: comment out breakpoint in windows/386 sighandler | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Russ Cox | runtime: fix windows/386 build | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Rémy Oudompheng | liblink: fix morestack handling on amd64p32. | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Dmitriy Vyukov | runtime: refactor and fix stack management code | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Dmitriy Vyukov | runtime: fix memory corruption and leak in recursive...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Russ Cox | runtime: fix memory leak in runfinq | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Dave Cheney | cmd/6a: add support for nacl/amd64p32 | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Dave Cheney | cmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Rob Pike | encoding/gob: document that Decode returns EOF at EOF | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Rob Pike | strconv: document value returned by ParseInt when there...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Robert Griesemer | spec: clarify when constant slice indices must be in...  | 
commit | commitdiff | tree | 
| 2014-03-07 | 
Keith Randall | runtime: shrink bigger stacks without any copying. | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Russ Cox | cmd/go: add test case for cgo coverage | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Russ Cox | runtime: fix malloc page alignment + efence | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dave Cheney | cmd/5c: fix arm build | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dave Cheney | cmd/cc, cmd/5c, cmd/6c, cmd/8c: introduce linkarchinit...  | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dmitriy Vyukov | runtime: print goroutine header on fault | 
commit | commitdiff | tree | 
| 2014-03-06 | 
David du Colombier | runtime: fix warnings on Plan 9 | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dmitriy Vyukov | runtime: use custom thunks for race calls instead of cgo | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Brad Fitzpatrick | net/http/cgi: kill child CGI process on copy error | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Robert Griesemer | spec: clarify value passed for final parameter of varia...  | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dmitriy Vyukov | runtime: fix bad g status after copystack | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dmitriy Vyukov | runtime: fix runaway memory usage | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dmitriy Vyukov | net/http: make TestUseProxy repeatable | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Dmitriy Vyukov | run.bash: explain why we set GOMAXPROCS for runtime...  | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Shenghou Ma | api: update next.txt | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Shenghou Ma | api: add NetBSD/ARM EABI exceptions. | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Shenghou Ma | cmd/dist: enable GOARM>5 on NetBSD/ARM. | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Shenghou Ma | syscall: update NetBSD/ARM port to EABI. | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Robert Griesemer | spec: be more precise about underlying types of predecl...  | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Rob Pike | doc/go_faq.html: reference the new wiki page titled...  | 
commit | commitdiff | tree | 
| 2014-03-06 | 
Brad Fitzpatrick | net/rpc/jsonrpc: add temporarily-disabled failing test | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Brad Fitzpatrick | net/http: deflake a test | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Brad Fitzpatrick | doc: update links in contribute.html | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Brad Fitzpatrick | net/http: minor fixes and optimization for Response.TLS | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Russ Cox | CONTRIBUTORS: add David Covert (Google CLA) | 
commit | commitdiff | tree | 
| next |