2014-05-09 |
Josh Bleecher... | cmd/gc: don't give credit for NOPs during register... |
commit | commitdiff | tree |
2014-05-09 |
Robert Hencke | cmd/go: mark regexp as dependency of testmain |
commit | commitdiff | tree |
2014-05-09 |
Russ Cox | testing: write profiles on failure |
commit | commitdiff | tree |
2014-05-09 |
Mikio Hara | net: drop flakey TestDialFailPDLeak |
commit | commitdiff | tree |
2014-05-08 |
Keith Randall | runtime: write memory profile statistics to the heap... |
commit | commitdiff | tree |
2014-05-08 |
Stephen McQuay | encoding/json: add example for Indent, clarify the... |
commit | commitdiff | tree |
2014-05-08 |
Shenghou Ma | cmd/objdump: actually accept hex address without "0x... |
commit | commitdiff | tree |
2014-05-08 |
Shenghou Ma | doc/install.html: update wrt to OS and compiler support. |
commit | commitdiff | tree |
2014-05-07 |
Keith Randall | runtime: use duff zero and copy to initialize memory |
commit | commitdiff | tree |
2014-05-07 |
Brad Fitzpatrick | database/sql: fix accounting of open connections |
commit | commitdiff | tree |
2014-05-07 |
Robert Griesemer | spec: several clarifications to language on channels |
commit | commitdiff | tree |
2014-05-07 |
Robert Griesemer | spec: remove evaluation order inconsistency |
commit | commitdiff | tree |
2014-05-07 |
Robert Griesemer | spec: clarify type properties |
commit | commitdiff | tree |
2014-05-07 |
Dmitriy Vyukov | runtime: optimize markspan |
commit | commitdiff | tree |
2014-05-07 |
Dmitriy Vyukov | doc: replace absolute links to golang.org with relative... |
commit | commitdiff | tree |
2014-05-07 |
Dmitriy Vyukov | runtime: fix bug in cpu profiler |
commit | commitdiff | tree |
2014-05-07 |
David Crawshaw | net/mail: propagate unsupported charset error |
commit | commitdiff | tree |
2014-05-07 |
Alex Brainman | race.bash,race.bat: unset GOROOT_FINAL during tests |
commit | commitdiff | tree |
2014-05-07 |
Nigel Tao | C: Patrick Riley (Google CLA) |
commit | commitdiff | tree |
2014-05-07 |
Alex Brainman | cmd/addr2line: skip broken TestAddr2Line on plan9 ... |
commit | commitdiff | tree |
2014-05-07 |
David Crawshaw | doc/go1.3.html: mention go build -i |
commit | commitdiff | tree |
2014-05-07 |
Alex Brainman | cmd/addr2line: works with windows pe executables now |
commit | commitdiff | tree |
2014-05-06 |
David Crawshaw | cmd/go: add go build -i |
commit | commitdiff | tree |
2014-05-06 |
Ian Lance Taylor | test: add test that gccgo compiled incorrectly |
commit | commitdiff | tree |
2014-05-06 |
Alex Brainman | cmd/ld: correct pe section number in symbol table |
commit | commitdiff | tree |
2014-05-05 |
Mikio Hara | syscall: add missing TIOCGSID for openbsd/386 |
commit | commitdiff | tree |
2014-05-05 |
Andrew Gerrand | doc: refer to wiki page for downloads |
commit | commitdiff | tree |
2014-05-05 |
Adam Langley | C: Sean Burford (Google CLA) |
commit | commitdiff | tree |
2014-05-05 |
Andrew Gerrand | tag go1.2.2 |
commit | commitdiff | tree |
2014-05-05 |
Andrew Gerrand | doc: document go1.2.2 |
commit | commitdiff | tree |
2014-05-05 |
Tyler Bunnell | archive/zip: Document ModTime is always UTC |
commit | commitdiff | tree |
2014-05-02 |
Robert Griesemer | std lib: fix various typos in comments |
commit | commitdiff | tree |
2014-05-02 |
Adam Langley | A+C: David Calavera (individual CLA) |
commit | commitdiff | tree |
2014-05-02 |
Alan Donovan | runtime: fix bug in GOTRACEBACK=crash causing suppressi... |
commit | commitdiff | tree |
2014-05-02 |
Dmitriy Vyukov | runtime: do not set m->locks around memory allocation |
commit | commitdiff | tree |
2014-05-02 |
Dmitriy Vyukov | runtime: make MemStats.LastGC Unix time again |
commit | commitdiff | tree |
2014-05-02 |
Russ Cox | os: cut limited read to 1 GB |
commit | commitdiff | tree |
2014-05-01 |
Robert Hencke | html: fix small typo |
commit | commitdiff | tree |
2014-05-01 |
Brad Fitzpatrick | go/build: add go1.3 release tag |
commit | commitdiff | tree |
2014-05-01 |
Andrew Gerrand | cmd/dist: permit go* tag in main branch when it include... |
commit | commitdiff | tree |
2014-05-01 |
Keith Randall | runtime: correctly type interface data. |
commit | commitdiff | tree |
2014-04-30 |
Michael Fraenkel | cmd/go: test: clean up all temporary directories |
commit | commitdiff | tree |
2014-04-30 |
Ian Lance Taylor | A+C: Michael Fraenkel (individual CLA) |
commit | commitdiff | tree |
2014-04-30 |
Rui Ueyama | time: MeST is a time zone name |
commit | commitdiff | tree |
2014-04-30 |
Mikio Hara | net: enable builtin dns resolver tests on solaris |
commit | commitdiff | tree |
2014-04-30 |
Robert Hencke | lib/time: update time zone info to v.2014b |
commit | commitdiff | tree |
2014-04-29 |
Shenghou Ma | doc/go1.3.html: update for FreeBSD/ARM support. |
commit | commitdiff | tree |
2014-04-29 |
Shenghou Ma | run.bash: skip -static cgo test if -static linking... |
commit | commitdiff | tree |
2014-04-29 |
Robert Hencke | all: spelling tweaks, A-G |
commit | commitdiff | tree |
2014-04-29 |
Ian Lance Taylor | cmd/cgo: for gccgo add #define to cgo_export.h for... |
commit | commitdiff | tree |
2014-04-29 |
Shenghou Ma | make.bash: if CC is not set, and gcc doesn't exist... |
commit | commitdiff | tree |
2014-04-29 |
Mikio Hara | net: make WriteTo, WriteToIP and WriteMsgIP fail when... |
commit | commitdiff | tree |
2014-04-28 |
Shenghou Ma | log/syslog: document if network=="" for Dial, it will... |
commit | commitdiff | tree |
2014-04-28 |
Shenghou Ma | misc/vim/readme.txt: workaround weird OS X vim bug. |
commit | commitdiff | tree |
2014-04-28 |
Keith Randall | runtime: clean up scanning of Gs |
commit | commitdiff | tree |
2014-04-28 |
Keith Randall | runtime: heapdump - make sure spans are swept before... |
commit | commitdiff | tree |
2014-04-28 |
Robert Hencke | doc: fix link to Mercurial download |
commit | commitdiff | tree |
2014-04-28 |
Robert Hencke | doc: fix broken link to RTEMS Go wiki page |
commit | commitdiff | tree |
2014-04-28 |
Mikio Hara | syscall: don't display syscall prototype lines on godoc |
commit | commitdiff | tree |
2014-04-28 |
Mikio Hara | syscall: add missing SendmsgN for NaCl |
commit | commitdiff | tree |
2014-04-28 |
Robert Hencke | net/tcp: fix check for openbsd in test |
commit | commitdiff | tree |
2014-04-27 |
Brad Fitzpatrick | doc: fix an article |
commit | commitdiff | tree |
2014-04-27 |
Mikio Hara | syscall: fix handling socket control messages on dragonfly |
commit | commitdiff | tree |
2014-04-27 |
Ian Lance Taylor | misc/cgo/test/backdoor: add gccgo version of backdoor... |
commit | commitdiff | tree |
2014-04-27 |
Peter Collingbourne | cmd/cgo: fix C.CString for strings containing null... |
commit | commitdiff | tree |
2014-04-27 |
Brad Fitzpatrick | net/http/httputil: tell people not to use ClientConn... |
commit | commitdiff | tree |
2014-04-27 |
Robert Obryk | net: Remove an unmatched unlock of ForkLock |
commit | commitdiff | tree |
2014-04-27 |
Rui Ueyama | encoding/ascii85: handle non-data bytes correctly |
commit | commitdiff | tree |
2014-04-27 |
Robert Hencke | src: fix issues found by go vet std |
commit | commitdiff | tree |
2014-04-26 |
Brad Fitzpatrick | os: cap reads and writes to 2GB on Darwin and FreeBSD |
commit | commitdiff | tree |
2014-04-26 |
Jonathan Allie | encoding/gob: handle interface types in isZero... |
commit | commitdiff | tree |
2014-04-26 |
Rob Pike | doc/debugging_with_gdb.html: add introductory disclaimer |
commit | commitdiff | tree |
2014-04-26 |
Robert Hencke | doc/contribute.html: link to wiki for more code review... |
commit | commitdiff | tree |
2014-04-25 |
Brad Fitzpatrick | net/http/httputil: don't leak goroutines in DumpRequestOut |
commit | commitdiff | tree |
2014-04-25 |
Mikio Hara | net: make WriteMsg{IP,UDP,Unix} return the correct... |
commit | commitdiff | tree |
2014-04-25 |
Robert Griesemer | bufio: make all read functions UnreadByte-friendly |
commit | commitdiff | tree |
2014-04-25 |
Brad Fitzpatrick | net/http, strings, bytes: fix http race, revert part... |
commit | commitdiff | tree |
2014-04-24 |
Rui Ueyama | net: fix confusing typo in comment |
commit | commitdiff | tree |
2014-04-23 |
Rob Pike | math/cmpx: change space to tab in the Pow docs for... |
commit | commitdiff | tree |
2014-04-23 |
Brad Fitzpatrick | os/exec: deflake a test on Linux |
commit | commitdiff | tree |
2014-04-22 |
Rui Ueyama | strings: fix off-by-one error in test go1.3beta1 |
commit | commitdiff | tree |
2014-04-21 |
Robert Griesemer | math/big: fix Int.Exp |
commit | commitdiff | tree |
2014-04-21 |
Josh Bleecher... | net: extend TestVariousDeadlines1Proc timeout |
commit | commitdiff | tree |
2014-04-21 |
Mark Zavislak | runtime: fix typo in error message |
commit | commitdiff | tree |
2014-04-21 |
Rémy Oudompheng | runtime/race: add test for issue 7561. |
commit | commitdiff | tree |
2014-04-21 |
Alex Brainman | cmd/nm: do not fail TestNM if symbol has less then... |
commit | commitdiff | tree |
2014-04-21 |
Alex Brainman | cmd/nm: disable TestNM on darwin, linux and solaris |
commit | commitdiff | tree |
2014-04-21 |
Alex Brainman | cmd/ld: correct addresses in windows pe symbol table |
commit | commitdiff | tree |
2014-04-21 |
Shenghou Ma | runtime, go/build: re-enable cgo on FreeBSD. |
commit | commitdiff | tree |
2014-04-21 |
Shenghou Ma | runtime, cmd/ld, cmd/5l, run.bash: enable external... |
commit | commitdiff | tree |
2014-04-21 |
Shenghou Ma | lib9: restore argv0 initialization code. |
commit | commitdiff | tree |
2014-04-21 |
Shenghou Ma | cmd/go: handle -ccflags in 'go test' |
commit | commitdiff | tree |
2014-04-20 |
David du Colombier | doc/go1.3.html: fix Goexit link |
commit | commitdiff | tree |
2014-04-20 |
Jan Ziak | cmd/gc: avoid %L in error message |
commit | commitdiff | tree |
2014-04-19 |
David du Colombier | include/plan9: make mklibc.rc compatible with 9atom |
commit | commitdiff | tree |
2014-04-19 |
Alex Brainman | cmd/nm: print symbol sizes for windows pe executables |
commit | commitdiff | tree |
2014-04-18 |
Mike Andrews | cmd/ld: don't delete output binary if not "ordinary... |
commit | commitdiff | tree |
2014-04-18 |
David du Colombier | doc/go1.3.html: Plan 9 support |
commit | commitdiff | tree |
2014-04-18 |
Rob Pike | doc/go1.3.html: go test always builds |
commit | commitdiff | tree |
2014-04-18 |
Lucio De Re | pkg/reflect/value.go: Correction in comment, the argume... |
commit | commitdiff | tree |
next |