]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-01-22 Dmitriy Vyukovruntime: fix and improve CPU profiling
2014-01-22 Jeff Sickelliblink: include missing pragmas for plan9 formatter
2014-01-22 Rémy Oudomphengcmd/gc: preserve qualified names of unexported methods...
2014-01-22 Dominik Honnefcmd/gc: do not typecheck nil types in multiple assignment
2014-01-22 Brad Fitzpatricksyscall: use unsafe.Pointer instead of uintptr in net...
2014-01-22 Dave Cheneycmd/go: do not require a valid archChar when using...
2014-01-22 Russ Coxliblink: remove use of linkmode on ARM
2014-01-22 Russ Coxmisc/cgo/testtls: make test less flaky
2014-01-22 Brad Fitzpatricksyscall: rename method Flock_t.Lock to func FcntlFlock
2014-01-21 Brad Fitzpatricksyscall: add Flock_t.Lock method
2014-01-21 Keith Randallruntime: if "panic during panic"'s stacktrace fails...
2014-01-21 Russ Coxcmd/link: add testdata/pclntab.6 (fix build)
2014-01-21 Ian Lance Taylorcmd/gc: document -pack flag
2014-01-21 Russ Coxcmd/link: pclntab generation
2014-01-21 Russ Coxcmd/gc: fix build
2014-01-21 Russ Coxcmd/gc: do not follow uintptr passed as function argument
2014-01-21 Russ Coxcmd/gc: fix crash in -live debugging output
2014-01-21 Ian Lance Taylorcmd/ld: support archives larger than 2G
2014-01-21 Ian Lance Taylorliblink: check for symgrow size too large
2014-01-21 Dmitriy Vyukovruntime: do not collect GC roots explicitly
2014-01-21 Dmitriy Vyukovruntime: delete proc.p
2014-01-21 Dmitriy Vyukovruntime: per-P defer pool
2014-01-21 Keith Randallruntime: fix race detector by recording read by chansend.
2014-01-21 Dmitriy Vyukovruntime: zero 2-word memory blocks in-place
2014-01-21 Dmitriy Vyukovruntime: fix specials deadlock
2014-01-21 Dmitriy Vyukovruntime: fix test on windows
2014-01-21 Dmitriy Vyukovnet: fix data race in test
2014-01-21 Dmitriy Vyukovruntime: ensure fair scheduling during frequent GCs
2014-01-20 Brad Fitzpatrickexpvar: sort maps, fix race
2014-01-19 Brad Fitzpatricknet/http, net/http/httputil: make chunked reader alloc...
2014-01-19 Michael Gehringsyscall: add syscall.Termios on netbsd
2014-01-18 Mikio Harasyscall: fix typo
2014-01-18 Keith Randallruntime: print stack trace when "panic during panic"
2014-01-18 Mikio Harasyscall: fix build
2014-01-17 Mikio Harasyscall: make getrlimit, setrlimit tests work on unix...
2014-01-17 Keith Randallruntime, cmd/gc: Get rid of vararg channel calls.
2014-01-17 Russ Coxruntime: fix TestLFStackStress
2014-01-17 Russ Coxundo CL 45930043 / c22889382a17
2014-01-17 Rob Pikesyscall: allocate 64 bits of "basep" for Getdirentries
2014-01-17 David Symondsdoc: replace "private" with "unexported" in Effective Go.
2014-01-17 David Symondsregexp: remove unnecessary sentence in doc comment.
2014-01-17 Adam LangleyA+C: Maxim Khitrov (individual CLA)
2014-01-17 Dmitriy Vyukovsyscall: mark arguments to Syscall as noescape
2014-01-17 Luke Curleycrypto/cipher: improved cbc performance
2014-01-17 Adam LangleyA+C: Luke Curley (individual CLA)
2014-01-17 Aram Hăvărneanuruntime: add support for GOOS=solaris
2014-01-16 Rob Pikenet/rpc: fix inconsistency in documentation of Service...
2014-01-16 Dave Cheneynet: skip TestDualStackTCPListener in short mode
2014-01-16 Rob Piketime: break parse and formatting tests into a separate...
2014-01-16 Brad Fitzpatricksyscall: add Flock_t on Linux
2014-01-16 Keith Randallreflect: Remove imprecise techniques from channel/selec...
2014-01-16 Brad Fitzpatricknet/http: don't allow Content-Type or body on 204 and 1xx
2014-01-16 Kamil Kisielnet/smtp: add examples
2014-01-16 Brad Fitzpatricknet/http: cache transport environment lookup
2014-01-16 Rob Pikefmt: fix bug printing large zero-padded hexadecimal
2014-01-16 Russ Coxcmd/gc: handle non-escaping address-taken variables...
2014-01-16 Russ Coxcmd/gc: fix race build
2014-01-16 Dmitriy Vyukovruntime: output how long goroutines are blocked
2014-01-16 Dmitriy Vyukovruntime: use lock-free ring for work queues
2014-01-15 Keith Randallreflect: add precise GC info for Call argument frame.
2014-01-15 Brad Fitzpatricknet/http: add disabled test for Body Read/Close lock...
2014-01-15 Robert Griesemergo/scanner: report too short escape sequences
2014-01-15 Rob Pikecmd/pack: rewrite in Go
2014-01-15 Dmitriy Vyukovruntime: fix data race in GC
2014-01-15 Brad Fitzpatricknet/http: return UnexpectedEOF instead of EOF on trunca...
2014-01-15 Shenghou Maruntime/debug: force GC after setting of GCPercent...
2014-01-14 Rob Pikecmd/ld: document the -w flag, which disables DWARF...
2014-01-14 Rob Pikespec: tighten the wording around . imports
2014-01-14 Rob Pikereflect: better document the tri-state for TryRecv
2014-01-14 Keith Randallruntime: Change size of map iter offset so 32-bit versi...
2014-01-14 Michael Kellynet/http: escape contents of the directory indexes...
2014-01-14 Josh Bleecher... runtime: change map iteration randomization to use...
2014-01-14 Brad Fitzpatrickundo CL 47560044 / 40a37153a550
2014-01-14 Brad FitzpatrickC: add Michael Kelly (Google CLA)
2014-01-14 Brad Fitzpatrickdoc: add cmd/gofmt entry to go1.3.txt
2014-01-14 Brad Fitzpatrickcmd/gofmt: remove -tabwidth and -tabs flags
2014-01-14 Brad Fitzpatrickapi: update next.txt
2014-01-14 Brad Fitzpatricknet/http: fix another data race when sharing Request...
2014-01-14 Russ Coxcmd/gc: return canonical Node* from temp
2014-01-14 Russ Coxcmd/gc: add -live flag for debugging liveness maps
2014-01-14 Russ Coxruntime: emit collection stacks in GODEBUG=allocfreetra...
2014-01-14 Dmitriy Vyukovruntime: fix comment
2014-01-14 Alex Brainmancmd/api: ensure GOPATH always points to the correct...
2014-01-14 Keith Randallruntime/pprof: fix flaky TestCPUProfileMultithreaded...
2014-01-14 Russ Coxcmd/link: fix build
2014-01-14 Russ Coxcmd/link: implement dead code removal
2014-01-14 Russ Coxcmd/link: implement and test automatic symbols
2014-01-14 Russ Coxcmd/link: replace golden binary files with hex dumps
2014-01-13 Mikio Haranet: fix incorrect internal IPv6 address representation...
2014-01-13 David du Colombieros/exec: disable fd check in TestHelperProcess on Plan 9
2014-01-13 Michael Gehringsyscall: add syscall.Termios on freebsd/{386,amd64}
2014-01-13 Brad FitzpatrickC+A: add email alias for Michael Gehring
2014-01-13 Brad Fitzpatricknet/http: clarify semantics of File methods
2014-01-13 Robert Griesemergo/scanner: minimal non-terminated literals
2014-01-13 Russ Coxruntime: remove redundant 0x prefix in error print
2014-01-13 David du Colombieros: disable TestReaddirStatFailures on Plan 9
2014-01-13 Joel Singsyscall: include mmap constants in openbsd zerror*...
2014-01-13 Joel Singsyscall: remove getsockname workaround for openbsd
2014-01-13 Joel Singruntime/pprof: enable profiling test on openbsd
2014-01-12 Alex Brainmannet: ignore some errors in windows Accept
next