]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-04-30 Ian Lance TaylorA+C: Michael Fraenkel (individual CLA)
2014-04-30 Rui Ueyamatime: MeST is a time zone name
2014-04-30 Mikio Haranet: enable builtin dns resolver tests on solaris
2014-04-30 Robert Henckelib/time: update time zone info to v.2014b
2014-04-29 Shenghou Madoc/go1.3.html: update for FreeBSD/ARM support.
2014-04-29 Shenghou Marun.bash: skip -static cgo test if -static linking...
2014-04-29 Robert Henckeall: spelling tweaks, A-G
2014-04-29 Ian Lance Taylorcmd/cgo: for gccgo add #define to cgo_export.h for...
2014-04-29 Shenghou Mamake.bash: if CC is not set, and gcc doesn't exist...
2014-04-29 Mikio Haranet: make WriteTo, WriteToIP and WriteMsgIP fail when...
2014-04-28 Shenghou Malog/syslog: document if network=="" for Dial, it will...
2014-04-28 Shenghou Mamisc/vim/readme.txt: workaround weird OS X vim bug.
2014-04-28 Keith Randallruntime: clean up scanning of Gs
2014-04-28 Keith Randallruntime: heapdump - make sure spans are swept before...
2014-04-28 Robert Henckedoc: fix link to Mercurial download
2014-04-28 Robert Henckedoc: fix broken link to RTEMS Go wiki page
2014-04-28 Mikio Harasyscall: don't display syscall prototype lines on godoc
2014-04-28 Mikio Harasyscall: add missing SendmsgN for NaCl
2014-04-28 Robert Henckenet/tcp: fix check for openbsd in test
2014-04-27 Brad Fitzpatrickdoc: fix an article
2014-04-27 Mikio Harasyscall: fix handling socket control messages on dragonfly
2014-04-27 Ian Lance Taylormisc/cgo/test/backdoor: add gccgo version of backdoor...
2014-04-27 Peter Collingbournecmd/cgo: fix C.CString for strings containing null...
2014-04-27 Brad Fitzpatricknet/http/httputil: tell people not to use ClientConn...
2014-04-27 Robert Obryknet: Remove an unmatched unlock of ForkLock
2014-04-27 Rui Ueyamaencoding/ascii85: handle non-data bytes correctly
2014-04-27 Robert Henckesrc: fix issues found by go vet std
2014-04-26 Brad Fitzpatrickos: cap reads and writes to 2GB on Darwin and FreeBSD
2014-04-26 Jonathan Allie encoding/gob: handle interface types in isZero...
2014-04-26 Rob Pikedoc/debugging_with_gdb.html: add introductory disclaimer
2014-04-26 Robert Henckedoc/contribute.html: link to wiki for more code review...
2014-04-25 Brad Fitzpatricknet/http/httputil: don't leak goroutines in DumpRequestOut
2014-04-25 Mikio Haranet: make WriteMsg{IP,UDP,Unix} return the correct...
2014-04-25 Robert Griesemerbufio: make all read functions UnreadByte-friendly
2014-04-25 Brad Fitzpatricknet/http, strings, bytes: fix http race, revert part...
next