]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-03-22 Rui Ueyamatext/scanner: handle non-io.EOF errors
2014-03-21 David du Colombiercmd/ld: fix warnings on Plan 9
2014-03-21 David du Colombierruntime: skip stack growth test in short mode
2014-03-21 Adam Langleyencoding/asn1: use GeneralizedTime for times outside...
2014-03-21 Rob Pikedoc/go_faq.html: update description of stack management
2014-03-20 Rob Pikedoc/effective_go.html: fix typo
2014-03-20 Rémy Oudomphengcmd/6g, cmd/8g: skip CONVNOP nodes in bgen.
2014-03-20 Rémy Oudomphengreflect: correct alignment of call arguments on amd64p32.
2014-03-20 Rémy Oudomphengcmd/6g: make comment more consistent.
2014-03-20 Chris Manghanetest: add extra test case for issue 7590
2014-03-20 Brad Fitzpatrickcrypto/tls: clarify concurrent use of Config
2014-03-20 Rémy Oudomphengtest: enable bug385_32 test on amd64p32.
2014-03-20 Rui Ueyamabase64: fix bug that decoder fails to detect corruption
2014-03-20 Rui Ueyamabase32: remove unnecessary "if" condition
2014-03-20 Ian Lance Taylorcmd/6g: remove unused stosptr variable
2014-03-19 Keith Randallcmd/6g: do small zeroings with straightline code.
2014-03-19 Rob Pikefmt: make %F a synonym for %f
2014-03-19 Rui Ueyamastrings, bytes: ReadAt should not mutate receiver
2014-03-19 Rui Ueyamaunicode: minor cleanup
2014-03-19 Rui Ueyamastrings, bytes: fix Reader.UnreadRune
2014-03-19 Dmitriy Vyukovruntime: add stack growth tests
2014-03-19 Dmitriy Vyukovruntime: fix stack split detection around fork
2014-03-19 Jan Ziakcmd/gc: check exponent overflow and underflow in mparith
2014-03-19 Rui Ueyamamisc/bash/go: remove "doc" subcommand autocompletion
2014-03-19 Rui Ueyamabytes: fix panic in Map
2014-03-18 Rob Pikestrconv: CanBackquote should reject \x7F
2014-03-18 Jan Ziakcmd/go: let build -x output describe CGO_LDFLAGS env...
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
next