]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-03-18 Brad Fitzpatrickexpvar: don't recursively acquire Map.RLock
2014-03-18 Mikio Haranet/http: make use of testing.Errorf instead of testing...
2014-03-18 Rui Ueyamabase64: refactor encoder.Write
2014-03-18 Rob Pikecmd/go: make the default coverage mode -atomic if ...
2014-03-18 Chris Manghanecmd/gc: fix error check for self-referential array...
2014-03-18 Brad Fitzpatrickundo CL 77050045 / 073d79675aae
2014-03-18 Rick Arnoldbuild: fix race in doc/articles/wiki test
2014-03-18 Chris Manghanecmd/gc: Add tests for self-referential array types.
2014-03-18 Rob Pikefmt: document GoStringer and explain application of...
2014-03-17 Luka Zakrajšeknet/http: Request Body error should not be ignored.
2014-03-17 Brad FitzpatrickA+C: Luka Zakrajšek (individual CLA)
2014-03-17 Catalin Patuleanet/http/fcgi: fix handling of request ID reuse
2014-03-17 Brad FitzpatrickC: add Catalin Patulea (Google CLA)
2014-03-17 Rui Ueyamaencoding/hex: add error check for write error.
2014-03-17 Rui Ueyamamisc/bash/go: Add a completion rule for "go env".
2014-03-17 Brad FitzpatrickC: add Rui Ueyama (Google CLA)
2014-03-16 Nathan John... doc: Revise Contribution Guidelines.
2014-03-15 Ian Lance Taylorcmd/gc: fix comment about how GOEXPERIMENT works
2014-03-15 Mikio Haranet: make use of testing.Errorf instead of testing...
2014-03-14 Rémy Oudomphengruntime: fix 386 assembly for syscall.naclWrite
2014-03-14 Rémy Oudomphengliblink, runtime: make nacl/386 binaries valid.
2014-03-14 Dmitriy Vyukovruntime: fix another race in bgsweep
2014-03-14 Dmitriy Vyukovruntime: fix spans corruption
2014-03-14 Rémy Oudomphengcmd/6g, runtime: alignment fixes for amd64p32.
2014-03-14 Dmitriy Vyukovruntime: report "out of memory" in efence mode
2014-03-14 Dmitriy Vyukovruntime: fix a race in bgsweep
2014-03-14 Dmitriy Vyukovruntime: do not shrink stacks GOCOPYSTACK=0
2014-03-14 Jan Ziakcmd/go: fix invalid go pack command line in the output...
2014-03-14 Jan Ziakcmd/gc: fix spurious 'not enough arguments to return...
2014-03-14 Shenghou Macmd/gc: replace '·' as '.' in ELF/Mach-O symbol tables
2014-03-14 Aram Hăvărneanuruntime: fix use after close race in Solaris network...
2014-03-13 Keith Randalldebug/macho: handle missing __debug_str section
2014-03-13 Anthony Martinruntime: fix signal handling on Plan 9
2014-03-13 Dmitriy Vyukovruntime: improve efence
2014-03-13 Dmitriy Vyukovdoc: update go1.3.txt for some performance changes
2014-03-13 Dmitriy Vyukovruntime: detect stack split after fork
2014-03-13 Dmitriy Vyukovruntime: harden conditions when runtime panics on crash
2014-03-13 Dmitriy Vyukovruntime: fix stack size check
2014-03-13 Aram Hăvărneanuruntime: avoid runtime·cgocall in functions called...
2014-03-13 Rémy Oudomphengcmd/gc: fix spurious type errors in walkselect.
2014-03-13 Rémy Oudomphengcmd/6g: fix stack zeroing preamble on amd64p32.
2014-03-13 Mikio Haranet: fix TCP keepalive on dragonfly
2014-03-13 Michael Hudson... cmd/go: use correct libraries during gccgo link
2014-03-13 Anthony Martinruntime: call symtabinit earlier
2014-03-13 Anthony Martincmd/gc: make the fpu handle all exceptions on Plan 9
2014-03-13 Anthony Martinos: relax the way we kill processes on Plan 9
2014-03-13 Anthony Martinruntime: use unoptimized memmove and memclr on Plan 9
2014-03-13 Anthony Martincmd/ld: give acid a fighting chance at unwinding the...
2014-03-12 Brad Fitzpatrickdoc: update go1.3.txt for regexp change
2014-03-12 Dave Cheneyruntime: fix missing nacl/386 symbol
2014-03-12 Russ Coxdoc/go1.3.txt: add notes about copying stacks, win2k...
2014-03-12 Dominik Honnefmisc/emacs: correctly fontify methods when go-fontify...
2014-03-12 Rob Pikefmt: improve documentation for width and precision
2014-03-12 Dmitriy Vyukovruntime: efence support for growable stacks
2014-03-12 Dmitriy Vyukovruntime: temporary weaken a check in test
2014-03-12 Jan Ziakcmd/go: respect system CGO_CFLAGS and CGO_CXXFLAGS
2014-03-12 Brad Fitzpatricknet/http/cgi: serve 500, not 200, on invalid responses...
2014-03-12 Russ Coxruntime: fix empty string handling in garbage collector
2014-03-12 Russ Coxtest/run: make errorcheck tests faster
2014-03-12 Russ Coxcmd/gc: fix crash in -live mode
2014-03-12 Dhiru Kholiadwarf: add extensions for multi-file compression (...
2014-03-12 Mikio Hararuntime: make use of THREAD_SHARE userspace mutex on...
2014-03-12 Mikio Harasyscall, net: clean up socket stub for solaris
2014-03-11 Dave Cheneyruntime: disable Native Client fake time support
2014-03-11 Kay Zhupath/filepath: fixed misaligned comment.
2014-03-11 Dave Cheneyruntime: fix nacl/amd64p32 signal handling
2014-03-11 Brad FitzpatrickC: add Kay Zhu (Google CLA)
2014-03-11 Josh Bleecher... liblink: fix bad code generated for MOVFD/MOVDF when...
2014-03-11 Shenghou Macrypto/rsa: fix docs for PrecomputedValues.Qinv
2014-03-11 Dmitriy Vyukovruntime: remove atomic CAS loop from marknogc
2014-03-11 Dmitriy Vyukovruntime: wipe out bitSpecial from GC code
2014-03-11 Alex Brainmansyscall: replace mksyscall_windows.pl with mksyscall_wi...
2014-03-11 Dave Cheneyruntime: more Native Client fixes
2014-03-11 Alan Donovannet/http: eliminate defined-but-not-used var.
2014-03-10 Keith Randallruntime: remove unused declarations.
2014-03-10 Brad FitzpatrickA+C: Dhiru Kholia (individual CLA)
2014-03-10 Dave Cheneyruntime: small Native Client fixes
2014-03-10 Brad FitzpatrickA+C: Steven Hartland (individual CLA)
2014-03-10 Adam Langleytime: handle int64 overflow in ParseDuration.
2014-03-10 Rémy Oudomphengruntime: fix cgocallback stack size on amd64p32.
2014-03-10 Mikio Hararuntime: fix flakiness on futexsleep test
2014-03-09 Dave Cheneysyscall: add missing SO_ERROR constant for nacl/*
2014-03-08 Brad Fitzpatricknet/rpc/jsonrpc: set exactly one of result or error...
2014-03-07 Brad Fitzpatrickos: document that Process.Wait only works on child...
2014-03-07 Mikio Hararuntime: fix futexsleep test on freebsd/386
2014-03-07 Rémy Oudomphengcmd/gc: correct GOARCH in object files for amd64p32.
2014-03-07 Rémy Oudomphengruntime: add missing nacl build tag for lock_sema.c
2014-03-07 Russ Coxsync: give finalizers more time in TestPoolGC
2014-03-07 Dave Cheneycrypto/md5, crypto/sha1: exclude amd64p32 from generic...
2014-03-07 David Covertregexp: add one-pass optimization from RE2
2014-03-07 Shenghou Maruntime: round stack size to power of 2.
2014-03-07 Rémy Oudomphengcmd/gc: enforce register-width alignment for stack...
2014-03-07 Russ Coxruntime: comment out breakpoint in windows/386 sighandler
2014-03-07 Russ Coxruntime: fix windows/386 build
2014-03-07 Rémy Oudomphengliblink: fix morestack handling on amd64p32.
2014-03-07 Dmitriy Vyukovruntime: refactor and fix stack management code
2014-03-07 Dmitriy Vyukovruntime: fix memory corruption and leak in recursive...
2014-03-07 Russ Coxruntime: fix memory leak in runfinq
2014-03-07 Dave Cheneycmd/6a: add support for nacl/amd64p32
2014-03-07 Dave Cheneycmd/gc, cmd/5g, cmd/6g, cmd/8g: introduce linkarchinit...
next