2013-03-13 |
Russ Cox | cmd/godoc: fix BUGS heading in text mode |
commit | commitdiff | tree |
2013-03-13 |
Rick Arnold | encoding/json: properly handle extra objects with fixed... |
commit | commitdiff | tree |
2013-03-13 |
Tyler Bunnell | net: use original raddr if getpeername fails |
commit | commitdiff | tree |
2013-03-13 |
Russ Cox | encoding/xml: predefine xml name space prefix |
commit | commitdiff | tree |
2013-03-13 |
Jeff R. Allen | misc/pprof: fix address lookup regression on Linux |
commit | commitdiff | tree |
2013-03-13 |
Jeff R. Allen | unicode/utf8: fix insignificant typos in tests |
commit | commitdiff | tree |
2013-03-13 |
Brad Fitzpatrick | net: fix windows and plan9 build |
commit | commitdiff | tree |
2013-03-13 |
Dominik Honnef | misc/emacs: Fix indentation for code following multilin... |
commit | commitdiff | tree |
2013-03-13 |
Mike Rosset | doc: clarify that gccgo is a GCC front-end |
commit | commitdiff | tree |
2013-03-13 |
Mikio Hara | net: require of both -external and -ipv6 flags to run... |
commit | commitdiff | tree |
2013-03-12 |
Rob Pike | go/test/bench/go1: add regexp test |
commit | commitdiff | tree |
2013-03-12 |
Brad Fitzpatrick | test/bench/go1: add http test |
commit | commitdiff | tree |
2013-03-12 |
Nigel Tao | image/jpeg: ignore extraneous data, the same as what... |
commit | commitdiff | tree |
2013-03-12 |
Mikio Hara | net: make sure to use /tmp in unix domain socket tests |
commit | commitdiff | tree |
2013-03-12 |
Akshat Kumar | runtime: Plan 9, 32-bit: fix build by updating call... |
commit | commitdiff | tree |
2013-03-12 |
Akshat Kumar | net: Plan 9: add lookupProtocol |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | cmd/ld: fix 'use after free' error in new obj code |
commit | commitdiff | tree |
2013-03-12 |
Rob Pike | api/next.txt: remove references to go/types, now in... |
commit | commitdiff | tree |
2013-03-12 |
Robert Figueiredo | html/template: Ensure release of namespace mutex in... |
commit | commitdiff | tree |
2013-03-12 |
Benny Siegert | misc/bbedit, misc/notepadplus: remove executable bits... |
commit | commitdiff | tree |
2013-03-12 |
Rob Pike | spec: rewrite the description of panic and recover. |
commit | commitdiff | tree |
2013-03-12 |
Jan Ziak | test/bench/garbage: fix parser benchmark |
commit | commitdiff | tree |
2013-03-12 |
Rob Pike | go/types: delete from main repo; part of move to go.exp |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | encoding/xml: reject > chain with non-element |
commit | commitdiff | tree |
2013-03-12 |
Robert Griesemer | go/printer, gofmt: avoid extra final comma in multi... |
commit | commitdiff | tree |
2013-03-12 |
Robert Griesemer | go/doc: set receiver type position for embedded methods |
commit | commitdiff | tree |
2013-03-12 |
Dmitriy Vyukov | net: refactoring in preparation for integrated network... |
commit | commitdiff | tree |
2013-03-12 |
Shenghou Ma | os/signal: windows is supported, update comment |
commit | commitdiff | tree |
2013-03-12 |
Keith Randall | runtime: Fix plan9 aes hash initialization. |
commit | commitdiff | tree |
2013-03-12 |
Rob Pike | effective_go.html: fix semaphore example |
commit | commitdiff | tree |
2013-03-12 |
Keith Randall | runtime: faster & safer hash function |
commit | commitdiff | tree |
2013-03-12 |
Dmitriy Vyukov | runtime: fix build |
commit | commitdiff | tree |
2013-03-12 |
Dmitriy Vyukov | runtime: add network polling support into scheduler |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | encoding/xml: name space bug fixes |
commit | commitdiff | tree |
2013-03-12 |
Adrian Nos | net/rpc/jsonrpc: nil pointer deference on invalid reply. |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | A+C: Adrian Nos (individual CLA) |
commit | commitdiff | tree |
2013-03-12 |
Dmitriy Vyukov | runtime: fix deadlock detector false negative |
commit | commitdiff | tree |
2013-03-12 |
Dmitriy Vyukov | runtime: deflake TestStackMem |
commit | commitdiff | tree |
2013-03-12 |
Dmitriy Vyukov | net/http: deflake test |
commit | commitdiff | tree |
2013-03-12 |
Philip K. Warren | encoding/base32, encoding/base64: fix issues with decod... |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | A+C: Philip K. Warren (individual CLA) |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | net: never use backlog > 65535 |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | encoding/xml: fix spurious "no semicolon" in error |
commit | commitdiff | tree |
2013-03-12 |
Russ Cox | encoding/xml: allow embedded non-structs |
commit | commitdiff | tree |
2013-03-12 |
Brad Fitzpatrick | net/http: bit more docs on Client vs Transport |
commit | commitdiff | tree |
2013-03-12 |
Nigel Tao | encoding/base32, encoding/base64: a small stack-space... |
commit | commitdiff | tree |
2013-03-12 |
Dave Cheney | net/http: add tests for ParseHTTPVersion |
commit | commitdiff | tree |
2013-03-12 |
Rob Pike | go/test/bench/go1: add printf and time format tests |
commit | commitdiff | tree |
2013-03-12 |
Nigel Tao | encoding/base32: don't panic when decoding "AAAA==". |
commit | commitdiff | tree |
2013-03-11 |
Rob Pike | regexp: identify that submatch is also known as capturi... |
commit | commitdiff | tree |
2013-03-11 |
Robert Griesemer | go/parser: better error message if = is seen instead... |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | cmd/pprof: never use c++filt |
commit | commitdiff | tree |
2013-03-11 |
Russ Cox | cmd/addr2line: exit 0 for --help |
commit | commitdiff | tree |
2013-03-11 |
Rémy Oudompheng | cmd/gc: reject complex calls with mismatched argument... |
commit | commitdiff | tree |
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 |
next |