]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-05-19 Andrew GerrandC: add Burcu Dogan (Google CLA)
2014-05-17 Mikio Haradoc/go1.3.html: fix typo
2014-05-17 Dave Cheneysyscall: fix arm build
2014-05-16 Brad Fitzpatricknet/http: allow Content-Type on 204 responses
2014-05-16 Rob Pikelib/time/zoneinfo.zip: update to IANA release 2014c
2014-05-16 Mikio Haradoc/go1.3.html: update the state of supported platforms
2014-05-16 Rob Pikeencoding/xml: fix format in test message
2014-05-16 Ian Lance Taylorspec: clarify that newlines are kept in raw string...
2014-05-16 Rob Pikesyscall: fix linux amd64 build
2014-05-16 Russ Coxsyscall: fix a few Linux system calls
2014-05-16 Russ Coxdoc/go1.3.html: add note about small map iteration...
2014-05-16 David du Colombiercmd/addr2line, cmd/objdump: handle Plan 9 a.out object...
2014-05-16 Mikio Haradoc/go1.3.html: add syscall.SendmsgN
2014-05-16 Anthony Martincmd/pack: buffer writes in TestLargeDefs
2014-05-15 Shenghou Maapi: update next.txt
2014-05-15 Russ Coxcmd/gc: fix two select temporary bugs
2014-05-15 Guillaume J... archive/tar: Do not panic on Read if uninitialized
2014-05-15 Mikio Haraapi: update openbsd exceptions
2014-05-15 Mikio Harasyscall: regenerate z-files for openbsd
2014-05-15 Robert Griesemercontainer/heap: update example code
2014-05-15 Russ Coxsyscall: fix stack frame sizes in assembly
2014-05-15 Russ Coxsync/atomic: fix unimportant assembly errors found...
2014-05-15 Russ Coxdoc/go1.3.html: add note about unsafe.Pointer strictness
2014-05-15 Russ Coxruntime: make scan of pointer-in-interface same as...
2014-05-15 Mikio Haranet/http: fix nits found by go tool vet
2014-05-15 Russ Coxcmd/gc: correct handling of globals, func args, results
2014-05-15 Russ Coxcmd/gc: fix duplicate map key check
2014-05-15 Russ Coxcrypto/sha256, crypto/sha512: fix argument size in...
2014-05-15 Alex Brainmancmd/addr2line,cmd/objdump: test that commands accept...
2014-05-15 Alex Brainmanmisc/pprof: always use go tool objdump on windows
2014-05-15 Alex Brainmancmd/addr2line, cmd/objdump: fix pe text section startin...
2014-05-15 Russ Coxcmd/nm, cmd/objdump: fix elf symbol types
2014-05-15 Guillaume J... net: detect changes to /etc/resolv.conf.
2014-05-14 Russ Coxobjdump: implement disassembly
2014-05-14 Russ Coxcmd/objdump: import x86 disassembler
2014-05-14 Andrew GerrandA+C: Cezar Sá Espinola (individual CLA)
2014-05-14 Mikio Haratest: fix flakey test case for issue 4388
2014-05-14 Rob Pikedoc/effective_go.html: a little more about errors
2014-05-14 Robert Griesemerspec: more precise description of select statement
2014-05-14 Guillaume J... archive/tar: Fix bug preventing untar
2014-05-14 Dmitriy Vyukovcmd/gc: fix out of bounds access
2014-05-14 Mikio Haranet: fix documentation for SetLinger
2014-05-13 Rob Pikeregexp/syntax: don't waste time checking for one pass...
2014-05-13 Dmitriy Vyukovreflect: fix map type generation
2014-05-13 Dmitriy Vyukovruntime: fix triggering of forced GC
2014-05-13 Russ Coxcmd/go: fix go test again
2014-05-13 Russ Coxruntime: handle decommit failure gracefully on Windows
2014-05-13 Russ Coxcmd/cgo: omit misaligned struct fields, like we omit...
2014-05-13 Russ Coxio: copy slice argument in MultiReader and MultiWriter
2014-05-13 Russ Coxencoding/json: document what unmarshal of `null` into...
2014-05-13 Jason Del Ponteencoding/xml: fix to allow xml declaration with EncodeToken
2014-05-13 Russ CoxA+C: Jason Del Ponte (individual CLA)
2014-05-13 Brad Fitzpatrickmime/multipart: add NewReader example
2014-05-13 Russ Coxcmd/go: fix 'go test foo_test.go'
2014-05-12 Russ Coxcmd/gc: fix liveness vs regopt mismatch for input variables
2014-05-12 Josh Bleecher... cmd/gc: alias more variables during register allocation
2014-05-12 Russ Coxcmd/go: detect import cycle caused by test code
2014-05-12 Ian Lance Taylorcmd/go: link SWIG objects directly rather than using...
2014-05-12 Russ Coxcmd/gc: fix escape analysis for slice of array
2014-05-12 Fabrizio Milonet/http: fix flaky test
2014-05-12 Brad FitzpatrickA+C: Fabrizio Milo (individual CLA)
2014-05-12 Russ Coxcmd/gc: record line number for auto-generated wrappers...
2014-05-12 Brad Fitzpatrickundo CL 92210044 / 5cb21eee2d35
2014-05-12 Mikio Haranet: make use of SO_LINGER_SEC on darwin
2014-05-12 Russ Coxcmd/go: better error for install of 'test-only' package
2014-05-12 Russ Coxruntime: add copy of math.sqrt for use by arm softfloat
2014-05-12 Alex Brainmancmd/objdump: works with windows pe executables now
2014-05-12 Péter Surányiunicode: fix doc typo
2014-05-11 Alex Brainmancmd/nm: do not write to GOROOT testdata directories...
2014-05-11 David Crawshawnet/rpc: do not leak client socket on closed connection
2014-05-11 Brad FitzpatrickC: add another email address for David Crawshaw
2014-05-11 Dmitri Shuralyovcmd/go: simplify code, reduce allocations.
2014-05-10 Robert Henckecmd/go: remove merge markers
2014-05-10 Shenghou Macmd/addr2line: accept optional "0x" prefix for addresses.
2014-05-10 Brad Fitzpatrickundo CL 100330043 / e4248ed0037c
2014-05-09 Bill Neubauerruntime/race: fix the link for the race detector.
2014-05-09 Keith Randallruntime: be a lot more lenient on smhasher avalanche...
2014-05-09 Ian Lance Taylornet/url: correct documentation of Values.Add
2014-05-09 Rui Ueyamabytes: fix typos
2014-05-09 ChaiShushantest/bench/shootout: support windows
2014-05-09 Ian Lance Taylorencoding/binary: document that Read requires exported...
2014-05-09 Russ Coxcmd/go: accept build flags in clean and list
2014-05-09 Russ Coxmath/cmplx: specify which square root Sqrt returns
2014-05-09 Russ Coxcmd/gc: disable link-time copying of un-Go-initialized...
2014-05-09 Russ Coxcrypto/aes: fix overrun in assembly encrypt/decrypt
2014-05-09 Russ Coxcmd/gc: fix ... escape analysis bug
2014-05-09 Josh Bleecher... cmd/gc: don't give credit for NOPs during register...
2014-05-09 Robert Henckecmd/go: mark regexp as dependency of testmain
2014-05-09 Russ Coxtesting: write profiles on failure
2014-05-09 Mikio Haranet: drop flakey TestDialFailPDLeak
2014-05-08 Keith Randallruntime: write memory profile statistics to the heap...
2014-05-08 Stephen McQuayencoding/json: add example for Indent, clarify the...
2014-05-08 Shenghou Macmd/objdump: actually accept hex address without "0x...
2014-05-08 Shenghou Madoc/install.html: update wrt to OS and compiler support.
2014-05-07 Keith Randallruntime: use duff zero and copy to initialize memory
2014-05-07 Brad Fitzpatrickdatabase/sql: fix accounting of open connections
2014-05-07 Robert Griesemerspec: several clarifications to language on channels
2014-05-07 Robert Griesemerspec: remove evaluation order inconsistency
2014-05-07 Robert Griesemerspec: clarify type properties
2014-05-07 Dmitriy Vyukovruntime: optimize markspan
next