2013-04-02 |
Robert Griesemer | cmd/godoc: don't linkify index entries |
commit | commitdiff | tree |
2013-04-02 |
Rob Pike | sort: be consistent when describing "less: function... |
commit | commitdiff | tree |
2013-04-02 |
Rob Pike | sort: new example: programmatic sort by multiple keys |
commit | commitdiff | tree |
2013-04-02 |
Brad Fitzpatrick | compress/gzip: add Writer.Flush to call flate.Writer... |
commit | commitdiff | tree |
2013-04-02 |
Nigel Tao | cmd/gc: recognize (a.b[0]<<1 | a.b[0]>>31) as a rotate... |
commit | commitdiff | tree |
2013-04-02 |
Dave Cheney | doc/go1.1.html: add a note about additional platforms |
commit | commitdiff | tree |
2013-04-02 |
Keith Randall | runtime: make map reads multithreaded safe. |
commit | commitdiff | tree |
2013-04-01 |
Rob Pike | doc/codewalk/markov: fix slice error in description |
commit | commitdiff | tree |
2013-04-01 |
Rob Pike | testing: document that Log and Logf do not usually... |
commit | commitdiff | tree |
2013-04-01 |
Robert Griesemer | cmd/godoc: better error message for missing index files |
commit | commitdiff | tree |
2013-04-01 |
Rémy Oudompheng | cmd/gc: use appropriate verb to print array type length. |
commit | commitdiff | tree |
2013-04-01 |
Shenghou Ma | sync/atomic: make unaligned 64-bit atomic operation... |
commit | commitdiff | tree |
2013-04-01 |
Lucio De Re | cmd/cc/cc.h: Add a #pragma for %S used (only) in cmd... |
commit | commitdiff | tree |
2013-04-01 |
Ian Lance Taylor | cmd/ld: add -extld and -extldflags options |
commit | commitdiff | tree |
2013-04-01 |
Rémy Oudompheng | cmd/gc: do not reuse bool temporaries for composite... |
commit | commitdiff | tree |
2013-04-01 |
Brad Fitzpatrick | runtime: add concurrent map read test |
commit | commitdiff | tree |
2013-04-01 |
Lucio De Re | cmd/go: prevent packages from being cleaned more than... |
commit | commitdiff | tree |
2013-04-01 |
Ewan Chou | testing: report test as failed if the test panics. |
commit | commitdiff | tree |
2013-03-31 |
Lucio De Re | lib9/utf: Remove superfluous header inclusion. |
commit | commitdiff | tree |
2013-03-31 |
Mikio Hara | net: update documentation for UnixConn, UnixListener... |
commit | commitdiff | tree |
2013-03-31 |
Mikio Hara | net: update documentation for UDPConn and related stuff |
commit | commitdiff | tree |
2013-03-31 |
Mikio Hara | net: update documentation for TCPConn, TCPListener... |
commit | commitdiff | tree |
2013-03-31 |
Mikio Hara | net: update documentation for IPConn and related stuff |
commit | commitdiff | tree |
2013-03-31 |
Brad Fitzpatrick | net/http: Transport: be paranoid about any non-100... |
commit | commitdiff | tree |
2013-03-30 |
Albert Strasheim | runtime: TestGcSys: if GOGC=off, skip instead of failing |
commit | commitdiff | tree |
2013-03-30 |
Brad Fitzpatrick | net/http: fix incredibly racy TestTransportReading100Co... |
commit | commitdiff | tree |
2013-03-30 |
Shenghou Ma | doc/go1.1: mention (*testing.B).ReportAllocs() |
commit | commitdiff | tree |
2013-03-30 |
Brad Fitzpatrick | net/textproto: report allocs in benchmarks |
commit | commitdiff | tree |
2013-03-30 |
Dominik Honnef | misc/emacs: Enable compilation-mode for gofmt error... |
commit | commitdiff | tree |
2013-03-30 |
David du Colombier | cmd/gc, cmd/ld: fix warnings on Plan 9 |
commit | commitdiff | tree |
2013-03-30 |
David du Colombier | cmd/6g: fix warnings on Plan 9 |
commit | commitdiff | tree |
2013-03-30 |
Albert Strasheim | os/exec, syscall: fix tests to pass when GOGCTRACE... |
commit | commitdiff | tree |
2013-03-30 |
David du Colombier | include/plan9/libc.h: fix Plan 9 build |
commit | commitdiff | tree |
2013-03-30 |
Andrey Mirtchovski | misc/cgo/gmp: fix typo. |
commit | commitdiff | tree |
2013-03-30 |
Mikio Hara | net: avoid use of listener socket options on active... |
commit | commitdiff | tree |
2013-03-30 |
Dave Cheney | misc/dashboard/codereview: add Rémy to the list of... |
commit | commitdiff | tree |
2013-03-30 |
Brad Fitzpatrick | net/http: ignore 100-continue responses in Transport |
commit | commitdiff | tree |
2013-03-29 |
Ian Lance Taylor | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to... |
commit | commitdiff | tree |
2013-03-29 |
Robert Obryk | bytes: Benchmark Buffer's compactions |
commit | commitdiff | tree |
2013-03-29 |
Brad Fitzpatrick | A+C: Robert Obryk (individual CLA) |
commit | commitdiff | tree |
2013-03-29 |
Rob Pike | bytes: document that Buffer.Write grows the buffer |
commit | commitdiff | tree |
2013-03-29 |
Brad Fitzpatrick | runtime: additional map benchmarks for repeated lookups |
commit | commitdiff | tree |
2013-03-29 |
Brad Fitzpatrick | bytes: don't compact Buffer so aggressively |
commit | commitdiff | tree |
2013-03-29 |
Brad Fitzpatrick | bytes: don't grow Buffer if capacity is available |
commit | commitdiff | tree |
2013-03-29 |
Keith Randall | runtime: fix gdb printing of maps |
commit | commitdiff | tree |
2013-03-29 |
Elias Naur | doc: fix typo in effective_go.html |
commit | commitdiff | tree |
2013-03-29 |
Brad Fitzpatrick | net/http: ignore more uninteresting goroutines |
commit | commitdiff | tree |
2013-03-29 |
Keith Randall | 8a/8l: add PCMPEQB and PMOVMSKB to 386. |
commit | commitdiff | tree |
2013-03-29 |
Mikio Hara | api: remove Zone of net.IPNet from next.txt |
commit | commitdiff | tree |
2013-03-29 |
Mikio Hara | net: close TCPListener in example |
commit | commitdiff | tree |
2013-03-29 |
Mikio Hara | net: update documentation for ListenTCP, ListenUDP |
commit | commitdiff | tree |
2013-03-29 |
Mikio Hara | net: update documentation for FileConn, FilePacketConn... |
commit | commitdiff | tree |
2013-03-29 |
Mikio Hara | net: enable IPv6 tests on Windows |
commit | commitdiff | tree |
2013-03-29 |
Brad Fitzpatrick | net/http: unflake TestTransportConcurrency |
commit | commitdiff | tree |
2013-03-28 |
Robert Griesemer | go/printer: use strings.Split instead of specialized... |
commit | commitdiff | tree |
2013-03-28 |
Ian Lance Taylor | cmd/ld: only pass -rdynamic to host linker on ELF target |
commit | commitdiff | tree |
2013-03-28 |
Brad Fitzpatrick | net/http: reuse textproto.Readers; remove 2 more alloca... |
commit | commitdiff | tree |
2013-03-28 |
Robert Griesemer | cmd/godoc: provide a link from notes to source location |
commit | commitdiff | tree |
2013-03-28 |
Carl Shapiro | cmd/ld, runtime: restrict stack root scan to locals... |
commit | commitdiff | tree |
2013-03-28 |
Brad Fitzpatrick | net/http: parse Request-Line in a function, remove... |
commit | commitdiff | tree |
2013-03-28 |
Brad Fitzpatrick | net/url: use strings.Index instead of a loop |
commit | commitdiff | tree |
2013-03-28 |
Robert Griesemer | go/doc: fix typo in comment |
commit | commitdiff | tree |
2013-03-28 |
Brad Fitzpatrick | net/http: inline chunkWriter in response |
commit | commitdiff | tree |
2013-03-28 |
Brad Fitzpatrick | net/http: remove two more server allocations per-request |
commit | commitdiff | tree |
2013-03-28 |
Robert Griesemer | cmd/godoc: cleanups |
commit | commitdiff | tree |
2013-03-28 |
Brad Fitzpatrick | net/http: more tests, better comments, remove an allocation |
commit | commitdiff | tree |
2013-03-28 |
Ian Lance Taylor | cmd/ld: when using host linker pass -r option as -rpath |
commit | commitdiff | tree |
2013-03-28 |
Robert Griesemer | cmd/godoc: don't crash if there's no documentation |
commit | commitdiff | tree |
2013-03-27 |
Rob Pike | vet: add a progress message to asmdecl.go |
commit | commitdiff | tree |
2013-03-27 |
Rob Pike | text/template: fix bug in evaluating a chain starting... |
commit | commitdiff | tree |
2013-03-27 |
Rob Pike | vet: fix test_deadcode.go's tests |
commit | commitdiff | tree |
2013-03-27 |
Rob Pike | cmd/vet: fix assembly test files |
commit | commitdiff | tree |
2013-03-27 |
Brad Fitzpatrick | runtime: allocate maps' first bucket table lazily |
commit | commitdiff | tree |
2013-03-27 |
Ian Lance Taylor | cmd/ld: fix OpenBSD (third try) |
commit | commitdiff | tree |
2013-03-27 |
Rob Pike | faq: update with some links and 1.1-specific details |
commit | commitdiff | tree |
2013-03-27 |
Robert Griesemer | cmd/godoc: emit id's for constants and variables |
commit | commitdiff | tree |
2013-03-27 |
Ian Lance Taylor | cmd/ld, cmd/8l: Fix OpenBSD build. |
commit | commitdiff | tree |
2013-03-27 |
Ian Lance Taylor | cmd/6l: fix OpenBSD build |
commit | commitdiff | tree |
2013-03-27 |
Rémy Oudompheng | cmd/gc: update runtime.go for new map implementation. |
commit | commitdiff | tree |
2013-03-27 |
Brad Fitzpatrick | net/http: server optimization; reduce GCs, generate... |
commit | commitdiff | tree |
2013-03-27 |
Brad Fitzpatrick | net/http: new server-only, single-connection keep-alive... |
commit | commitdiff | tree |
2013-03-27 |
Ian Lance Taylor | cmd/ld: emit TLS relocations during external linking |
commit | commitdiff | tree |
2013-03-27 |
Rémy Oudompheng | runtime/race: mark failing test as such. |
commit | commitdiff | tree |
2013-03-27 |
Rémy Oudompheng | cmd/gc: fix race instrumentation of append and type... |
commit | commitdiff | tree |
2013-03-27 |
Jonathan Rudenberg | doc: fix go1.1.html typos |
commit | commitdiff | tree |
2013-03-27 |
Brad Fitzpatrick | net/http: improve test leak checker flakiness |
commit | commitdiff | tree |
2013-03-27 |
Anthony Martin | libmach: respect symbol table boundaries |
commit | commitdiff | tree |
2013-03-27 |
Brad Fitzpatrick | net/textproto: add "Cookie" to the common headers list |
commit | commitdiff | tree |
2013-03-27 |
Robert Griesemer | godoc: pass *PageInfos instead of *token.FileSets in... |
commit | commitdiff | tree |
2013-03-27 |
Rob Pike | lib/codereview/codereview.py: fix crash when hg gofmt... |
commit | commitdiff | tree |
2013-03-26 |
Rémy Oudompheng | cmd/gc: enable racewalk of HMUL nodes. |
commit | commitdiff | tree |
2013-03-26 |
Dave Cheney | doc: consistent path names in example |
commit | commitdiff | tree |
2013-03-26 |
Ian Lance Taylor | pkg/runtime: ignore runtime.memlimit when allocating... |
commit | commitdiff | tree |
2013-03-26 |
Robert Griesemer | godoc: internal cleanup: remove a TODO |
commit | commitdiff | tree |
2013-03-26 |
Russ Cox | reflect: add garbage collection info in ChanOf, MapOf... |
commit | commitdiff | tree |
2013-03-26 |
Rob Pike | doc/go1.1.html: net/mail, net/smtp |
commit | commitdiff | tree |
2013-03-26 |
Carl Shapiro | runtime: ensure forward progress when unwinding an... |
commit | commitdiff | tree |
2013-03-26 |
Robert Griesemer | godoc: link identifiers to declarations |
commit | commitdiff | tree |
2013-03-26 |
Rob Pike | builtin: add linkable-to declarations for iota and nil |
commit | commitdiff | tree |
2013-03-26 |
Rob Pike | doc/go1.1.html: describe Zone and other net changes |
commit | commitdiff | tree |
next |