| 2012-11-27 | Jan Ziak | runtime: use reflect·call() to enter the function gc() | commit | commitdiff | tree | 
| 2012-11-27 | Dmitriy Vyukov | runtime/race: add test case for issue 4453 | commit | commitdiff | tree | 
| 2012-11-27 | Rick Arnold | regexp: add Split | commit | commitdiff | tree | 
| 2012-11-27 | Russ Cox | misc/emacs: fix go-mode hang | commit | commitdiff | tree | 
| 2012-11-27 | Volker Dobler | regexp: add examples | commit | commitdiff | tree | 
| 2012-11-27 | John Graham... | log/syslog: correct message format | commit | commitdiff | tree | 
| 2012-11-27 | Dmitriy Vyukov | runtime/race: add unit tests for race detector | commit | commitdiff | tree | 
| 2012-11-27 | Dmitriy Vyukov | net: fix flaky test | commit | commitdiff | tree | 
| 2012-11-27 | Nigel Tao | exp/cookiejar: new package. | commit | commitdiff | tree | 
| 2012-11-27 | Brad Fitzpatrick | CONTRIBUTORS: Add Jonathan Hseu (Google CLA) | commit | commitdiff | tree | 
| 2012-11-27 | Robert Griesemer | go/ast: minor cleanup | commit | commitdiff | tree | 
| 2012-11-27 | Anthony Martin | os/user: update stub documentation | commit | commitdiff | tree | 
| 2012-11-26 | Anthony Martin | os: move Plan 9 directory marshaling code to syscall | commit | commitdiff | tree | 
| 2012-11-26 | Rémy Oudompheng | cmd/gc: add division rewrite to walk pass. | commit | commitdiff | tree | 
| 2012-11-26 | Robert Griesemer | go/printer: don't use 'infinity' value when it might... | commit | commitdiff | tree | 
| 2012-11-26 | Brad Fitzpatrick | net/http: fix Transport races & deadlocks | commit | commitdiff | tree | 
| 2012-11-26 | Daniel Morsing | cmd/gc: Make sure bools lose idealness when used with... | commit | commitdiff | tree | 
| 2012-11-26 | Robert Griesemer | go/printer: some internal cleanups | commit | commitdiff | tree | 
| 2012-11-26 | Robert Griesemer | go/printer: Permit declaration and statement lists... | commit | commitdiff | tree | 
| 2012-11-26 | Brad Fitzpatrick | doc/play: don't use println in examples | commit | commitdiff | tree | 
| 2012-11-26 | Rémy Oudompheng | cmd/6l, cmd/8l: emit no-ops to separate zero-stack... | commit | commitdiff | tree | 
| 2012-11-26 | Robert Griesemer | exp/types: fixed field/method lookup | commit | commitdiff | tree | 
| 2012-11-26 | Russ Cox | spec: add () to method calls in examples | commit | commitdiff | tree | 
| 2012-11-26 | Rémy Oudompheng | cmd/8l: fix data corruption for MULB SI, | commit | commitdiff | tree | 
| 2012-11-26 | Shenghou Ma | libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check mallo... | commit | commitdiff | tree | 
| 2012-11-26 | Anthony Martin | crypto/tls: use 1/n-1 record splitting to protect again... | commit | commitdiff | tree | 
| 2012-11-26 | Dmitriy Vyukov | net: add deadline prolongation test | commit | commitdiff | tree | 
| 2012-11-26 | Dmitriy Vyukov | cnd/gc: fix build | commit | commitdiff | tree | 
| 2012-11-26 | Dmitriy Vyukov | cmd/go: racewalk: fix nested struct handling | commit | commitdiff | tree | 
| 2012-11-26 | Shenghou Ma | cmd/gc: fix invalid indirect error at statement level | commit | commitdiff | tree | 
| 2012-11-26 | Shenghou Ma | runtime: duplicate code for runtime.nanotime to avoid... | commit | commitdiff | tree | 
| 2012-11-26 | Ian Lance Taylor | test: add test for floating point rounding of constants | commit | commitdiff | tree | 
| 2012-11-26 | Oling Cat | runtime: re-format comments. | commit | commitdiff | tree | 
| 2012-11-26 | Mikio Hara | net, cmd/fix: add IPv6 scoped addressing zone to INET... | commit | commitdiff | tree | 
| 2012-11-26 | Mikio Hara | runtime: regenerate defs-files for freebsd | commit | commitdiff | tree | 
| 2012-11-26 | Shenghou Ma | net/http: clarify docs of ParseForm and mention ParseFo... | commit | commitdiff | tree | 
| 2012-11-26 | Joel Sing | runtime: implement SysUnused for netbsd | commit | commitdiff | tree | 
| 2012-11-26 | Joel Sing | runtime: implement SysUnused for openbsd | commit | commitdiff | tree | 
| 2012-11-26 | Joel Sing | cmd/gc: check malloc return value | commit | commitdiff | tree | 
| 2012-11-25 | Dave Cheney | net: never return -1 bytes read from netFD.Read | commit | commitdiff | tree | 
| 2012-11-25 | Brad Fitzpatrick | net/http/httptest: protect against port reuse | commit | commitdiff | tree | 
| 2012-11-25 | Brad Fitzpatrick | bytes, strings: fix Reader WriteTo return value on... | commit | commitdiff | tree | 
| 2012-11-25 | Mikio Hara | runtime: fix madvise for freebsd/amd64 | commit | commitdiff | tree | 
| 2012-11-25 | Dmitriy Vyukov | net: add unit tests for read/write deadlines | commit | commitdiff | tree | 
| 2012-11-25 | Ian Lance Taylor | test: add bug469, a case where gccgo gaves an incorrect... | commit | commitdiff | tree | 
| 2012-11-25 | Dave Cheney | time: add Now()/UnixNano() malloc tests | commit | commitdiff | tree | 
| 2012-11-24 | Alex Brainman | net: do not start io if deadline has passed | commit | commitdiff | tree | 
| 2012-11-24 | Caine Tighe | http/transport.go: trivial comment error. | commit | commitdiff | tree | 
| 2012-11-24 | Ian Lance Taylor | cmd/go: fix typo in comment | commit | commitdiff | tree | 
| 2012-11-24 | Brad Fitzpatrick | net: check read and write deadlines before doing syscalls | commit | commitdiff | tree | 
| 2012-11-24 | John Graham... | runtime: implement runtime.SysUnused on FreeBSD | commit | commitdiff | tree | 
| 2012-11-24 | Dave Cheney | net/http/httptest: fix possible race on historyListener... | commit | commitdiff | tree | 
| 2012-11-24 | Brad Fitzpatrick | A+C: Add John Graham-Cumming (Individual CLA) | commit | commitdiff | tree | 
| 2012-11-23 | Shenghou Ma | cmd/go: fix data race on cgoLibGccFile | commit | commitdiff | tree | 
| 2012-11-23 | Shenghou Ma | cmd/go: show -race if necessary when giving "go test... | commit | commitdiff | tree | 
| 2012-11-21 | Robert Griesemer | spec: be clearer about the scope of a package name | commit | commitdiff | tree | 
| 2012-11-21 | Dave Cheney | dashboard/builder: pass $CC to builder if set | commit | commitdiff | tree | 
| 2012-11-21 | Dave Cheney | net/http: use runtime.Stack instead of runtime/debug... | commit | commitdiff | tree | 
| 2012-11-21 | Vladimir Nikishenko | cmd/cgo: fix alignment of bool. | commit | commitdiff | tree | 
| 2012-11-21 | Shenghou Ma | all: fix the the typos | commit | commitdiff | tree | 
| 2012-11-21 | Brad Fitzpatrick | A+C: Add Vladimir Nikishenko (Individual CLA) | commit | commitdiff | tree | 
| 2012-11-21 | Joel Sing | runtime: update openbsd runtime to use new tfork syscall | commit | commitdiff | tree | 
| 2012-11-21 | Rémy Oudompheng | cmd/8g: fix erroneous LEAL nil. | commit | commitdiff | tree | 
| 2012-11-21 | Dave Cheney | net: remove another unguarded sysfile == nil check | commit | commitdiff | tree | 
| 2012-11-20 | Shenghou Ma | net/http, net/http/httputil: fix TestChunkReaderAllocs... | commit | commitdiff | tree | 
| 2012-11-20 | Ian Lance Taylor | exp/types: don't test importing types if using gccgo | commit | commitdiff | tree | 
| 2012-11-20 | Alex Brainman | net/http/cgi: another attempt to fix windows tests | commit | commitdiff | tree | 
| 2012-11-20 | Brad Fitzpatrick | net/http: remove more garbage from chunk reading | commit | commitdiff | tree | 
| 2012-11-20 | Brad Fitzpatrick | mime/multipart: transparently decode quoted-printable... | commit | commitdiff | tree | 
| 2012-11-19 | Brad Fitzpatrick | cmd/api: speed up API check by 2x, caching parser.Parse... | commit | commitdiff | tree | 
| 2012-11-19 | Robert Griesemer | go/printer: simply ignore filename changes in position... | commit | commitdiff | tree | 
| 2012-11-19 | Brad Fitzpatrick | doc/articles/wiki: fix racy test | commit | commitdiff | tree | 
| 2012-11-19 | Brad Fitzpatrick | net/http/cgi: more windows perl test work | commit | commitdiff | tree | 
| 2012-11-19 | Christian Himpel | runtime: gdb support: use parse_and_eval to get the... | commit | commitdiff | tree | 
| 2012-11-19 | Robert Griesemer | cmd/gc: complain about invalid whitespace chars | commit | commitdiff | tree | 
| 2012-11-19 | Brad Fitzpatrick | net/http/cgi: make test more robust for Windows perl | commit | commitdiff | tree | 
| 2012-11-18 | Dave Cheney | net: fix data race on fd.sysfd | commit | commitdiff | tree | 
| 2012-11-18 | Dave Cheney | net: remove unused nil check | commit | commitdiff | tree | 
| 2012-11-17 | Dave Cheney | runtime/cgo: enable warnings and treat as errors | commit | commitdiff | tree | 
| 2012-11-17 | Robert Griesemer | spec: fix constant expression example | commit | commitdiff | tree | 
| 2012-11-17 | Shenghou Ma | runtime: don't assume AT_RANDOM provide 4-byte aligned ptr | commit | commitdiff | tree | 
| 2012-11-17 | Robert Griesemer | go/doc: fix identifier blank import handling for examples | commit | commitdiff | tree | 
| 2012-11-17 | Shenghou Ma | lib/godoc/codewalk.html: remove duplicate jquery inclusion | commit | commitdiff | tree | 
| 2012-11-17 | Shenghou Ma | crypto/md5: speed up aligned writes and test/bench... | commit | commitdiff | tree | 
| 2012-11-17 | Shenghou Ma | runtime/cgo: fix compilation on Windows with CFLAGS... | commit | commitdiff | tree | 
| 2012-11-17 | Dave Cheney | archive/zip: handle extra data headers with no body | commit | commitdiff | tree | 
| 2012-11-17 | Robin Eklind | archive/zip, crypto/tls, net/http: Fix print format... | commit | commitdiff | tree | 
| 2012-11-16 | Brad Fitzpatrick | net/http: reduce allocations in chunk reading & writing | commit | commitdiff | tree | 
| 2012-11-16 | Robert Griesemer | go/printer: leave indentation alone when printing nodes... | commit | commitdiff | tree | 
| 2012-11-16 | Robert Griesemer | go/ast: FuncType.Params may be nil (per AST documentation) | commit | commitdiff | tree | 
| 2012-11-16 | Dmitriy Vyukov | runtime: hide mheap from race detector | commit | commitdiff | tree | 
| 2012-11-16 | Oling Cat | runtime: remove extra parentheses. | commit | commitdiff | tree | 
| 2012-11-16 | Joel Sing | crypto/tls: add support for loading EC X.509 key pairs | commit | commitdiff | tree | 
| 2012-11-16 | Dmitriy Vyukov | syscall: fix data races in LazyDLL/LazyProc | commit | commitdiff | tree | 
| 2012-11-15 | Marcel van... | exp/locale/collate: changed implementation of Compare... | commit | commitdiff | tree | 
| 2012-11-15 | Brad Fitzpatrick | os: add FileMode.IsRegular | commit | commitdiff | tree | 
| 2012-11-15 | Andrew Gerrand | misc/git: add gofmt git pre-commit hook | commit | commitdiff | tree | 
| 2012-11-15 | Rob Pike | sudo.bash: diagnose when the go tool is not in $PATH | commit | commitdiff | tree | 
| 2012-11-15 | Dmitriy Vyukov | sync/atomic: fix race instrumentation | commit | commitdiff | tree | 
| 2012-11-15 | Ian Lance Taylor | runtime/cgo: include <string.h> as needed so that strer... | commit | commitdiff | tree | 
| next |