]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-04-01 Shenghou Mahtml/template: fix broken links
2014-04-01 Shenghou Macmd/gc: fix spurious "bad negated constant" for complex...
2014-03-31 Russ Coxbenchcmp: leave a forwarding script
2014-03-29 Shenghou Macmd/ld: pass -Qunused-arguments to clang during host...
2014-03-29 Mike Andrewscmd/ld: don't delete output binary if not "ordinary...
2014-03-29 Jan Ziakcmd/gc: suppress array index error caused by a previous...
2014-03-29 Mikio Haranet: tweak the ephemeral port range on dragonfly
2014-03-29 Mikio Harasyscall: add SendmsgN for BSD variants, Linux and Solaris
2014-03-28 Brad Fitzpatrickbytes, strings: allow Reader.Seek past 1<<31
2014-03-28 Russ Coxcmd/gc: never pass ptr to uninit temp to runtime
2014-03-28 Adam Langleycrypto/x509: unbreak Windows build.
2014-03-28 Alex Brainmanruntime: ignore windows exception if not in Go binary
2014-03-28 Mikio Haranet: make IPv6 capability test more suitable for addres...
2014-03-28 Mikio Harasyscall: don't generate RTF_BITS constant on OS X Maver...
2014-03-28 Rob Pikedoc/go1.3.html: contiguous stacks
2014-03-28 Alex Brainmanruntime: do not crash when GetQueuedCompletionStatusEx...
2014-03-27 Adam Langleycrypto/x509: update tests because Windows removed the...
2014-03-27 Rui Ueyamamisc/emacs: do not highlight built-in function if not...
2014-03-27 Daniel Morsingcmd/cgo: enforce typing of 0-sized types
2014-03-27 Rui Ueyamamisc/emacs: handle backslash in raw string in Emacs 23
2014-03-27 Russ Coxruntime: enable 'bad pointer' check during garbage...
2014-03-27 Russ Coxcmd/gc: liveness-related bug fixes
2014-03-27 Russ Coxcmd/dist: zero output variables on entry to goc2c functions
2014-03-27 Russ Coxregexp/syntax: remove InstLast
2014-03-27 Jan Ziakcmd/gc: fix spurious 'use of untyped nil' error
2014-03-27 Rui Ueyamamisc/bash, misc/zsh: fix completion rules
2014-03-27 Russ Coxruntime: initialize complete Hiter during mapiterinit
2014-03-27 Rob Pikedoc/go1.3.html: explain the change to the memory model
2014-03-26 Erik Westrupcmd/go: Use exported CgoLDFlags when compiler=gccgo
2014-03-26 Ian Lance TaylorA+C: Erik Westrup (individual CLA)
2014-03-26 Shenghou Macmd/dist: set -Wuninitialized only when -O is also...
2014-03-26 Dmitriy Vyukovruntime: eliminate false retention due to m->moreargp...
2014-03-26 Dmitriy Vyukovruntime: support channel-based mutex in race detector
2014-03-26 Dmitriy Vyukovruntime: fix yet another race in bgsweep
2014-03-26 Dmitriy Vyukovruntime: minor improvement of string scanning
2014-03-26 Rob Pikecmd/go: fix typo in help doc
2014-03-26 Rob Pikefmt: document order of application of %T, %p and the...
2014-03-26 Mikio Haradoc: document DragonFly BSD port
2014-03-26 Dave Cheneycmd/go: ensure external test files are presented to...
2014-03-26 Shenghou Macmd/gc: add missing entries to lexn and yytfix.
2014-03-26 Shenghou Madoc: document Solaris port.
2014-03-26 Rob Pikedoc/go1.3.html: new release document outline
2014-03-26 David Barnettmisc/vim: Disable automatic line wrapping by textwidth.
2014-03-26 David SymondsC: add David Barnett (Google CLA).
2014-03-24 Mikio Haranet: deflake TestTCPConcurrentAccept
2014-03-24 Mikio Haranet: avoid multiple calling of syscall connect on Unix...
2014-03-26 Mikio Hararuntime: slience warning on 32-bit platforms
2014-03-26 Andrew Gerranddoc/gopher: fix typo in README
2014-03-26 Alex Brainmanruntime: use VEH for windows/amd64 exception handling
2014-03-25 Andrew Gerranddoc/gopher: add README
2014-03-25 Brad Fitzpatricknet/http: disable recently-introduced flaky test on...
2014-03-25 Keith Randallruntime: WriteHeapDump dumps the heap to a file.
2014-03-25 Ian Lance Taylorruntime: fix windows build (buggy commit in 19543:d68b7...
2014-03-25 Keith Randallruntime: redo stack map entries to avoid false retention
2014-03-25 Ian Lance Taylorruntime: accurately record whether heap memory is reserved
2014-03-25 Brad Fitzpatricknet/http: don't re-use Transport connections if we...
2014-03-25 Brad Fitzpatrickcrypto/tls: make Conn.Read return (n, io.EOF) when...
2014-03-25 Ian Lance Taylorruntime: change nproc local variable to uint32
2014-03-25 Nigel Taodatabase/sql: add "defer rows.Close()" to the example...
2014-03-25 Russ Coxruntime: use VEH, not SEH, for windows/386 exception...
2014-03-25 Russ Coxtime: add comment explaining rejection of years outside...
2014-03-25 Rob Pikemath/cmplx: define Pow(0, x) for problematic values...
2014-03-25 Rob Pikeregexp/syntax: document the upper limit of n in x{n}
2014-03-25 Rob Pikeregexp: document that it is linear in the input size.
2014-03-24 Russ Coxdoc: allow buffered channel as semaphore without initia...
2014-03-24 Jan Ziakcmd/gc: fix spurious 'const initializer is not a consta...
2014-03-24 Rui Ueyamabufio: fix bug that ReadFrom stops before EOF or error
2014-03-24 Jan Ziakcmd/gc: round floats with a large negative exponent...
2014-03-24 Rui Ueyamastrings: minor cleanup
2014-03-24 Dave Cheneymisc/nacl: add Native Client support scripts and docume...
2014-03-23 Rui Ueyamaunicode/utf8: minor code simplification
2014-03-23 Rui Ueyamaunicode/utf16: remove unnecessary type conversions
2014-03-23 Rui Ueyamabufio: fix typo in test
2014-03-22 Rui Ueyamaregexp: remove unused variables
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
next