| 2012-08-07 | 
Nigel Tao | image/jpeg: send a correct Start Of Scan (SOS) header. | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Shenghou Ma | runtime: inline several float64 routines to speed up...  | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Brad Fitzpatrick | io: document ReaderFrom and WriterTo | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Yves Junqueira | text/template: fix range example. | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Andrew Balholm | exp/html: correctly handle <title> after </head> | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Alex Brainman | net/http: disable TestServeFileFromCWD test on windows | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Shenghou Ma | doc: fix some HTML syntax errors | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Shenghou Ma | cmd/5l: dwarf line number support for Linux/ARM | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Shenghou Ma | cmd/go: remove $WORK paths in generated binaries | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Shenghou Ma | math, runtime: use a NaN that matches gcc's | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Shenghou Ma | runtime: remove unnecessary ROUND in alg.c | 
commit | commitdiff | tree | 
| 2012-08-07 | 
Shenghou Ma | misc/cgo/{life,stdio}, test/run.go: use test/run.go...  | 
commit | commitdiff | tree | 
| 2012-08-06 | 
Andrew Balholm | exp/html: fix foster-parenting when elements are implic...  | 
commit | commitdiff | tree | 
| 2012-08-06 | 
Russ Cox | net: fix spurious EADDRNOTAVAIL errors | 
commit | commitdiff | tree | 
| 2012-08-06 | 
Alexey Borzenkov | syscall: fix plan9 build broken by CL 6458050 | 
commit | commitdiff | tree | 
| 2012-08-06 | 
Alex Brainman | test/run: ignore all but .go file during compiledir...  | 
commit | commitdiff | tree | 
| 2012-08-06 | 
Brad Fitzpatrick | net: fix TCPListener file leak to child processes | 
commit | commitdiff | tree | 
| 2012-08-05 | 
Alexey Borzenkov | syscall: return EINVAL when string arguments have NUL...  | 
commit | commitdiff | tree | 
| 2012-08-05 | 
Benny Siegert | syscall: add some new syscall numbers from NetBSD-current | 
commit | commitdiff | tree | 
| 2012-08-05 | 
Rémy Oudompheng | runtime: faster string equality. | 
commit | commitdiff | tree | 
| 2012-08-05 | 
Russ Cox | misc/dashboard/codereview: show first line of last...  | 
commit | commitdiff | tree | 
| 2012-08-05 | 
Russ Cox | bufio: discourage use of ReadLine | 
commit | commitdiff | tree | 
| 2012-08-05 | 
Rémy Oudompheng | strconv: speedup AppendFloat/FormatFloat. | 
commit | commitdiff | tree | 
| 2012-08-05 | 
Andrew Balholm | exp/html: don't treat SVG <title> like HTML <title> | 
commit | commitdiff | tree | 
| 2012-08-04 | 
Dmitriy Vyukov | cmd/go: allow to use syso files with cgo | 
commit | commitdiff | tree | 
| 2012-08-04 | 
Dmitriy Vyukov | cmd/cc: allow to call nested packages from within C...  | 
commit | commitdiff | tree | 
| 2012-08-04 | 
Ian Lance Taylor | cmd/go, go/build, misc/swig: add SWIG support to Go...  | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Michał Derkacz | 5a, 5l, math: Add support for ABSD, ABSF floating point...  | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Rémy Oudompheng | cmd/8g: fix miscompilation due to BADWIDTH. | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Rémy Oudompheng | cmd/gc: accept switches on comparable arrays. | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Adam Langley | crypto/elliptic: explicitly handle P+P, ∞+P and P+∞ | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Russ Cox | cmd/ld: add PT_PAX_FLAGS ELF header | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Mike Rosset | debug/elf: Add support for getting DynTag string table...  | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Robert Griesemer | go/build: tiny cleanup | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Adam Langley | crypto/tls: remove flakey tests | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Adam Langley | crypto/x509: support ECDSA keys when generating certifi...  | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Marcel van...  | exp/locale/collate: changed API of Builder to be more...  | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Alex Brainman | os: test that IsExist and IsNotExist handle PathError...  | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Robert Griesemer | go/scanner: fix minor typo | 
commit | commitdiff | tree | 
| 2012-08-03 | 
Robert Griesemer | go/ast: ast.Print must not crash with unexported fields | 
commit | commitdiff | tree | 
| 2012-08-02 | 
Andrew Balholm | exp/html: in parse tests, discard only one trailing...  | 
commit | commitdiff | tree | 
| 2012-08-02 | 
Nigel Tao | html: make the low-level tokenizer also skip end-tag...  | 
commit | commitdiff | tree | 
| 2012-08-02 | 
Rémy Oudompheng | exp/types: set non-embedded method type during GcImport. | 
commit | commitdiff | tree | 
| 2012-08-01 | 
Robert Griesemer | exp/types: enable cycle checks again | 
commit | commitdiff | tree | 
| 2012-08-01 | 
Andrew Balholm | exp/html: implement escaping and double-escaping in...  | 
commit | commitdiff | tree | 
| 2012-08-01 | 
Shenghou Ma | test/run.go: fix compiledir test on windows | 
commit | commitdiff | tree | 
| 2012-08-01 | 
Shenghou Ma | runtime: round return value address in runtime.equal | 
commit | commitdiff | tree | 
| 2012-08-01 | 
Alex Brainman | os: Rename error to fit IsExist | 
commit | commitdiff | tree | 
| 2012-08-01 | 
Robert Griesemer | exp/types: Replace String method with TypeString function | 
commit | commitdiff | tree | 
| 2012-08-01 | 
Robert Griesemer | exp/types: implement Type.String methods for testing...  | 
commit | commitdiff | tree | 
| 2012-07-31 | 
Andrew Balholm | exp/html: tokenize attributes of end tags | 
commit | commitdiff | tree | 
| 2012-07-31 | 
Nigel Tao | image/png: tRNS chunk is *non*-alpha-premultiplied. | 
commit | commitdiff | tree | 
| 2012-07-31 | 
Rémy Oudompheng | cmd/gc: fix inlining bug with receive operator. | 
commit | commitdiff | tree | 
| 2012-07-31 | 
Mikio Hara | misc/cgo/test: fix darwin build | 
commit | commitdiff | tree | 
| 2012-07-31 | 
Mikio Hara | net: disable IPv6 multicast tests unless external IPv6...  | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Shenghou Ma | cmd/5l, cmd/ld: add support for R_ARM_GOT_PREL | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Shenghou Ma | cmd/cgo: use 1 as last entry for __cgodebug_data | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Bobby Powers | httputil: accumulate X-Forwarded-For header info | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Rob Pike | text/template/parse/lex.go: fix typo | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Han-Wen Nienhuys | pkg/syscall: unexport Prlimit. | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Rob Pike | text/template/parse: fix data race | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Rob Pike | regexp: fix glitch in doc for FindReaderIndex | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Rémy Oudompheng | test: add a compiledir pattern in run.go | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Russ Cox | misc/dashboard/codereview: add LastUpdate field to CL | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Rémy Oudompheng | cmd/gc: fix initialization order involving method calls. | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Andrew Gerrand | doc: remove mention of weekly tag from source install doc | 
commit | commitdiff | tree | 
| 2012-07-30 | 
David Symonds | misc/dashboard/codereview: pass user information to...  | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Russ Cox | cmd/go: show $GOPATH in 'go env' output | 
commit | commitdiff | tree | 
| 2012-07-30 | 
David Symonds | misc/dashboard/codereview: switch to using gobot to...  | 
commit | commitdiff | tree | 
| 2012-07-30 | 
David Symonds | misc/dashboard/codereview: bump user-specific table...  | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Brad Fitzpatrick | net/http: don't allow zero byte in FileServer paths | 
commit | commitdiff | tree | 
| 2012-07-30 | 
David Symonds | misc/dashboard/codereview: interpret zero reviewers...  | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Daniel Morsing | cmd/gc: point "no new variables" error at right line...  | 
commit | commitdiff | tree | 
| 2012-07-30 | 
David Symonds | misc/dashboard/codereview: make all active CL tables...  | 
commit | commitdiff | tree | 
| 2012-07-30 | 
David Symonds | misc/dashboard/codereview: fix tag nesting. | 
commit | commitdiff | tree | 
| 2012-07-30 | 
David Symonds | misc/dashboard/codereview: recognize "NOT LGTM". | 
commit | commitdiff | tree | 
| 2012-07-30 | 
Brad Fitzpatrick | net/http: don't modify Request Method's case | 
commit | commitdiff | tree | 
| 2012-07-29 | 
Russ Cox | syscall: apply comment from Mikioh | 
commit | commitdiff | tree | 
| 2012-07-29 | 
Alexey Borzenkov | syscall: workaround accept() bug on Darwin | 
commit | commitdiff | tree | 
| 2012-07-29 | 
Benny Siegert | runtime/cgo: fix netbsd build | 
commit | commitdiff | tree | 
| 2012-07-29 | 
David Symonds | misc/vim: fix :Import insertion heuristic. | 
commit | commitdiff | tree | 
| 2012-07-29 | 
Han-Wen Nienhuys | syscall: don't clobber source files if mksyscall.pl...  | 
commit | commitdiff | tree | 
| 2012-07-29 | 
Andrew Balholm | exp/html: replace NUL with U+FFFD in text in foreign...  | 
commit | commitdiff | tree | 
| 2012-07-28 | 
Ian Lance Taylor | misc/cgo/test: only run setgid test on GNU/Linux | 
commit | commitdiff | tree | 
| 2012-07-28 | 
Marcel van...  | exp/locale/collate: changed trie in first step towards...  | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Rob Pike | flag: fix bug in handling of booleans on error | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Shenghou Ma | log/syslog: don't append \n if there is one | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Alex Brainman | os: move epipecheck from file_posix.go and into file_un...  | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Dmitriy Vyukov | os: fix data race in epipecheck() | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Ian Lance Taylor | misc/cgo/test: add test for issue 3871: cgo setgid...  | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Andrew Balholm | exp/html: parse CDATA sections in foreign content | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Ian Lance Taylor | runtime: ignore signal 33 == SIGSETXID on GNU/Linux | 
commit | commitdiff | tree | 
| 2012-07-27 | 
Robert Griesemer | go/printer: don't crash if ast.FuncType.Params is nil | 
commit | commitdiff | tree | 
| 2012-07-26 | 
Andrew Balholm | exp/html: replace NUL bytes in plaintext, raw text...  | 
commit | commitdiff | tree | 
| 2012-07-26 | 
Andrew Wilkins | exp/types: process ast.Fun in checkObj; fix variadic...  | 
commit | commitdiff | tree | 
| 2012-07-26 | 
Robert Griesemer | A+C: added Andrew Wilkins (individual contributor) | 
commit | commitdiff | tree | 
| 2012-07-26 | 
Andrew Balholm | exp/html: don't insert empty text nodes | 
commit | commitdiff | tree | 
| 2012-07-25 | 
Ian Lance Taylor | cgo: fix declarations in _cgo_export.c | 
commit | commitdiff | tree | 
| 2012-07-25 | 
Dave Cheney | cmd/godoc: delete -path flag | 
commit | commitdiff | tree | 
| 2012-07-25 | 
Brad Fitzpatrick | testing: allow concurrent use of T and B | 
commit | commitdiff | tree | 
| next |