| 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 | 
| 2014-03-05 | 
Russ Cox | A+C: Manoj Dayaram (Moov Corporation, corporate CLA) | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Paul A Querna | net/http: Add TLS Connection State to Responses. | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Brad Fitzpatrick | A+C: Paul A Querna (individual CLA) | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Shenghou Ma | syscall: add mmap constants for NetBSD/ARM. | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Robert Griesemer | spec: shadowed return parameters may be disallowed | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Shenghou Ma | cmd/dist: support building pkg/runtime/*. | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Kelsey Hightower | encoding/gob: improve interface assignment error message | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Shawn Smith | encoding/xml: add test for EncodeToken | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Shenghou Ma | cmd/ld: don't include padding length in size of the...  | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Alberto García...  | cmd/go: add support for coverage in CgoFiles | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Russ Cox | cmd/dist: use vfprintf on Windows, same as on Unix | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Chris Manghane | cmd/gc: allow append and complex builtins to accept...  | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Jan Ziak | cmd/dist: respect system CFLAGS/LDFLAGS | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Russ Cox | runtime: handle Go calls C calls Go panic correctly...  | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Joel Sing | syscall: regenerate z-files for dragonfly | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Joel Sing | syscall: fix mksysnum_dragonfly.pl | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Joel Sing | net: disable "udp" to IPv6 unicast address loopback...  | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Joel Sing | net: fix non-blocking connect handling on dragonfly | 
commit | commitdiff | tree | 
| 2014-03-05 | 
Patrick Mézard | os: try openFile before openDir in windows os.OpenFile | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Robert Griesemer | go/parser: better error position for non-invoked gp...  | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Mike Andrews | net/smtp: set ServerName in StartTLS, as now required...  | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | net/http: improve Client.Timeout docs, quiet test | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Russ Cox | liblink: fix arm build | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Matt Aimonetti | net/http: make Request.ParseForm parse form-urlencoded...  | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | net/http: fix test failure on some Windows machines | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Russ Cox | runtime: fix arm build (B not JMP) | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Russ Cox | cmd/ld: clear unused ctxt before morestack | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | net/http: deflake another alloc test | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | crypto/cipher: fix AEAD.Open documentation nit | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Kelsey Hightower | path/filepath: ensure Glob does not ignore broken symlinks | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | net/http: disable an alloc test under the race detector | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | A+C: Matt Aimonetti (individual CLA) | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | A+C: Mike Andrews (individual CLA) | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | A+C: Kelsey Hightower (individual CLA) | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Russ Cox | runtime: fix finalizer flakiness | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Dmitriy Vyukov | cmd/go: fix data race on buildLdflags | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Rémy Oudompheng | cmd/gc: use a register to checknil constants. | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Russ Cox | runtime: fix traceback on Windows | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Robert Griesemer | spec: clarify what is considered a function call for...  | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Brad Fitzpatrick | net/http: fix location of StateHijacked and StateActive | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Mikio Hara | doc: add freebsd items | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Russ Cox | math/rand: speed up Float32, Float64 | 
commit | commitdiff | tree | 
| 2014-03-04 | 
Russ Cox | cmd/gc: fix internal crash | 
commit | commitdiff | tree | 
| next |