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 |
2013-03-19 |
Ian Lance Taylor | debug/dwarf: support for DWARF 3 |
commit | commitdiff | tree |
2013-03-19 |
Russ Cox | cmd/ld: fix typo |
commit | commitdiff | tree |
2013-03-19 |
Russ Cox | cmd/ld: generate relocated DWARF in hostobj mode |
commit | commitdiff | tree |
2013-03-19 |
Robert Griesemer | misc/dashboard: show correct dir name in README |
commit | commitdiff | tree |
2013-03-19 |
Russ Cox | cmd/ld: replace -hostobj with -linkmode |
commit | commitdiff | tree |
2013-03-19 |
Jan Ziak | runtime: optimize calls to addroot() |
commit | commitdiff | tree |
2013-03-19 |
Jan Ziak | cmd/gc: support channel types in the garbage collector |
commit | commitdiff | tree |
2013-03-19 |
Oling Cat | unicode: modify a comment to the convention format. |
commit | commitdiff | tree |
2013-03-19 |
Robert Griesemer | go/doc, godoc: improved note reading |
commit | commitdiff | tree |
2013-03-19 |
Oling Cat | unicode: remove an extra space |
commit | commitdiff | tree |
2013-03-19 |
Mikio Hara | runtime: add missing copyright |
commit | commitdiff | tree |
2013-03-19 |
Mikio Hara | net: make use of reflect.DeepEqual in IP manipulation... |
commit | commitdiff | tree |
2013-03-19 |
Mikio Hara | cmd/fix: revert IPv6 scoped address zone support of... |
commit | commitdiff | tree |
2013-03-19 |
Dominik Honnef | misc/emacs: Add support for godef |
commit | commitdiff | tree |
2013-03-19 |
Oling Cat | lib/godoc: convert indentation to tabs. |
commit | commitdiff | tree |
2013-03-19 |
Rémy Oudompheng | runtime: fix erroneous overflow protection on netbsd... |
commit | commitdiff | tree |
2013-03-19 |
Rob Pike | doc/go1.1.html: document the surrogate and BOM changes |
commit | commitdiff | tree |
2013-03-18 |
Brad Fitzpatrick | database/sql: doc cleanup on the DB type |
commit | commitdiff | tree |
2013-03-18 |
Brad Fitzpatrick | database/sql: add DB.SetMaxIdleConns |
commit | commitdiff | tree |
2013-03-18 |
Rob Pike | doc/go1.1.html: document some of the library changes. |
commit | commitdiff | tree |
2013-03-18 |
Daniel Morsing | cmd/gc: steal escape analysis info when inlining |
commit | commitdiff | tree |
2013-03-18 |
Brad Fitzpatrick | net/http: add StripPrefix example; simplify code |
commit | commitdiff | tree |
2013-03-18 |
Brad Fitzpatrick | net/http: shorten and clean up TestTransportConcurrency |
commit | commitdiff | tree |
2013-03-18 |
Rémy Oudompheng | runtime: fix tv_sec 32-bit overflows in sleep routines. |
commit | commitdiff | tree |
2013-03-18 |
Shenghou Ma | runtime: fix build for NetBSD/ARM |
commit | commitdiff | tree |
2013-03-18 |
Brad Fitzpatrick | database/sql: allow simultaneous queries, etc in a Tx |
commit | commitdiff | tree |
2013-03-18 |
Brad Fitzpatrick | os/exec: fix fd leak with Std*Pipe + LookPath |
commit | commitdiff | tree |
2013-03-18 |
Joel Sing | runtime: correct mmap return value checking on netbsd... |
commit | commitdiff | tree |
2013-03-17 |
Joe Poirier | misc/dist: fix Windows breakage |
commit | commitdiff | tree |
2013-03-17 |
Mikio Hara | net: revert Zone in IPNet temporally |
commit | commitdiff | tree |
2013-03-16 |
Rob Pike | make.bash: delete vestigial TODO, now resolved |
commit | commitdiff | tree |
2013-03-16 |
Rob Pike | bytes,string: move the BUG to the comment of the functi... |
commit | commitdiff | tree |
2013-03-15 |
Brad Fitzpatrick | net/http: don't test for goroutine leaks in short mode |
commit | commitdiff | tree |
2013-03-15 |
Rémy Oudompheng | cmd/gc: missing type inference for untyped complex... |
commit | commitdiff | tree |
2013-03-15 |
Brad Fitzpatrick | net/http: fix test breakage on Windows |
commit | commitdiff | tree |
2013-03-15 |
Robert Griesemer | go/doc: fix TODO |
commit | commitdiff | tree |
2013-03-15 |
Brad Fitzpatrick | net/http: less flaky leaking goroutine test |
commit | commitdiff | tree |
2013-03-15 |
Robert Griesemer | spec: remove special int rule for shifts |
commit | commitdiff | tree |
2013-03-15 |
Rob Pike | A+C: Herbert Georg Fischer (individual CLA) |
commit | commitdiff | tree |
2013-03-15 |
Herbert Georg... | doc: explain why cmd/go uses https for repositories... |
commit | commitdiff | tree |
next |