]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-02-14 Robert Griesemermath/big: fix aliasing error in Add, Sub
2015-02-14 Robert Griesemermath/big: use internal validation more consistently
2015-02-13 Brad Fitzpatricktest: deflake init1.go test, tighten its bounds
2015-02-13 David du Colombiercmd/gc: replace NULL by nil
2015-02-13 David Crawshawcmd/ld: always mark tlsg STLSBSS
2015-02-13 Hyang-Ah (Hana... androidtest.bash: remove use of cp --preserve.
2015-02-13 Shenghou Macmd/ld: set alignment for the .rel.plt section on 32...
2015-02-13 Russ Coxcmd/ld: make cmd/ld a real library
2015-02-13 Russ Coxcmd/dist: avoid trailing space in instruction name...
2015-02-13 Russ Coxcmd/gc: minor adjustments for C to Go translation
2015-02-13 Russ Coxcmd/gc: eliminate some pointer arithmetic
2015-02-13 Russ Coxcmd/gc: rename arch to thearch
2015-02-13 Russ Coxcmd/gc: add .y to error about missing x in x.y
2015-02-13 Russ Coxcmd/gc: add debugging to liveness analysis
2015-02-13 Russ Coxcmd/gc: correct errors in constant parsing
2015-02-13 Russ Coxcmd/gc: avoid writing past end of region array
2015-02-13 Russ Coxcmd/yacc: adjust expansion of $n to be more useful...
2015-02-13 Roger Peppeencoding/xml: encoding name spaces correctly
2015-02-13 Dmitry Vyukovruntime: fix stack corruption in race mode
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
next