2013-03-11 |
Brad Fitzpatrick | all: remove now-unnecessary unreachable panics |
commit | commitdiff | tree |
2013-03-11 |
Rob Pike | cmd/go: fix description of -o flag to build |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | cmd/dist: make cc rule match what cmd/go uses |
commit | commitdiff | tree |
2013-03-11 |
Robert Griesemer | cmd/godoc: only show package documentation for commands |
commit | commitdiff | tree |
2013-03-11 |
Robert Griesemer | go/types: update operand types early |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | A+C: Chris Howey (individual CLA) |
commit | commitdiff | tree |
2013-03-11 |
Akshat Kumar | lib9, cmd/dist, cmd/ld: Plan 9: fix build |
commit | commitdiff | tree |
2013-03-11 |
Rémy Oudompheng | cmd/gc: enable inlining in generated method wrappers. |
commit | commitdiff | tree |
2013-03-11 |
Brad Fitzpatrick | net/http/httputil: fix string in test failure message |
commit | commitdiff | tree |
2013-03-11 |
Rob Pike | debug/macho: add doc comment for FormatError |
commit | commitdiff | tree |
2013-03-11 |
Rodrigo Moraes... | net/url: better path resolution |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | A+C: Rodrigo Moraes de Oliveira (individual CLA) |
commit | commitdiff | tree |
2013-03-11 |
Dmitriy Vyukov | os/signal: deflake test |
commit | commitdiff | tree |
2013-03-11 |
Brad Fitzpatrick | net/http: add a test verifying header case preservation |
commit | commitdiff | tree |
2013-03-11 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2013-03-11 |
Brad Fitzpatrick | net/http/httputil: remove hop-by-hop headers in Reverse... |
commit | commitdiff | tree |
2013-03-11 |
Albert Strasheim | net: allow concurrent UNIX socket tests if TMPDIR is... |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | lib/time: update link in README; draft now an RFC |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | sync/atomic: make unaligned 64-bit atomics crash on 386 |
commit | commitdiff | tree |
2013-03-11 |
Robert Griesemer | spec: typed indices must be of integer type |
commit | commitdiff | tree |
2013-03-11 |
Robert Griesemer | spec: result type of a comparison is always untyped... |
commit | commitdiff | tree |
2013-03-11 |
Jonathan Rudenberg | net/http: add additional status codes defined in RFC... |
commit | commitdiff | tree |
2013-03-11 |
Brad Fitzpatrick | A+C: Jonathan Rudenberg (individual CLA) |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | math/big: fix comment |
commit | commitdiff | tree |
2013-03-11 |
Shenghou Ma | cmd/ld, runtime/cgo: allow a symbol to be both cgo_expo... |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | cmd/5l: fix build (define stub machoreloc1) |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | build: enable host linking test for all BSDs |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | cmd/ld: darwin support for host linking |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | cmd/ld: avoid redundant external relocation calculations |
commit | commitdiff | tree |
2013-03-11 |
Rick Arnold | doc/contribute: add instructions to fix codereview... |
commit | commitdiff | tree |
2013-03-11 |
Jeff R. Allen | cmd/go: send output of build and install to stderr |
commit | commitdiff | tree |
2013-03-11 |
Andrew Gerrand | misc/dashboard: add go.blog sub-repo to dashboard |
commit | commitdiff | tree |
2013-03-10 |
Russ Cox | cmd/ld: replace dynimpname with extname |
commit | commitdiff | tree |
2013-03-10 |
Russ Cox | cmd/ld: wrap long data lines in -a output |
commit | commitdiff | tree |
2013-03-10 |
Russ Cox | cmd/ld: include full symbol table in Mach-O output |
commit | commitdiff | tree |
2013-03-10 |
Russ Cox | libmach: fix build |
commit | commitdiff | tree |
2013-03-10 |
Russ Cox | cmd/ld: make mach-o sections match internal sections |
commit | commitdiff | tree |
2013-03-10 |
Russ Cox | cmd/ld: add tmpdir flag to preserve temp files |
commit | commitdiff | tree |
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 |
next |