]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-04-07 Lucio De Relibbio, libmach: warnings from the Plan 9 tool chain
2014-04-07 Dmitriy Vyukovnet: fix data race in benchmark
2014-04-07 Brad FitzpatrickA+C: StalkR (individual CLA)
2014-04-07 Andrew Gerrandbuild: remove depdenency on GNU make
2014-04-06 Russ Coxcmd/8g: fix liveness for 387 build (including plan9)
2014-04-06 Alex Brainmansyscall: use unsafe.Pointer instead of uintptr on windo...
2014-04-04 Keith Randallcmd/gc: compute size of keys & values before making...
2014-04-04 Keith Randallruntime: fix plan9 warning.
2014-04-04 Jan Ziakcmd/gc: check duplicate keys in maps with interface...
2014-04-04 Rémy Oudomphengcmd/6g, cmd/8g: disable Duff's device on NaCl.
2014-04-04 Alex Brainmannet: fix format string in TestAcceptIgnoreSomeErrors
2014-04-04 Alex Brainmanos/exec: always try appropriate command extensions...
2014-04-04 Mikio Haranet: drop unnecessary indirection from PacketConn tests
2014-04-04 Mikio Haracmd/gc: fix build
2014-04-04 Russ Coxcmd/gc, runtime: make GODEBUG=gcdead=1 mode work with...
2014-04-04 Mikio Haranet: don't export netFD closeRead and closeWrite methods
2014-04-03 Mike Andrewscmd/dist: reflect local changes to tree in goversion
2014-04-03 Russ Coxruntime: test malformed address fault and fix on OS X
2014-04-03 Russ Coxruntime: handle fault during runtime more like unexpect...
2014-04-03 Russ Coxcmd/gc, runtime: optimize map[string] lookup from ...
2014-04-03 Russ Coxruntime: use mincore correctly in addrspace_free
2014-04-03 Russ Coxcmd/gc: reject builtin function calls in len(fixed...
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
next