]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-04-01 Rob Pikedoc/codewalk/markov: fix slice error in description
2013-04-01 Rob Piketesting: document that Log and Logf do not usually...
2013-04-01 Robert Griesemercmd/godoc: better error message for missing index files
2013-04-01 Rémy Oudomphengcmd/gc: use appropriate verb to print array type length.
2013-04-01 Shenghou Masync/atomic: make unaligned 64-bit atomic operation...
2013-04-01 Lucio De Recmd/cc/cc.h: Add a #pragma for %S used (only) in cmd...
2013-04-01 Ian Lance Taylorcmd/ld: add -extld and -extldflags options
2013-04-01 Rémy Oudomphengcmd/gc: do not reuse bool temporaries for composite...
2013-04-01 Brad Fitzpatrickruntime: add concurrent map read test
2013-04-01 Lucio De Recmd/go: prevent packages from being cleaned more than...
2013-04-01 Ewan Choutesting: report test as failed if the test panics.
2013-03-31 Lucio De Relib9/utf: Remove superfluous header inclusion.
2013-03-31 Mikio Haranet: update documentation for UnixConn, UnixListener...
2013-03-31 Mikio Haranet: update documentation for UDPConn and related stuff
2013-03-31 Mikio Haranet: update documentation for TCPConn, TCPListener...
2013-03-31 Mikio Haranet: update documentation for IPConn and related stuff
2013-03-31 Brad Fitzpatricknet/http: Transport: be paranoid about any non-100...
2013-03-30 Albert Strasheimruntime: TestGcSys: if GOGC=off, skip instead of failing
2013-03-30 Brad Fitzpatricknet/http: fix incredibly racy TestTransportReading100Co...
2013-03-30 Shenghou Madoc/go1.1: mention (*testing.B).ReportAllocs()
2013-03-30 Brad Fitzpatricknet/textproto: report allocs in benchmarks
2013-03-30 Dominik Honnefmisc/emacs: Enable compilation-mode for gofmt error...
2013-03-30 David du Colombiercmd/gc, cmd/ld: fix warnings on Plan 9
2013-03-30 David du Colombiercmd/6g: fix warnings on Plan 9
2013-03-30 Albert Strasheimos/exec, syscall: fix tests to pass when GOGCTRACE...
2013-03-30 David du Colombierinclude/plan9/libc.h: fix Plan 9 build
2013-03-30 Andrey Mirtchovskimisc/cgo/gmp: fix typo.
2013-03-30 Mikio Haranet: avoid use of listener socket options on active...
2013-03-30 Dave Cheneymisc/dashboard/codereview: add Rémy to the list of...
2013-03-30 Brad Fitzpatricknet/http: ignore 100-continue responses in Transport
2013-03-29 Ian Lance Taylorcmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to...
2013-03-29 Robert Obrykbytes: Benchmark Buffer's compactions
2013-03-29 Brad FitzpatrickA+C: Robert Obryk (individual CLA)
2013-03-29 Rob Pikebytes: document that Buffer.Write grows the buffer
2013-03-29 Brad Fitzpatrickruntime: additional map benchmarks for repeated lookups
2013-03-29 Brad Fitzpatrickbytes: don't compact Buffer so aggressively
2013-03-29 Brad Fitzpatrickbytes: don't grow Buffer if capacity is available
2013-03-29 Keith Randallruntime: fix gdb printing of maps
2013-03-29 Elias Naurdoc: fix typo in effective_go.html
2013-03-29 Brad Fitzpatricknet/http: ignore more uninteresting goroutines
2013-03-29 Keith Randall8a/8l: add PCMPEQB and PMOVMSKB to 386.
2013-03-29 Mikio Haraapi: remove Zone of net.IPNet from next.txt
2013-03-29 Mikio Haranet: close TCPListener in example
2013-03-29 Mikio Haranet: update documentation for ListenTCP, ListenUDP
2013-03-29 Mikio Haranet: update documentation for FileConn, FilePacketConn...
2013-03-29 Mikio Haranet: enable IPv6 tests on Windows
2013-03-29 Brad Fitzpatricknet/http: unflake TestTransportConcurrency
2013-03-28 Robert Griesemergo/printer: use strings.Split instead of specialized...
2013-03-28 Ian Lance Taylorcmd/ld: only pass -rdynamic to host linker on ELF target
2013-03-28 Brad Fitzpatricknet/http: reuse textproto.Readers; remove 2 more alloca...
2013-03-28 Robert Griesemercmd/godoc: provide a link from notes to source location
2013-03-28 Carl Shapirocmd/ld, runtime: restrict stack root scan to locals...
2013-03-28 Brad Fitzpatricknet/http: parse Request-Line in a function, remove...
2013-03-28 Brad Fitzpatricknet/url: use strings.Index instead of a loop
2013-03-28 Robert Griesemergo/doc: fix typo in comment
2013-03-28 Brad Fitzpatricknet/http: inline chunkWriter in response
2013-03-28 Brad Fitzpatricknet/http: remove two more server allocations per-request
2013-03-28 Robert Griesemercmd/godoc: cleanups
2013-03-28 Brad Fitzpatricknet/http: more tests, better comments, remove an allocation
2013-03-28 Ian Lance Taylorcmd/ld: when using host linker pass -r option as -rpath
2013-03-28 Robert Griesemercmd/godoc: don't crash if there's no documentation
2013-03-27 Rob Pikevet: add a progress message to asmdecl.go
2013-03-27 Rob Piketext/template: fix bug in evaluating a chain starting...
2013-03-27 Rob Pikevet: fix test_deadcode.go's tests
2013-03-27 Rob Pikecmd/vet: fix assembly test files
2013-03-27 Brad Fitzpatrickruntime: allocate maps' first bucket table lazily
2013-03-27 Ian Lance Taylorcmd/ld: fix OpenBSD (third try)
2013-03-27 Rob Pikefaq: update with some links and 1.1-specific details
2013-03-27 Robert Griesemercmd/godoc: emit id's for constants and variables
2013-03-27 Ian Lance Taylorcmd/ld, cmd/8l: Fix OpenBSD build.
2013-03-27 Ian Lance Taylorcmd/6l: fix OpenBSD build
2013-03-27 Rémy Oudomphengcmd/gc: update runtime.go for new map implementation.
2013-03-27 Brad Fitzpatricknet/http: server optimization; reduce GCs, generate...
2013-03-27 Brad Fitzpatricknet/http: new server-only, single-connection keep-alive...
2013-03-27 Ian Lance Taylorcmd/ld: emit TLS relocations during external linking
2013-03-27 Rémy Oudomphengruntime/race: mark failing test as such.
2013-03-27 Rémy Oudomphengcmd/gc: fix race instrumentation of append and type...
2013-03-27 Jonathan Rudenbergdoc: fix go1.1.html typos
2013-03-27 Brad Fitzpatricknet/http: improve test leak checker flakiness
2013-03-27 Anthony Martinlibmach: respect symbol table boundaries
2013-03-27 Brad Fitzpatricknet/textproto: add "Cookie" to the common headers list
2013-03-27 Robert Griesemergodoc: pass *PageInfos instead of *token.FileSets in...
2013-03-27 Rob Pikelib/codereview/codereview.py: fix crash when hg gofmt...
2013-03-26 Rémy Oudomphengcmd/gc: enable racewalk of HMUL nodes.
2013-03-26 Dave Cheneydoc: consistent path names in example
2013-03-26 Ian Lance Taylorpkg/runtime: ignore runtime.memlimit when allocating...
2013-03-26 Robert Griesemergodoc: internal cleanup: remove a TODO
2013-03-26 Russ Coxreflect: add garbage collection info in ChanOf, MapOf...
2013-03-26 Rob Pikedoc/go1.1.html: net/mail, net/smtp
2013-03-26 Carl Shapiroruntime: ensure forward progress when unwinding an...
2013-03-26 Robert Griesemergodoc: link identifiers to declarations
2013-03-26 Rob Pikebuiltin: add linkable-to declarations for iota and nil
2013-03-26 Rob Pikedoc/go1.1.html: describe Zone and other net changes
2013-03-26 Andrew Gerranddoc: fix typo in go 1.1 doc
2013-03-26 Dmitriy Vyukovruntime: does not report duplicate errors in netpoll
2013-03-26 Mikio Haranet: fix test data corruption in repetitive test runs...
2013-03-26 Rémy Oudomphengcmd/gc: more race instrumentation.
2013-03-26 Rémy Oudomphengcmd/gc: fix nil pointer dereferences.
2013-03-26 Yasuhiro Matsumotomisc/vim: make Godoc command work with "log.Print".
2013-03-26 Dave Cheneyimage/gif: make test repeatable
next