]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-02-13 Dmitry Vyukovruntime/race: fix test in preparation for new race...
2015-02-13 Austin Clementsruntime: rename drainworkbuf and drainobjects
2015-02-13 Austin Clementsruntime: remove drainallwbufs argument to drainworkbuf
2015-02-13 Austin Clementsruntime: eliminate drainworkbufs from scanblock
2015-02-13 Austin Clementsruntime: eliminate b == 0 special case from scanblock
2015-02-13 Austin Clementsruntime: replace scanblock(0, 0, nil, nil) with drainwo...
2015-02-13 Austin Clementsruntime: move checknocurrentwbuf() from scanblock to...
2015-02-13 Dmitry Vyukovcmd/gc: transform closure calls to function calls
2015-02-13 Shenghou Macmd/go: make consistent use of leading Tabs
2015-02-13 Dmitry Vyukovcmd/gc: restore amd64p32 hack for bucket size
2015-02-13 Dmitry Vyukovruntime: cleanup after conversion to Go
2015-02-13 Josh Bleecher... cmd/5g, cmd/6g, cmd/8g, cmd/9g: use a register to zero...
2015-02-13 Josh Bleecher... cmd/5g, cmd/6g, cmd/8g, cmd/9g: zero more in componentgen
2015-02-12 Josh Bleecher... cmd/gc: evaluate concrete == interface without allocating
2015-02-12 Josh Bleecher... cmd/6g, cmd/8g: make 2/3 word sgen more efficient
2015-02-12 Josh Bleecher... cmd/6g: allocate fewer new registers in sgen
2015-02-12 Robert Griesemermath/big: implemented Float.Int64, simplified Float...
2015-02-12 Austin Clementsruntime: move wbuf-related functions to new gcwork.go
2015-02-12 Austin Clementsruntime: on Plan 9, zero memory returned to the brk...
2015-02-12 Andrew Gerranddoc: update pre-requisites for bootstrapping
2015-02-12 Dmitry Vyukovcmd/gc: allocate non-escaping maps on stack
2015-02-12 Dmitry Vyukovcmd/gc: restore stack frame debugging
2015-02-12 Dmitry Vyukovruntime: fix race instrumentation of append
2015-02-12 Dmitry Vyukovcmd/gc: remove several copies of outervalue
2015-02-12 Dmitry Vyukovcmd/gc: allocate buffers for non-escaping string conver...
2015-02-12 Brad Fitzpatrickruntime: remove obsolete SELinux execmem comment
2015-02-12 Alex Brainmanruntime: move all stdFunctions into os1_windows.go...
2015-02-12 Alex Brainmanruntime: remove unused signals_windows.h
2015-02-12 mattnsyscall: Readlink doesn't handle junction on windows
2015-02-11 Russ Coxcmd/gc: avoid %#016x, which really means Go's %#014x
2015-02-11 Russ Coxcmd/gc: use go.builtin as package prefix, not go%2ebuiltin
2015-02-11 Russ Coxcmd/gc: make qsort comparisons totally ordered
2015-02-11 Russ Coxcmd/gc: remove C subclassing trick from popt.c
2015-02-11 Russ Coxcmd/gc: move reg.c into portable code
2015-02-11 Russ Coxcmd/gc: remove cgen_asop, no longer used
2015-02-11 Russ Coxcmd/gc: factor newly-portable code into gc directory
2015-02-11 Robert Griesemerstrconv: simplified logic resulting in faster float...
2015-02-11 Robert Griesemermath/big: completed Float.Uint64
2015-02-11 Robert Griesemermath/big: add test cases for Float.Abs and Float.Neg
2015-02-11 Robert Griesemermath/big: implemented Float.Int (truncation of Floats...
2015-02-11 Robert Griesemermath/big: When result prec == 0, use at least prec...
2015-02-11 Rick Hudsonruntime: cache workbufs on Ms and add consistency checks
2015-02-11 Dmitry Vyukovruntime: never show system goroutines in traceback
2015-02-11 Dmitry Vyukovreflect: mark map access functions as go:noescape
2015-02-11 Dmitry Vyukovruntime: fix span unusedsince setup
2015-02-11 Austin Clementscmd/dist: fetch version when needed, instead of at...
2015-02-11 rubyistcrypto/x509: allow matchHostnames to work with absolute...
2015-02-10 Keith Randallruntime: don't put container symbols in functab
2015-02-10 Mikio Haranet: disable WriteMsgUDP tests on nacl, windows (fix...
2015-02-10 Mikio Haranet: update documentation for WriteMsgUDP
2015-02-10 Ian Lance Taylorcmd/pprof/internal/report: fix typo in recognized outpu...
2015-02-10 Robert Griesemermath/big: implemented Frexp, Ldexp, IsInt, Copy, bug...
2015-02-10 Nicolas S.... net: permit WriteMsgUDP to connected UDP sockets
2015-02-10 Alex Brainmanruntime: simplify and comment some windows code
2015-02-10 Rajat Goelnet/http: fix test to check that requests to 'localhost...
2015-02-10 Andrew Gerrandcmd/go: use current go source code when generating...
2015-02-10 Alex Brainmanruntime: introduce CPU access functions on windows
2015-02-10 Rob Pikecmd/go: document that -run isn't implemented
2015-02-10 mattnnet: re-implement Interfaces and InterfaceAddrs for...
2015-02-10 Dave Cheneycmd/dist: reactivate vfp detection on linux/arm
2015-02-09 Shenghou Maliblink, runtime: move all references to runtime.tlsg...
2015-02-09 Robert Griesemermath/big: correct umax
2015-02-09 Rahul Chaudhrycmd/go: stream test output if parallelism is set to 1.
2015-02-09 Robert Griesemermath/big: API cleanup
2015-02-09 Rahul Chaudhryos: embed "sleep 1" within the test binary itself.
2015-02-09 Dmitry Vyukovnet: don't allocate dialer closure if we won't use it
2015-02-09 Dmitry Vyukovcmd/gc: remove dead code
2015-02-09 Nigel Taoencoding/xml: add more EncodeToken tests.
2015-02-09 Shenghou Macmd/5g, cmd/6g, cmd/8g, cmd/9g: clear Addr parameter...
2015-02-08 Florin Patansort: fixed small typo in comments
2015-02-08 David SymondsBuild fix for plan9 after 8bf13838eb21.
2015-02-08 David Symondstime: return informative errors when failing to load...
2015-02-08 Brad Fitzpatrickos, syscall: revert Yosemite readdir workaround
2015-02-08 David SymondsRevert "cmd/api: treat a hex-y VERSION as devel and...
2015-02-08 mattywgofmt/doc: gofmt -s output may not be backward compatible
2015-02-08 Shenghou Mainclude/u.h: fix name clash of REG_R* on solaris
2015-02-07 Brad Fitzpatricknet/smtp: document SendMail more
2015-02-07 Brian Smithencoding/xml: avoid an allocation for tags without...
2015-02-07 Håvard Haugentesting: pad benchmark names to align results
2015-02-07 David du Colombierliblink: fix warnings on Plan 9
2015-02-07 Brad Fitzpatrickbuild: fix race.bat flags
2015-02-06 David du Colombieros/signal, runtime: implement notes on Plan 9
2015-02-06 Shenghou Maruntime: skip the gdb test if -iex is not supported
2015-02-06 Shenghou Macmd/ld: restore .debug_gdb_script section after runtime...
2015-02-06 Shenghou Manet: document that user shouldn't modify returned Addr
2015-02-06 Josh Bleecher... cmd/gc: eliminate dead code in switch statements
2015-02-06 Josh Bleecher... runtime: speed up eqstring
2015-02-06 Josh Bleecher... runtime: speed up eqstring
2015-02-06 Robert Griesemermath/big: handling of +/-Inf and zero precision, enable...
2015-02-06 Péter Surányiall: don't refer to code.google.com/p/go{,-wiki}/
2015-02-06 Shenghou Mago1.5.txt: mention the Darwin/ARM port
2015-02-06 Mikio Harasyscall: gofmt
2015-02-06 Shenghou Mamisc/ios: add README and wrapper script to ease cross...
2015-02-06 Shenghou Macmd/dist, make.bash: darwin/arm support
2015-02-06 Shenghou Mamisc/cgo/test: skip test7978 when using unsupported...
2015-02-06 Shenghou Maruntime/cgo: darwin/arm cgo support
2015-02-06 Shenghou Masyscall: darwin/arm support
2015-02-06 Shenghou Masync/atomic: darwin/arm support
2015-02-06 Shenghou Maruntime: darwin/arm support
2015-02-06 Shenghou Maliblink, cmd/ld, cmd/5l: darwin/arm support
next