]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-05-07 Dmitriy Vyukovdoc: replace absolute links to golang.org with relative...
2014-05-07 Dmitriy Vyukovruntime: fix bug in cpu profiler
2014-05-07 David Crawshawnet/mail: propagate unsupported charset error
2014-05-07 Alex Brainmanrace.bash,race.bat: unset GOROOT_FINAL during tests
2014-05-07 Nigel TaoC: Patrick Riley (Google CLA)
2014-05-07 Alex Brainmancmd/addr2line: skip broken TestAddr2Line on plan9 ...
2014-05-07 David Crawshawdoc/go1.3.html: mention go build -i
2014-05-07 Alex Brainmancmd/addr2line: works with windows pe executables now
2014-05-06 David Crawshawcmd/go: add go build -i
2014-05-06 Ian Lance Taylortest: add test that gccgo compiled incorrectly
2014-05-06 Alex Brainmancmd/ld: correct pe section number in symbol table
2014-05-05 Mikio Harasyscall: add missing TIOCGSID for openbsd/386
2014-05-05 Andrew Gerranddoc: refer to wiki page for downloads
2014-05-05 Adam LangleyC: Sean Burford (Google CLA)
2014-05-05 Andrew Gerrandtag go1.2.2
2014-05-05 Andrew Gerranddoc: document go1.2.2
2014-05-05 Tyler Bunnell archive/zip: Document ModTime is always UTC
2014-05-02 Robert Griesemerstd lib: fix various typos in comments
2014-05-02 Adam LangleyA+C: David Calavera (individual CLA)
2014-05-02 Alan Donovanruntime: fix bug in GOTRACEBACK=crash causing suppressi...
2014-05-02 Dmitriy Vyukovruntime: do not set m->locks around memory allocation
2014-05-02 Dmitriy Vyukovruntime: make MemStats.LastGC Unix time again
2014-05-02 Russ Coxos: cut limited read to 1 GB
2014-05-01 Robert Henckehtml: fix small typo
2014-05-01 Brad Fitzpatrickgo/build: add go1.3 release tag
2014-05-01 Andrew Gerrandcmd/dist: permit go* tag in main branch when it include...
2014-05-01 Keith Randallruntime: correctly type interface data.
2014-04-30 Michael Fraenkelcmd/go: test: clean up all temporary directories
next