2013-03-26 |
Brad Fitzpatrick | database/sql: link to driver wiki page |
commit | commitdiff | tree |
2013-03-25 |
Brad Fitzpatrick | database/sql: don't close a driver.Conn until its Stmts... |
commit | commitdiff | tree |
2013-03-25 |
Adam Langley | crypto/rsa: don't correct private exponent unless needed. |
commit | commitdiff | tree |
2013-03-25 |
Ian Lance Taylor | cmd/ld: permit sym to be both cgo_export_static and... |
commit | commitdiff | tree |
2013-03-25 |
Brad Fitzpatrick | doc: add summary of net/http additions to Go 1.1 |
commit | commitdiff | tree |
2013-03-25 |
Russ Cox | runtime: pass setmg function to cgo_init |
commit | commitdiff | tree |
2013-03-25 |
Russ Cox | runtime: delete mkasmh.sh |
commit | commitdiff | tree |
2013-03-25 |
Rémy Oudompheng | cmd/gc: instrument logical && and ||. |
commit | commitdiff | tree |
2013-03-25 |
Carl Shapiro | runtime: store asmcgocall return PC where the ARM unwin... |
commit | commitdiff | tree |
2013-03-25 |
Rémy Oudompheng | cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS... |
commit | commitdiff | tree |
2013-03-25 |
Russ Cox | math: make Hypot special cases look like others |
commit | commitdiff | tree |
2013-03-25 |
Jan Ziak | runtime: optionally check all allocations in hashmap.c |
commit | commitdiff | tree |
2013-03-25 |
Brad Fitzpatrick | doc: add DialOpt and friends to go1.1.html |
commit | commitdiff | tree |
2013-03-25 |
Dmitriy Vyukov | net: band-aid for windows network poller |
commit | commitdiff | tree |
2013-03-25 |
Dominik Honnef | misc/emacs: Derive mode from prog-mode if possible |
commit | commitdiff | tree |
2013-03-25 |
Oling Cat | math: modify a comment to the convention format. |
commit | commitdiff | tree |
2013-03-25 |
Rémy Oudompheng | cmd/cc, cmd/ld: do not overflow strings in symbol lookup. |
commit | commitdiff | tree |
2013-03-25 |
Rémy Oudompheng | net/http: deflake BenchmarkServerFakeConnNoKeepAlive. |
commit | commitdiff | tree |
2013-03-25 |
Mikio Hara | net: disable tests with controlling network facilities... |
commit | commitdiff | tree |
2013-03-25 |
Alex Brainman | all.bat,make.bat,run.bat: make these work even when... |
commit | commitdiff | tree |
2013-03-24 |
Shenghou Ma | build, cmd/5l: actually report failures for -linkmode... |
commit | commitdiff | tree |
2013-03-24 |
Rémy Oudompheng | cmd/cc: fix typo leading to index out of range. |
commit | commitdiff | tree |
2013-03-24 |
Shenghou Ma | build: increase timeout for ARM |
commit | commitdiff | tree |
2013-03-24 |
Rémy Oudompheng | cmd/5l, cmd/6l, cmd/8l: remove declaration on non-exist... |
commit | commitdiff | tree |
2013-03-23 |
Oling Cat | misc/kate: fix multiline raw string syntax highlighting... |
commit | commitdiff | tree |
2013-03-23 |
Rob Pike | doc/go1.1.html: performance |
commit | commitdiff | tree |
2013-03-23 |
Mikio Hara | net: use original raddr if getpeername fails |
commit | commitdiff | tree |
2013-03-23 |
Mikio Hara | net: support IPv6 scoped addressing zone |
commit | commitdiff | tree |
2013-03-23 |
Ian Lance Taylor | runtime: remove declaration of non-existent function |
commit | commitdiff | tree |
2013-03-23 |
Ian Lance Taylor | runtime: correct misplaced right brace in Linux SIGBUS... |
commit | commitdiff | tree |
2013-03-22 |
Robert Griesemer | doc/go1.1.html: fix broken links |
commit | commitdiff | tree |
2013-03-22 |
Rob Pike | doc/go1.1.html: blockprofile, method values, ListenUnix... |
commit | commitdiff | tree |
2013-03-22 |
Mikio Hara | net: fix documentation for UnixAddr |
commit | commitdiff | tree |
2013-03-22 |
Robert Griesemer | spec: remove most §links for the now more common in... |
commit | commitdiff | tree |
2013-03-22 |
Rob Pike | doc/go1.1.html: return requirements |
commit | commitdiff | tree |
2013-03-22 |
Russ Cox | cmd/gc: fix line number for 'missing return' in closure |
commit | commitdiff | tree |
2013-03-22 |
Russ Cox | cmd/vet: diagnose unreachable code |
commit | commitdiff | tree |
2013-03-22 |
Russ Cox | build: remove dead code |
commit | commitdiff | tree |
2013-03-22 |
Rob Pike | encoding/gob: delete dead code. |
commit | commitdiff | tree |
2013-03-22 |
Shenghou Ma | runtime/cgo, go/build: re-enable cgo for FreeBSD/ARM. |
commit | commitdiff | tree |
2013-03-22 |
Julien Schmidt | database/sql: add missing []byte and RawBytes conversions |
commit | commitdiff | tree |
2013-03-22 |
Russ Cox | cmd/vet: add assembly checker |
commit | commitdiff | tree |
2013-03-22 |
Rob Pike | spec: add example showing missing return statement |
commit | commitdiff | tree |
2013-03-22 |
Russ Cox | build: update assembly variable names for vet |
commit | commitdiff | tree |
2013-03-22 |
Russ Cox | crypto/cipher: fix vet warning |
commit | commitdiff | tree |
2013-03-22 |
Adam Langley | CONTRIBUTORS: add Joseph Bonneau (Google CLA) |
commit | commitdiff | tree |
2013-03-22 |
Jeff R. Allen | image/gif: reject a GIF image if frame bounds larger... |
commit | commitdiff | tree |
2013-03-22 |
Joel Sing | runtime: correct return value checks for mmap on darwin... |
commit | commitdiff | tree |
2013-03-22 |
Joel Sing | runtime: improve mmap return value checking for netbsd... |
commit | commitdiff | tree |
2013-03-22 |
Rob Pike | go1.1.html: bufio.Scanner and reflect; more about surro... |
commit | commitdiff | tree |
2013-03-22 |
Oling Cat | math: remove repeated comment. |
commit | commitdiff | tree |
2013-03-22 |
Nigel Tao | image/gif: tighten the checks for when the amount of... |
commit | commitdiff | tree |
2013-03-22 |
Miki Tebeka | cmd/cgo: fix the cgo example on multiple assignment... |
commit | commitdiff | tree |
2013-03-22 |
Dominik Honnef | misc/emacs: Kill gofmt error buffer if the buffer was... |
commit | commitdiff | tree |
2013-03-22 |
Brad Fitzpatrick | net/http: reuse bufio.Reader and bufio.Writer between... |
commit | commitdiff | tree |
2013-03-22 |
Brad Fitzpatrick | bufio: add some tests |
commit | commitdiff | tree |
2013-03-22 |
Rémy Oudompheng | debug/elf: repair GNU version symbols. |
commit | commitdiff | tree |
2013-03-21 |
Robert Griesemer | test: more systematic shift tests |
commit | commitdiff | tree |
2013-03-21 |
Rémy Oudompheng | cmd/gc: accept ideal float as indices. |
commit | commitdiff | tree |
2013-03-21 |
Robert Griesemer | go/doc: use regexp for -notes instead of comma-sep... |
commit | commitdiff | tree |
2013-03-21 |
Rob Pike | bufio.Scanner: delete obsolete TODO |
commit | commitdiff | tree |
2013-03-21 |
Brad Fitzpatrick | net/http/fcgi: fix a shutdown race |
commit | commitdiff | tree |
2013-03-21 |
Russ Cox | debug/elf: restore Go 1.0 semantics for (*File).Symbols |
commit | commitdiff | tree |
2013-03-21 |
Russ Cox | reflect: implement method values |
commit | commitdiff | tree |
2013-03-21 |
Rob Pike | doc/go1.1.html: more TODOs done |
commit | commitdiff | tree |
2013-03-21 |
Russ Cox | crypto/rc4: faster amd64 implementation |
commit | commitdiff | tree |
2013-03-21 |
Shenghou Ma | cmd/ld: portability fixes |
commit | commitdiff | tree |
2013-03-21 |
Shenghou Ma | cmd/ld: don't generate DW_AT_type attr for unsafe.Point... |
commit | commitdiff | tree |
2013-03-21 |
Shenghou Ma | cmd/ld: fix bad merge |
commit | commitdiff | tree |
2013-03-21 |
Jan Ziak | runtime: mark strings without going through an intermed... |
commit | commitdiff | tree |
2013-03-21 |
Robert Griesemer | go/format: fix documentation |
commit | commitdiff | tree |
2013-03-21 |
Russ Cox | crypto/sha1: faster amd64, 386 implementations |
commit | commitdiff | tree |
2013-03-21 |
Russ Cox | crypto/md5: faster amd64, 386 implementations |
commit | commitdiff | tree |
2013-03-21 |
Russ Cox | crypto/rc4: faster amd64, 386 implementations |
commit | commitdiff | tree |
2013-03-21 |
Dmitriy Vyukov | runtime: explicitly remove fd's from epoll waitset... |
commit | commitdiff | tree |
2013-03-21 |
Dmitriy Vyukov | runtime: faster parallel GC |
commit | commitdiff | tree |
2013-03-21 |
Rémy Oudompheng | cmd/gc: implement more cases in racewalk. |
commit | commitdiff | tree |
2013-03-21 |
Brad Fitzpatrick | crypto/tls: use method values |
commit | commitdiff | tree |
2013-03-21 |
Russ Cox | cmd/gc: fix escape analysis of method values |
commit | commitdiff | tree |
2013-03-20 |
Robert Griesemer | src/pkg: fixed various typos |
commit | commitdiff | tree |
2013-03-20 |
Keith Randall | runtime: free map structures more aggressively |
commit | commitdiff | tree |
2013-03-20 |
Rob Pike | spec: fix description of initialization |
commit | commitdiff | tree |
2013-03-20 |
Robert Griesemer | go/parser: use method values |
commit | commitdiff | tree |
2013-03-20 |
Keith Randall | runtime: Use aligned loads for AES key schedule. |
commit | commitdiff | tree |
2013-03-20 |
Russ Cox | cmd/gc: add OCHECKNOTNIL to race walker (fix build) |
commit | commitdiff | tree |
2013-03-20 |
Daniel Morsing | cmd/gc: reject methods on non-locals, even if symbol... |
commit | commitdiff | tree |
2013-03-20 |
Russ Cox | cmd/gc: implement method values |
commit | commitdiff | tree |
2013-03-20 |
Russ Cox | spec: define method values |
commit | commitdiff | tree |
2013-03-20 |
Keith Randall | runtime: faster hashmap implementation. |
commit | commitdiff | tree |
2013-03-20 |
Jan Ziak | runtime: prevent garbage collection during hashmap... |
commit | commitdiff | tree |
2013-03-20 |
Brad Fitzpatrick | net/http/fcgi: Request.Body should always be non-nil |
commit | commitdiff | tree |
2013-03-20 |
Ian Lance Taylor | misc/swig: remove old broken Makefile |
commit | commitdiff | tree |
2013-03-20 |
Dave Cheney | cmd/6c, cmd/8c: fix stack allocated Biobuf leaking... |
commit | commitdiff | tree |
2013-03-20 |
Rémy Oudompheng | cmd/ld: remove remaining occurrence of isobj. |
commit | commitdiff | tree |
2013-03-20 |
Brad Fitzpatrick | net/http: new benchmark to measure server without network |
commit | commitdiff | tree |
2013-03-20 |
Dave Cheney | cmd/5l: fix arm build |
commit | commitdiff | tree |
2013-03-19 |
Rob Pike | doc/go1.1.html: add links to the text, write some new... |
commit | commitdiff | tree |
2013-03-19 |
Rémy Oudompheng | cmd/gc: implement revised rule for shifts in equality. |
commit | commitdiff | tree |
2013-03-19 |
Rob Pike | bytes,strings: remove user name from BUG in comment |
commit | commitdiff | tree |
2013-03-19 |
Jan Ziak | runtime: prevent garbage collection during hashmap... |
commit | commitdiff | tree |
next |