]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-04-03 Russ Coxcmd/cc: emit gc bitmaps in read-only memory
2014-04-03 Robert Griesemergo/doc: fix ToText
2014-04-03 Shenghou Mafmt: fix go syntax formatting of []byte(nil)
2014-04-03 Russ Coxnet: accept a few more errors in Accept4 wrapper
2014-04-03 Russ Coxnet/url: add test of "Windows" file URL
2014-04-03 David Thomasarchive/tar: add support for GNU sparse files.
2014-04-03 Russ CoxA+C: David Thomas (individual CLA)
2014-04-03 Russ Coxruntime: fix fault during arm software floating point
2014-04-03 Brad Fitzpatricknet/http: clarify Request fields' client-vs-server...
2014-04-03 Russ Coxruntime: print up to 10 words of arguments
2014-04-03 Keith Randallcmd/ld: get rid of map.bucket's data field from dwarf...
2014-04-03 Dave Cheneyruntime: check that new slice cap doesn't overflow
2014-04-03 Dave Cheneycmd/gc: fix build
2014-04-03 Ian Lance Taylornet: don't export netFD readFrom, writeTo, readMsg...
2014-04-02 Dave Cheneycmd/pack: fix format string error in log message
2014-04-02 Brad Fitzpatrickcrypto/tls: deflake TestConnReadNonzeroAndEOF
2014-04-02 Russ Coxruntime: revert change to PoisonPtr value
2014-04-02 Russ Coxcmd/gc, cmd/ld, runtime: compact liveness bitmaps
2014-04-02 David du Colombiercmd/8g, cmd/gc: fix warnings on Plan 9
2014-04-02 Russ Coxcmd/gc: shorten even more temporary lifetimes
2014-04-02 Keith Randallcmd/gc: Don't zero more than we need.
2014-04-02 Mikio Haranet: enable unixpacket test on available platforms
2014-04-02 Mikio Haranet: make WriteTo, WriteToUnix and WriteMsgUnix fail...
2014-04-02 Dmitriy Vyukovruntime: ignore pointers to global objects in SetFinalizer
2014-04-02 Keith Randallruntime: zero at start of frame more efficiently.
2014-04-02 Russ Coxcmd/5g, cmd/8g: fix build
2014-04-02 Russ Coxcmd/gc: shorten more temporary lifetimes
2014-04-01 Andrew Gerrandtime: increase timeout in negative sleep duration test
2014-04-01 Keith Randallruntime: get rid of most uses of REP for copying/zeroing.
2014-04-01 Russ Coxruntime: use correct pc to obtain liveness info during...
2014-04-01 Russ Coxcmd/gc: shorten temporary lifetimes when possible
2014-04-01 Russ Coxruntime: adjust GODEBUG=allocfreetrace=1 and GODEBUG...
2014-04-01 Shenghou Maapi: update next.txt
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
next