| 2014-02-25 | 
Mikio Hara | syscall: add mmap test | 
commit | commitdiff | tree | 
| 2014-02-25 | 
Dmitriy Vyukov | sync: use RunParallel in benchmarks | 
commit | commitdiff | tree | 
| 2014-02-25 | 
Aram Hăvărneanu | syscall: add support for GOOS=solaris | 
commit | commitdiff | tree | 
| 2014-02-25 | 
Aram Hăvărneanu | syscall: generate zfiles for GOOS=solaris | 
commit | commitdiff | tree | 
| 2014-02-25 | 
Aram Hăvărneanu | runtime, net: add support for GOOS=solaris | 
commit | commitdiff | tree | 
| 2014-02-25 | 
Robert Griesemer | go/printer: fix alignment of comments in labeled statements | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Brad Fitzpatrick | net/http: use TCP Keep-Alives on DefaultTransport's...  | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Adam Langley | crypto/tls: report TLS version in ConnectionState. | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Adam Langley | crypto/tls: pick ECDHE curves based on server preference. | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Russ Cox | build: comment possible ulimit failure in run.bash | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Brad Fitzpatrick | net: add Dialer.KeepAlive option | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Shenghou Ma | cmd/ld: fix build for ARMv5. | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Rémy Oudompheng | cmd/gc: fix walkcompare bugs. | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Lucio De Re | cmd/go: Plan 9 compatible "env" output | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Rob Pike | crypto/md5,sha1: add examples for Sum | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | testing: fix bogus benchmark | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | testing: improve diagnosis of a potential misuse of...  | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | runtime: fix heap memory corruption | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | runtime: fix potential memory corruption | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | runtime: use RunParallel in more benchmarks | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | time: use RunParallel in benchmarks | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | math/big: use RunParallel in benchmarks | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | fmt: use RunParallel in benchmarks | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Mikio Hara | syscall: regenerate Flock_t to make it compliant with...  | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | testing: diagnose a potential misuse of RunParallel | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | net/http: use RunParallel in benchmarks | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | net/rpc: use RunParallel in benchmarks | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | runtime: fix double symbol definition | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dave Cheney | runtime: stack allocate Panic structure during runtime...  | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Jay Weisskopf | runtime: use monotonic clock for timers (linux/386...  | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Patrick Mézard | time: explicitely mention Tickers have to be stopped | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Shane Hansen | gdb: Add partial python3 + go1.2 support to runtime...  | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Patrick Mézard | codereview: remove unused upload_options.revision | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Robert Daniel...  | net/http: don't pile up defers in b.N loop | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Dmitriy Vyukov | runtime/race: fix finalizer tests | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Mikio Hara | syscall: add fcntl test | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Mikio Hara | syscall: make mkerrors.sh work with clang | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Mikio Hara | syscall: consolidate test cases for Unix-like systems | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Anfernee Yongkun Gui | net/http: fix comment in connectMethod's key format | 
commit | commitdiff | tree | 
| 2014-02-24 | 
Shenghou Ma | misc/cgo/testso: don't use TLS variables on Darwin...  | 
commit | commitdiff | tree | 
| 2014-02-23 | 
Shenghou Ma | cmd/gc: diagnose "make([]T, non-integer)" correctly. | 
commit | commitdiff | tree | 
| 2014-02-23 | 
Shenghou Ma | cmd/ld: don't emit unreachable dynimport symbols in...  | 
commit | commitdiff | tree | 
| 2014-02-23 | 
Patrick Mézard | os/exec: explicitly mention Cmd.Wait() has to be called...  | 
commit | commitdiff | tree | 
| 2014-02-23 | 
Rob Pike | A+C: Patrick Mézard (individual CLA) | 
commit | commitdiff | tree | 
| 2014-02-21 | 
Rob Pike | testing: improve introduction to package comment | 
commit | commitdiff | tree | 
| 2014-02-21 | 
Adam Langley | crypto/tls: enforce that either ServerName or InsecureS...  | 
commit | commitdiff | tree | 
| 2014-02-21 | 
Russ Cox | A+C: Jay Weisskopf (individual CLA) | 
commit | commitdiff | tree | 
| 2014-02-21 | 
Russ Cox | reflect: better error for walking through nil embedded...  | 
commit | commitdiff | tree | 
| 2014-02-21 | 
Brad Fitzpatrick | A+C: Apisak Darakananda (individual CLA) | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Russ Cox | runtime/debug: add SetPanicOnFault | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Russ Cox | runtime: use goc2c as much as possible | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Russ Cox | cmd/pack: fix match | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Russ Cox | cmd/gc: explain 'nointerface' method failure | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Chris Manghane | cmd/gc: make embedded, unexported fields read-only. | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Josh Bleecher...  | cmd/ld: fix off-by-one error in DWARF .debug_line trans...  | 
commit | commitdiff | tree | 
| 2014-02-20 | 
David du Colombier | os: fix Rename on Plan 9 | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Alex Brainman | net/http: remove tmp file created in TestMultipartReade...  | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Rob Pike | syscall: terminate error string in exec package on...  | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Alex Brainman | cmd/pack: provide executable name in TestHello | 
commit | commitdiff | tree | 
| 2014-02-20 | 
Rob Pike | cmd/pack: another attempt to fix the build for TestHello | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rob Pike | cmd/pack: don't look for " in output from go env | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rob Pike | cmd/pack: dump output of command of "go env" command...  | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | cmd/gc, runtime: enable precisestack by default | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | cmd/5g, cmd/8g: zero ambiguously live values on entry | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | cmd/pack: add 'c' command to create archive | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | api: update next.txt | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rob Pike | cmd/gc: fix printf format in typecheck.c | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rob Pike | cmd/pack: use log.SetPrefix to make log calls more...  | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | cmd/addr2line: reimplement in Go | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rick Arnold | cmd/gc: fix array index out of bounds error message | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Adam Langley | crypto/x509: add example of using a custom root list. | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Adam Langley | crypto/tls: improve documentation for ServerName. | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | cmd/go: skip writing dwarf debug info for ephemeral...  | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | cmd/ld: drop gcargs, gclocals symbols from symbol table | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rémy Oudompheng | cmd/gc: fix handling of append with -race. | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rémy Oudompheng | cmd/gc: reject incorrect use of fallthrough. | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rob Pike | reflect: improve documentation of IsNil | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Russ Cox | cmd/ld: remove Plan 9 symbol table | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Dominik Honnef | misc/emacs: add support for ff-find-other-file | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Dominik Honnef | misc/emacs: actually use point argument that is passed...  | 
commit | commitdiff | tree | 
| 2014-02-19 | 
Rick Arnold | cmd/link: change cloneProg to return the cloned value | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Brad Fitzpatrick | crypto/rc4: test the portable version too | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Brad Fitzpatrick | api: whitelist change to unicode.Version | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Rob Pike | doc/go1.3.txt: unicode upgrade to 6.3.0 | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Marcel van...  | unicode: upgrade to Unicode 6.3.0 | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Alex Brainman | run.bat: use double-colon to comment text | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Andrew Gerrand | go/doc: document the conditions where examples are...  | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Russ Cox | undo CL 64100044 / 04d062c2e81c | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Nigel Tao | cmd/link: fix comment typo. | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Russ Cox | cmd/gc, runtime: enable precisestack by default | 
commit | commitdiff | tree | 
| 2014-02-18 | 
Russ Cox | runtime: clear f, arg to avoid leak in timerproc | 
commit | commitdiff | tree | 
| 2014-02-17 | 
Dave Cheney | undo CL 64820044 / 4f9dee8402af | 
commit | commitdiff | tree | 
| 2014-02-17 | 
ChaiShushan | crypto/md5: add example for Sum | 
commit | commitdiff | tree | 
| 2014-02-17 | 
Ian Lance Taylor | cmd/gc: correct function name in internal error messages | 
commit | commitdiff | tree | 
| 2014-02-17 | 
Dmitriy Vyukov | testing: ease writing parallel benchmarks | 
commit | commitdiff | tree | 
| 2014-02-17 | 
Dmitriy Vyukov | net/http: close body in benchmarks | 
commit | commitdiff | tree | 
| 2014-02-16 | 
Dave Cheney | go/build: temporarily disable cgo for freebsd/arm | 
commit | commitdiff | tree | 
| 2014-02-16 | 
Russ Cox | build: disable race detector test in run.bat on windows | 
commit | commitdiff | tree | 
| 2014-02-16 | 
Russ Cox | cmd/gc: record &x[0] as taking address of x, if x is...  | 
commit | commitdiff | tree | 
| 2014-02-16 | 
Russ Cox | cmd/gc: avoid pointer beyond array in range loop | 
commit | commitdiff | tree | 
| next |