]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-01-29 Austin Clementsruntime: use threads slice in parfor instead of unsafe...
2015-01-29 Austin Clementsruntime: move all parfor-related code to parfor.go
2015-01-29 Austin Clementsruntime: check alignment of 8-byte atomic loads and...
2015-01-29 Russ Coxcmd/go: add build flag -toolexec
2015-01-29 Dmitry Vyukovcmd/gc: capture variables by value
2015-01-29 Mikio Haranet: remove full stack test cases for IPConn
2015-01-29 Mikio Haranet: remove solaris tag from cgo
2015-01-29 Alex Plugaruencoding/json: add UnmarshalTypeError.Offset
2015-01-29 Evan Phoenixexpvar: Use sync/atomic to manipulate Int for better...
2015-01-29 Dominik Vogtcmd/cgo: add support for s390 and s390x
2015-01-28 Robert Griesemermath/big: sketched out complete set of Float/string...
2015-01-28 Rick Hudsonruntime: set minimum heap size to 4Mbytes
2015-01-28 Dmitry Vyukovcmd/gc: allocate stack buffer for ORUNESTR
2015-01-28 Dmitry Vyukovcmd/gc: allocate buffers for non-escaped strings on...
2015-01-28 Rick Hudsonruntime: avoid redundant scans
2015-01-28 Robert Griesemerunsafe: minor doc string improvements
2015-01-28 Brad Fitzpatricknet/http: close HTTP response bodies in benchmark
2015-01-28 Dmitry Vyukovnet/http/pprof: add tracing support
2015-01-28 Dmitry Vyukovcmd/gc: don't copy []byte during string comparison
2015-01-28 Dmitry Vyukovruntime/pprof: skip trace tests on solaris and windows
2015-01-28 Dmitry Vyukovcmd/gc: ignore re-slicing in escape analysis
2015-01-28 Dmitry Vyukovcmd/gc: improve escape analysis for &T{...}
2015-01-28 Dmitry Vyukovruntime/pprof: add tests for tracer
2015-01-28 Dmitry Vyukovcmd/go: add tracing support
2015-01-28 Dmitry Vyukovtesting: add tracing support
2015-01-28 Dmitry Vyukovruntime/pprof: add tracing support
2015-01-28 Dmitry Vyukovruntime: add tracing of runtime events
2015-01-28 Dmitry Vyukovruntime: add execution tracing functionality
2015-01-28 Dmitry Vyukovcmd/gc: fix condition for fast pathed interface conversions
2015-01-28 Dmitry Vyukovcmd/gc: allow map index expressions in for range statements
2015-01-28 Dmitry Vyukovnet/http: fix goroutine leak in benchmark
2015-01-28 Dmitry Vyukovreflect: cache call frames
2015-01-28 Mikio Haranet: update test cases for network interface API
2015-01-28 Russ Coxliblink: do not print pointers in debug output
2015-01-28 David Leon Gilcrypto/ecdsa: make Sign safe with broken entropy sources
2015-01-27 Robert Griesemermath/big: various fixes, enable tests for 32bit platforms
2015-01-27 Dmitry Vyukovruntime: simplify code
2015-01-27 Dmitry Vyukovnet/http: add client benchmark
2015-01-27 Robert Griesemerunsafe: fix doc strings
2015-01-27 Dmitry Vyukovcmd/gc: don't copy []byte during string concatenation
2015-01-27 Dmitry Vyukovcmd/gc: don't emit write barriers for *tmp if tmp=...
2015-01-27 Dmitry Vyukovcmd/gc: fix range typecheck order
2015-01-27 Dmitry Vyukovruntime: fix wbshadow mode
2015-01-27 Dmitry Vyukovruntime: do not scan maps when k/v do not contain pointers
2015-01-27 Dmitry Vyukovruntime: fix crash during heapdump
2015-01-26 Adam LangleyRevert "crypto/ecdsa: make Sign safe with broken entrop...
2015-01-26 David Leon Gilcrypto/ecdsa: make Sign safe with broken entropy sources
2015-01-26 Russ Coxliblink: arrange for Prog* argument in vaddr
2015-01-26 Russ Coxcmd/go: on arm, all binaries depend on math
2015-01-26 Russ Coxcmd/gc: simplify code for c2go (more)
2015-01-26 Russ Coxcmd/gc: make cmd/gc a real library
2015-01-26 Russ Coxcmd/gc: simplify code for c2go
2015-01-26 David du Colombieros: emulate plan 9 libc in stat
2015-01-26 Shenghou Maregexp: update URLs in tests
2015-01-26 Shenghou Maarchive/tar: set Header.Mode in example
2015-01-25 Andrew Ekstedtimage: fix typo in Alpha16 doc comment
2015-01-24 INADA Naokidatabase/sql: reduce lock contention in Stmt.connStmt
2015-01-24 Robert Griesemermath/big: disable some tests on 32bit platforms (fix...
2015-01-24 Robert Griesemermath/big: multi-precision Floats (starting point)
2015-01-23 Robert Griesemergo/ast: document that ast.FilterFile always filters...
2015-01-23 Robert Griesemergo/printer: update golden file (fix build)
2015-01-23 Robert Griesemergo/printer, cmd/gofmt: print import paths in double...
2015-01-23 Robert Griesemergo/parser: report error for var/const decls with missin...
2015-01-23 Shenghou Maruntime: fix incorrectly replaced "_type" in comments
2015-01-22 Robert Griesemerbytes, strings: improve documentation for Count functions
2015-01-22 Martin Möhrmannnet: simplify itoa conversions
2015-01-22 Michael Matloobcmd/ld: s/specificaly/specifically/ in comment
2015-01-22 Ian Lance Taylorcmd/gc: treat non-local vars inlined into wrapper as...
2015-01-21 David du Colombierlib9: build tokenize on Plan 9
2015-01-21 Rick Hudsonruntime: fix trigger for concurrent GC
2015-01-21 Paul van Brouwershavencrypto/x509: implement crypto.Signer
2015-01-21 David Crawshawsyscall: use name+(NN)FP on linux/amd64
2015-01-21 David Crawshawsyscall: use name+(NN)FP on linux/386
2015-01-21 Austin ClementsRevert "runtime: fix trigger for concurrent GC"
2015-01-21 Rick Hudsonruntime: fix trigger for concurrent GC
2015-01-21 Shenghou Mainternal/syscall: add getrandom syscall number for...
2015-01-21 Andrew Gerrandhtml/template: fix example code
2015-01-21 Robert Griesemermath/big: use new nat.scan for Rat.SetString
2015-01-21 Russ Coxbuild: implement GOEXPERIMENT again in runtime, and...
2015-01-21 Adam LangleyRevert "crypto/x509: implement crypto.Signer"
2015-01-20 Paul van Brouwershavencrypto/x509: Authority Key Identifier must be included...
2015-01-20 Paul van Brouwershavencrypto/x509: implement crypto.Signer
2015-01-20 Emil Hessmanpath/filepath: make Join handle UNC paths on Windows
2015-01-20 Robert Griesemermath/big: permit internal nat.scan to accept decimal...
2015-01-20 Chris Manghanecmd/gc: don't unpack struct arguments to append
2015-01-20 Rick Hudsonruntime: Add some diagnostic messages printing source...
2015-01-20 Robert Griesemermath/big: better test coverage, misc. cleanups
2015-01-20 Burcu Doganruntime/pprof: ignore CPU profile test failures in...
2015-01-20 Andrew Gerrandmisc/makerelease: send file size when uploading
2015-01-19 Evan Kroskenet/http/fcgi: Fix resource leaks
2015-01-19 Mikio Haracmd/go: make use of Runnable method
2015-01-19 Andrew Gerrandmisc/dashboard/codereview: delete
2015-01-19 Russ Coxcmd/dist: fix deadlock when compilation command fails
2015-01-19 Russ Coxruntime: factor out bitmap, finalizer code from malloc/mgc
2015-01-19 Jongmin Kimnet/http: remove unused test type
2015-01-19 Russ Coxruntime: move write barrier code into mbarrier.go
2015-01-19 Russ Coxruntime: rename float64 constants to avoid name space...
2015-01-19 Shenghou Mafmt: reword the document for [n].
2015-01-19 Mikio Haranet: more accurate parsing of IPv4 header on IPConn
2015-01-19 Russ Coxstrings: remove overengineered Compare implementation
next