2013-03-10 |
Dmitriy Vyukov | runtime: fix misaligned 64-bit atomic |
commit | commitdiff | tree |
2013-03-10 |
Brad Fitzpatrick | net: evaluate the timeout dial opt's deadline at dial... |
commit | commitdiff | tree |
2013-03-09 |
Lucio De Re | cmd/8l/obj.c: NetBSD passes the test, Hnetbsd added. |
commit | commitdiff | tree |
2013-03-09 |
Steve McCoy | cgo: enable external linking mode on FreeBSD amd64. |
commit | commitdiff | tree |
2013-03-09 |
Russ Cox | A+C: Steve McCoy (individual CLA) |
commit | commitdiff | tree |
2013-03-09 |
Dave Cheney | syscall: add PROT_* and MAP_* constants to freebsd |
commit | commitdiff | tree |
2013-03-09 |
Ian Lance Taylor | net: if accept4 returns EINVAL fall back to accept |
commit | commitdiff | tree |
2013-03-09 |
Akshat Kumar | runtime: Plan 9: fix errstr |
commit | commitdiff | tree |
2013-03-09 |
Russ Cox | cmd/ld: external linking fixes for linux/386 |
commit | commitdiff | tree |
2013-03-09 |
Rob Pike | text/template: revert minor change to Name method |
commit | commitdiff | tree |
2013-03-08 |
Rémy Oudompheng | runtime: fix integer overflow in amd64 memmove. |
commit | commitdiff | tree |
2013-03-08 |
Rob Pike | effective_go.html: add a section on type assertions |
commit | commitdiff | tree |
2013-03-08 |
Rob Pike | effective_go.html: move and rework the blank identifier... |
commit | commitdiff | tree |
2013-03-08 |
Brad Fitzpatrick | database/sql: fix Conn leak |
commit | commitdiff | tree |
2013-03-08 |
Russ Cox | runtime: clear locked bit when goroutine exits |
commit | commitdiff | tree |
2013-03-08 |
Russ Cox | runtime: make TestStackMem a little less flaky |
commit | commitdiff | tree |
2013-03-08 |
Russ Cox | cmd/6l, cmd/8l: fix BSD builds |
commit | commitdiff | tree |
2013-03-08 |
Robert Griesemer | spec: clarify unsafe.Offsetof |
commit | commitdiff | tree |
2013-03-08 |
Russ Cox | cmd/ld: steps toward 386 host linking |
commit | commitdiff | tree |
2013-03-08 |
Russ Cox | runtime: change 386 startup convention |
commit | commitdiff | tree |
2013-03-08 |
Brad Fitzpatrick | net/http: Transport socket late binding |
commit | commitdiff | tree |
2013-03-07 |
Akshat Kumar | syscall: Plan 9: use lightweight errstr in entersyscall... |
commit | commitdiff | tree |
2013-03-07 |
Mikio Hara | net: fix multicast listener tests |
commit | commitdiff | tree |
2013-03-07 |
Keith Randall | cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructions |
commit | commitdiff | tree |
2013-03-07 |
Rémy Oudompheng | cmd/8g: fix code generation of int64(0) == int64(0). |
commit | commitdiff | tree |
2013-03-07 |
Brad Fitzpatrick | C: add Keith Randall (Google CLA) |
commit | commitdiff | tree |
2013-03-07 |
Russ Cox | lib9: fix windows build (don't use runesmprint) |
commit | commitdiff | tree |
2013-03-07 |
Robert Griesemer | go/types: more internal cleanups |
commit | commitdiff | tree |
2013-03-07 |
Dominik Honnef | misc/emacs: Rewrite gofmt to use own function for... |
commit | commitdiff | tree |
2013-03-07 |
Dmitriy Vyukov | net: more refactoring in preparation for runtime integr... |
commit | commitdiff | tree |
2013-03-07 |
Dmitriy Vyukov | runtime: fix deadlock |
commit | commitdiff | tree |
2013-03-07 |
Russ Cox | cmd/ld: host linking support for linux/amd64 |
commit | commitdiff | tree |
2013-03-07 |
Russ Cox | runtime: fix cgo callbacks on windows |
commit | commitdiff | tree |
2013-03-07 |
Dmitriy Vyukov | net: fix accept/connect deadline handling |
commit | commitdiff | tree |
2013-03-07 |
Mikio Hara | net: fix typo in skip message |
commit | commitdiff | tree |
2013-03-07 |
Mikio Hara | net: fix plan9 build |
commit | commitdiff | tree |
2013-03-07 |
Tyler Bunnell | cmd/fix: remove redundant 0 port |
commit | commitdiff | tree |
2013-03-07 |
Rob Pike | all: delete a couple of mentions of the exp and old... |
commit | commitdiff | tree |
2013-03-07 |
Robert Griesemer | go/types: implement constant string(x) conversions |
commit | commitdiff | tree |
2013-03-07 |
Robert Griesemer | go/types: cleanup of assignment checks |
commit | commitdiff | tree |
2013-03-06 |
Albert Strasheim | all: Skip AllocsPerRun tests if GOMAXPROCS>1. |
commit | commitdiff | tree |
2013-03-06 |
Rob Pike | doc/effective_go.html: unify and expand the discussion... |
commit | commitdiff | tree |
2013-03-06 |
Rob Pike | exp/norm: delete, part of moving to go.text |
commit | commitdiff | tree |
2013-03-06 |
Brad Fitzpatrick | net/http: remove allocations in HeaderWriteSubset |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | cmd/cgo: split cgo_export into cgo_export_static and... |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | net/http/httputil: fix build |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | runtime: fix netbsd, windows build |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | net/http: change user agent string |
commit | commitdiff | tree |
2013-03-06 |
Rob Pike | make.bash,bat: add -tags gotypes to the build |
commit | commitdiff | tree |
2013-03-06 |
Rob Pike | cmd/vet: isolate the type checking code into a separate... |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | lib9: add mktempdir, removeall, runprog |
commit | commitdiff | tree |
2013-03-06 |
Rob Pike | text/template: improve error reporting for executing... |
commit | commitdiff | tree |
2013-03-06 |
Ewan Chou | strings: remove allocations in Split(s, "") |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | A+C: Ewan Chou (individual CLA) |
commit | commitdiff | tree |
2013-03-06 |
Alex Brainman | runtime,misc/cgo/test: disable broken tests so we can... |
commit | commitdiff | tree |
2013-03-06 |
Alex Brainman | libmach: fix amd64 pe handling |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | misc/cgo/test: do not stop on first error |
commit | commitdiff | tree |
2013-03-06 |
Russ Cox | runtime: change amd64 startup convention |
commit | commitdiff | tree |
2013-03-06 |
Dominik Honnef | misc/emacs: Add compatibility for GNU Emacs 23 and... |
commit | commitdiff | tree |
2013-03-06 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2013-03-06 |
Rob Pike | effective_go.html: round 3 of minor edits. |
commit | commitdiff | tree |
2013-03-06 |
Brad Fitzpatrick | net/http: close TCP connection on Response.Body.Close |
commit | commitdiff | tree |
2013-03-05 |
Nigel Tao | image/jpeg: for progressive JPEGs, the first SOS segmen... |
commit | commitdiff | tree |
2013-03-05 |
David Symonds | vet: check for useless assignments. |
commit | commitdiff | tree |
2013-03-05 |
Rob Pike | cmd/vet: change some warnings to errors for consistency. |
commit | commitdiff | tree |
2013-03-05 |
Rob Pike | doc/effective_go.html: update slices and maps. |
commit | commitdiff | tree |
2013-03-05 |
Russ Cox | undo CL 7301062 / 9742f722b558 |
commit | commitdiff | tree |
2013-03-05 |
Robert Griesemer | go/types: add test typechecking std lib |
commit | commitdiff | tree |
2013-03-05 |
Joel Sing | syscall: handle getsockname for unix sockets on openbsd 5.2 |
commit | commitdiff | tree |
2013-03-05 |
Dmitriy Vyukov | runtime: add atomic xchg64 |
commit | commitdiff | tree |
2013-03-05 |
Dmitriy Vyukov | runtime: fix false positive deadlock when using runtime... |
commit | commitdiff | tree |
2013-03-05 |
Dmitriy Vyukov | runtime: declare addtimer/deltimer in runtime.h |
commit | commitdiff | tree |
2013-03-05 |
Carl Shapiro | runtime: restrict stack root scan to locals and arguments |
commit | commitdiff | tree |
2013-03-05 |
David Symonds | text/template/parse: remove self-assignment. |
commit | commitdiff | tree |
2013-03-04 |
David Symonds | vet: clean up taglit error print when typechecking... |
commit | commitdiff | tree |
2013-03-04 |
Robert Griesemer | go/types: "missing return" check |
commit | commitdiff | tree |
2013-03-04 |
Russ Cox | cmd/gc: implement new return requirements |
commit | commitdiff | tree |
2013-03-04 |
Robert Griesemer | spec: terminating statements for functions |
commit | commitdiff | tree |
2013-03-04 |
Robert Griesemer | spec: cyclic imports are illegal |
commit | commitdiff | tree |
2013-03-04 |
Dominik Honnef | misc/emacs: Add tab completion for godoc command, compl... |
commit | commitdiff | tree |
2013-03-04 |
Shenghou Ma | test/bench/go1: use raw string instead of string addition |
commit | commitdiff | tree |
2013-03-04 |
Brad Fitzpatrick | net: make some tests less flaky |
commit | commitdiff | tree |
2013-03-04 |
Russ Cox | cmd/cgo: use explicit flag to emit dynamic linker path |
commit | commitdiff | tree |
2013-03-04 |
Brad Fitzpatrick | net/http/cgi: maybe improve darwin test reliability |
commit | commitdiff | tree |
2013-03-04 |
Daniel Morsing | cmd/gc: disallow selectors to the blank identifier |
commit | commitdiff | tree |
2013-03-04 |
Jan Ziak | runtime: add garbage collector statistics |
commit | commitdiff | tree |
2013-03-04 |
Rémy Oudompheng | cmd/gc: simplify and fix defaultlit. |
commit | commitdiff | tree |
2013-03-04 |
Jan Ziak | test/bench/garbage: fix parser benchmark |
commit | commitdiff | tree |
2013-03-04 |
Rémy Oudompheng | cmd/gc: unbreak exporting of composite literals. |
commit | commitdiff | tree |
2013-03-04 |
Russ Cox | runtime: add link to design doc for new scheduler |
commit | commitdiff | tree |
2013-03-04 |
Russ Cox | misc/dashboard/builder: make -fail mode faster |
commit | commitdiff | tree |
2013-03-04 |
Stefan Nilsson | container/heap: fix int overflow bug |
commit | commitdiff | tree |
2013-03-04 |
Volker Dobler | image/png: always set up palette during DecodeConfig |
commit | commitdiff | tree |
2013-03-03 |
Andrew Gerrand | cmd/godoc: move note argument to godoc.go |
commit | commitdiff | tree |
2013-03-03 |
Rob Pike | doc/go1.1.html: fix typo in URL |
commit | commitdiff | tree |
2013-03-03 |
Mikio Hara | net: disable unixgram test on Plan 9 and Windows |
commit | commitdiff | tree |
2013-03-03 |
Mikio Hara | net: fix windows build |
commit | commitdiff | tree |
2013-03-03 |
Mikio Hara | net: add unixgram dial test |
commit | commitdiff | tree |
2013-03-03 |
Mikio Hara | net: add TCP over IPv6 benchmarks |
commit | commitdiff | tree |
2013-03-02 |
Shenghou Ma | cmd/dist: support for NetBSD/ARM |
commit | commitdiff | tree |
next |