]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-02-06 Shenghou Malib9: provide alterantive implementation of ldexp and...
2015-02-06 Shenghou Maliblink, cmd/ld, runtime: set the type of runtime.tlsg...
2015-02-06 Shenghou Macmd/cgo: detect misuse of generated _cgo_export.h
2015-02-06 Rahul Chaudhrytest: check for build constraints only upto the first...
2015-02-06 Rahul Chaudhrytest: chdir before running go tool, cleanup afterwards.
2015-02-06 Andrew Ekstedtimage: fix obsolete reference in PalettedImage doc...
2015-02-06 Nigel Taoreflect: for struct tags, reject control chars (includi...
2015-02-05 Robert Griesemerstrconv: fix internal documentation (clarification...
2015-02-05 Robert Griesemermath/big: add "smoke test" for big.Float division
2015-02-05 Robert Griesemermath/big: more Float conversion tests
2015-02-05 Robert Griesemermath/big: simplified formatting logic
2015-02-05 Erik Aignernet/http: Fix typo in MaxBytesReader comment
2015-02-05 Russ Coxcmd/5a: prepare reglist correctly
2015-02-05 Dmitry Vyukovexpvar: fix build
2015-02-05 Evan Phoenixexpvar: Add benchmarks for perf sensitive operations
2015-02-05 Russ CoxRevert "liblink, cmd/5a: fix reglist parsing/printing...
2015-02-05 Shenghou Macmd/ld: always set timestamp in PE header to 0
2015-02-05 Shenghou Maliblink, cmd/5a: fix reglist parsing/printing after...
2015-02-05 Rob Pikecmd/pack: simplify the testing logic slightly
2015-02-04 Robert Griesemermath/big: first version of Float %e, %f, %g, %G formatt...
2015-02-04 Robert Griesemermath/big: fix %b format so it matches strconf %b format...
next