2012-11-06 |
Shenghou Ma | net/rpc: give hint to pass a pointer to Register |
commit | commitdiff | tree |
2012-11-06 |
Péter Surányi | cmd/godoc: initialize filesystem and metadata for -url |
commit | commitdiff | tree |
2012-11-06 |
Daniel Morsing | cmd/gc, runtime: avoid unnecessary copy on type assertion. |
commit | commitdiff | tree |
2012-11-06 |
Ian Lance Taylor | test: fix index.go to pass with recent index checks |
commit | commitdiff | tree |
2012-11-06 |
Ian Lance Taylor | cmd/gc: don't require that slice index constants be... |
commit | commitdiff | tree |
2012-11-06 |
Ian Lance Taylor | cmd/gc: check for array bounds overflow in slice expression |
commit | commitdiff | tree |
2012-11-06 |
Dmitriy Vyukov | runtime: mark race instrumentation callbacks as nosplit... |
commit | commitdiff | tree |
2012-11-06 |
Dmitriy Vyukov | cmd/go: use correct paths with race detector |
commit | commitdiff | tree |
2012-11-06 |
Dmitriy Vyukov | runtime: fix deadlock in parallel for test |
commit | commitdiff | tree |
2012-11-06 |
Dmitriy Vyukov | runtime: disable parallel for tests under race detector. |
commit | commitdiff | tree |
2012-11-05 |
Andrew Gerrand | A+C: Péter Surányi (individual CLA) |
commit | commitdiff | tree |
2012-11-05 |
Andrew Gerrand | cmd/godoc: use normal gofmt printer settings for playgr... |
commit | commitdiff | tree |
2012-11-04 |
Shenghou Ma | net: fix timeout slack calculation |
commit | commitdiff | tree |
2012-11-04 |
Dave Cheney | cmd/5g: improve shift code generation |
commit | commitdiff | tree |
2012-11-04 |
Alex Brainman | net: do not test TestReadWriteDeadline timeout upper... |
commit | commitdiff | tree |
2012-11-02 |
Rob Pike | sort: make return value for 'not found' clearer in... |
commit | commitdiff | tree |
2012-11-02 |
Rémy Oudompheng | cmd/gc: instrument blocks for race detection. |
commit | commitdiff | tree |
2012-11-02 |
Dmitriy Vyukov | net/http: fix data race in test |
commit | commitdiff | tree |
2012-11-02 |
Shenghou Ma | runtime/cgo, go/build: cgo support for FreeBSD/ARM |
commit | commitdiff | tree |
2012-11-02 |
Jeff R. Allen | misc/benchcmp: show memory statistics, when available |
commit | commitdiff | tree |
2012-11-02 |
Alex Brainman | net: add missing locking in windows Shutdown |
commit | commitdiff | tree |
2012-11-02 |
Rémy Oudompheng | cmd/5g, cmd/6g: fix out of registers with array indexing. |
commit | commitdiff | tree |
2012-11-02 |
Nigel Tao | image/png: update palette out-of-bounds comment. |
commit | commitdiff | tree |
2012-11-02 |
Oling Cat | spec: we're now at Unicode 6.2.0 |
commit | commitdiff | tree |
2012-11-02 |
Russ Cox | cmd/gc, cmd/ld: struct field tracking |
commit | commitdiff | tree |
2012-11-02 |
Alex Brainman | net: use better error messages on windows |
commit | commitdiff | tree |
2012-11-01 |
Robert Griesemer | go/ast: document use of Data field for method objects |
commit | commitdiff | tree |
2012-11-01 |
Robert Griesemer | exp/types: move exp/types/staging -> exp/types |
commit | commitdiff | tree |
2012-11-01 |
Robert Griesemer | exp/types, exp/gotype: remove exp/types |
commit | commitdiff | tree |
2012-11-01 |
Ian Lance Taylor | misc/cgo/test: changes to pass when using gccgo |
commit | commitdiff | tree |
2012-11-01 |
Eric Roshan... | crypto: use better hash benchmarks |
commit | commitdiff | tree |
2012-11-01 |
Rémy Oudompheng | net: fix race in TestReadWriteDeadline. |
commit | commitdiff | tree |
2012-11-01 |
Robert Griesemer | encoding/binary: skip blank fields when (en/de)coding... |
commit | commitdiff | tree |
2012-11-01 |
Russ Cox | build: do not run race tests with cgo disabled |
commit | commitdiff | tree |
2012-11-01 |
Dmitriy Vyukov | cmd/gc: fix build |
commit | commitdiff | tree |
2012-11-01 |
Dmitriy Vyukov | cmd/gc: racewalk: fix a bunch of minor issues |
commit | commitdiff | tree |
2012-11-01 |
Han-Wen Nienhuys | syscall: add {Get,Set,List,Remove}xattr on Linux. |
commit | commitdiff | tree |
2012-11-01 |
Rémy Oudompheng | cmd/gc, runtime: pass PC directly to racefuncenter. |
commit | commitdiff | tree |
2012-11-01 |
Robert Griesemer | exp/types/staging: filling in more blanks |
commit | commitdiff | tree |
2012-11-01 |
Ian Lance Taylor | cmd/cgo: improve gccgo support |
commit | commitdiff | tree |
2012-11-01 |
Ian Lance Taylor | cmd/go: fixes to gccgo support |
commit | commitdiff | tree |
2012-11-01 |
Ian Lance Taylor | go/build: support compiler as build constraint |
commit | commitdiff | tree |
2012-11-01 |
Dmitriy Vyukov | cmd/gc: racewalk: fix instrumentation of ninit lists |
commit | commitdiff | tree |
2012-11-01 |
Rémy Oudompheng | cmd/gc: fix incomplete export data when inlining with... |
commit | commitdiff | tree |
2012-11-01 |
Dmitriy Vyukov | run.bash: add sanity test for race detector |
commit | commitdiff | tree |
2012-11-01 |
Rémy Oudompheng | cmd/gc: fix inlining bug with local variables. |
commit | commitdiff | tree |
2012-11-01 |
Ryan Hitchman | compress/flate: shrink decompressor struct for better... |
commit | commitdiff | tree |
2012-11-01 |
Daniel Morsing | cmd/gc: do simple bounds checking of constant indices... |
commit | commitdiff | tree |
2012-11-01 |
Robert Griesemer | spec: clarify returns, defer statements, and panics |
commit | commitdiff | tree |
2012-11-01 |
Jan Ziak | runtime: move Itab to runtime.h |
commit | commitdiff | tree |
2012-11-01 |
Alexey Borzenkov | net: fix a bad cast in dnsmsg.go |
commit | commitdiff | tree |
2012-11-01 |
Jan Ziak | runtime: add memorydump() debugging function |
commit | commitdiff | tree |
2012-11-01 |
Russ Cox | cmd/gc: avoid %#x of 0 |
commit | commitdiff | tree |
2012-11-01 |
Andrew Gerrand | website: remove floating topbar |
commit | commitdiff | tree |
2012-11-01 |
Rémy Oudompheng | cmd/5g, cmd/6g, cmd/8g: remove width check for componen... |
commit | commitdiff | tree |
2012-11-01 |
Alex Brainman | run.bat: make output consistent |
commit | commitdiff | tree |
2012-11-01 |
Mikio Hara | all: clear execute bit |
commit | commitdiff | tree |
2012-11-01 |
Nigel Tao | image/png: degrade gracefully for palette index values... |
commit | commitdiff | tree |
2012-10-31 |
Dan Callahan | encoding/json: clarify correct usage of struct tags... |
commit | commitdiff | tree |
2012-10-31 |
Robert Griesemer | A+C: adding Dan Callahan (individual CLA) |
commit | commitdiff | tree |
2012-10-31 |
Robert Griesemer | spec: slight wording change to remove a formal contradi... |
commit | commitdiff | tree |
2012-10-31 |
Adam Langley | crypto/cipher: add examples |
commit | commitdiff | tree |
2012-10-31 |
Robert Griesemer | gofmt: simplify slices of the form s[a : len(s)] to... |
commit | commitdiff | tree |
2012-10-31 |
Rob Pike | src/lib9/utf: update to Unicode 6.2.0 |
commit | commitdiff | tree |
2012-10-31 |
Rob Pike | spec: we're now at Unicode 6.2.0 |
commit | commitdiff | tree |
2012-10-31 |
Rob Pike | strconv: update to unicode 6.2.0 |
commit | commitdiff | tree |
2012-10-31 |
Marcel van... | unicode: move unicode and related packages to Unicode... |
commit | commitdiff | tree |
2012-10-31 |
Marcel van... | exp/locale/collate: implementation of tailorings and... |
commit | commitdiff | tree |
2012-10-31 |
Marcel van... | exp/locale/collate: removed weights struct to allow... |
commit | commitdiff | tree |
2012-10-31 |
Marcel van... | exp/locale/collate: add context to entry. |
commit | commitdiff | tree |
2012-10-31 |
Ian Lance Taylor | test: match gccgo error messages for bug358.go |
commit | commitdiff | tree |
2012-10-31 |
Peter Waller | syscall/exec_linux: enable changing controlling tty |
commit | commitdiff | tree |
2012-10-31 |
Ian Lance Taylor | A+C: add Peter Waller (individual CLA) |
commit | commitdiff | tree |
2012-10-30 |
Alex Brainman | net: fix connection resets when closed on windows |
commit | commitdiff | tree |
2012-10-30 |
Nigel Tao | image/jpeg: don't call ensureNBits unless we have to. |
commit | commitdiff | tree |
2012-10-30 |
Alexey Borzenkov | net: use read deadline in Accept on windows |
commit | commitdiff | tree |
2012-10-30 |
Rob Pike | reflect: improve documentation for DeepEqual regarding... |
commit | commitdiff | tree |
2012-10-30 |
Robert Griesemer | gofmt: apply gofmt -w src misc |
commit | commitdiff | tree |
2012-10-30 |
Robert Griesemer | go/printer, gofmt: trim trailing whitespace in comments |
commit | commitdiff | tree |
2012-10-30 |
Dave Cheney | archive/zip: handle corrupt extra data records |
commit | commitdiff | tree |
2012-10-30 |
Robert Griesemer | exp/gotype: add more test packages |
commit | commitdiff | tree |
2012-10-30 |
Shenghou Ma | cmd/ld: handle weak symbols |
commit | commitdiff | tree |
2012-10-30 |
Dave Cheney | misc/dashboard/builder: check http status before proces... |
commit | commitdiff | tree |
2012-10-30 |
Brad Fitzpatrick | cmd/api: handle contexts re-converging |
commit | commitdiff | tree |
2012-10-30 |
Brad Fitzpatrick | cmd/api: add more tests |
commit | commitdiff | tree |
2012-10-30 |
Brad Fitzpatrick | io: add ByteWriter interface |
commit | commitdiff | tree |
2012-10-30 |
Nigel Tao | image/jpeg: change block from [64]int to [64]int32. |
commit | commitdiff | tree |
2012-10-29 |
Roger Peppe | encoding/json: tweak docs |
commit | commitdiff | tree |
2012-10-29 |
Dmitriy Vyukov | syscalls: annotate Sendfile() for race detector |
commit | commitdiff | tree |
2012-10-29 |
Pawel Szczur | net/http/client.go: fix cookie handling on (*Client... |
commit | commitdiff | tree |
2012-10-29 |
Brad Fitzpatrick | CONTRIBUTORS: add Pawel Szczur (Google CLA) |
commit | commitdiff | tree |
2012-10-29 |
Adam Langley | crypto/x509: always write validity times in UTC. |
commit | commitdiff | tree |
2012-10-29 |
Adam Langley | encoding/asn1: don't convert UTCTime to UTC. |
commit | commitdiff | tree |
2012-10-29 |
Luuk van Dijk | cmd/gc: inlining functions with local variables |
commit | commitdiff | tree |
2012-10-29 |
Luuk van Dijk | cmd/gc: escape analysis to track flow of in to out... |
commit | commitdiff | tree |
2012-10-29 |
Andrew Radev | misc/vim: fix reimport guard and remove K mapping. |
commit | commitdiff | tree |
2012-10-29 |
David Symonds | A+C: Andrey Radev (individual CLA). |
commit | commitdiff | tree |
2012-10-29 |
David Symonds | misc/dashboard/codereview: only accept "NOT LGTM" on... |
commit | commitdiff | tree |
2012-10-28 |
Rémy Oudompheng | cmd/5g: introduce componentgen for better registerization. |
commit | commitdiff | tree |
2012-10-28 |
Taj Khattra | container/list: fix typo |
commit | commitdiff | tree |
next |