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 |
2013-03-15 |
Russ Cox | codereview: re-enable 15-second status prints |
commit | commitdiff | tree |
2013-03-15 |
Jan Ziak | runtime: scan the type of an interface value |
commit | commitdiff | tree |
2013-03-15 |
Shenghou Ma | net, runtime: enable runtime-integrated pollster on... |
commit | commitdiff | tree |
2013-03-15 |
Russ Cox | cmd/gc: ensure unique parameter and result names in... |
commit | commitdiff | tree |
2013-03-15 |
Rob Pike | doc/go_faq.html: add entry about pointer to interface |
commit | commitdiff | tree |
2013-03-15 |
Dmitriy Vyukov | net: fix build with CGO_ENABLED=0 |
commit | commitdiff | tree |
2013-03-15 |
Keith Randall | runtime: use AES hash for compound objects. |
commit | commitdiff | tree |
2013-03-15 |
Russ Cox | build: skip benchmarks on OpenBSD |
commit | commitdiff | tree |
2013-03-15 |
Jan Ziak | runtime: remove struct BitTarget |
commit | commitdiff | tree |
2013-03-15 |
Russ Cox | build: fix for 32-bit windows builds on 64-bit windows... |
commit | commitdiff | tree |
2013-03-15 |
Joel Sing | runtime: unbreak netbsd builds |
commit | commitdiff | tree |
2013-03-15 |
Rémy Oudompheng | cmd/gc: fix escape analysis bug. |
commit | commitdiff | tree |
2013-03-15 |
Jan Ziak | runtime: replace lock() with casp() in the GC |
commit | commitdiff | tree |
2013-03-15 |
Jan Ziak | cmd/gc: unroll small array types |
commit | commitdiff | tree |
2013-03-15 |
Russ Cox | runtime: accept GOTRACEBACK=crash to mean 'crash after... |
commit | commitdiff | tree |
2013-03-15 |
Tyler Bunnell | cmd/gc: disallow fallthrough in final case of switch |
commit | commitdiff | tree |
2013-03-15 |
Anthony Martin | cmd/dist: instruct the user to bind $GOBIN on Plan 9 |
commit | commitdiff | tree |
2013-03-15 |
Russ Cox | os/signal: add Stop, be careful about SIGHUP |
commit | commitdiff | tree |
2013-03-15 |
Jonathan Nieder | go/build: allow ~ in middle of path, just not at beginning |
commit | commitdiff | tree |
2013-03-15 |
Russ Cox | CONTRIBUTORS: add Jonathan Nieder (Google CLA) |
commit | commitdiff | tree |
2013-03-15 |
David Symonds | misc/dashboard/codereview: better debugging when some... |
commit | commitdiff | tree |
2013-03-15 |
Russ Cox | runtime: use 64-bit negative error code on 64-bit machines |
commit | commitdiff | tree |
2013-03-15 |
David Symonds | misc/dashboard/codereview: add more people. |
commit | commitdiff | tree |
2013-03-14 |
Brad Fitzpatrick | database/sql: associate a mutex with each driver interface |
commit | commitdiff | tree |
2013-03-14 |
Russ Cox | runtime: fix netbsd after reorg (again) |
commit | commitdiff | tree |
2013-03-14 |
Russ Cox | runtime: fix netbsd again after reorg |
commit | commitdiff | tree |
2013-03-14 |
Russ Cox | runtime: fix build for freebsd/arm after reorg |
commit | commitdiff | tree |
2013-03-14 |
Russ Cox | runtime: fix freebsd arm for hash change |
commit | commitdiff | tree |
2013-03-14 |
Russ Cox | runtime: freebsd, netbsd build fixes after reorg |
commit | commitdiff | tree |
2013-03-14 |
Brad Fitzpatrick | database/sql: document non-open of Open; add Ping |
commit | commitdiff | tree |
next |