]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-01-19 Russ Coxcmd/go: set $GOROOT during 'go tool' invocations
2015-01-19 Shenghou Macmd/dist: do not leave go-tool-dist-* temporary directo...
2015-01-19 Michael Matloobcmd/dist: produce a properly formatted zversion.go
2015-01-19 Brad Fitzpatrickdoc: update go1.5.txt
2015-01-18 Bill Thiederuntime, syscall: use SYSCALL instruction on FreeBSD.
2015-01-18 Shenghou Mamisc/makerelease: workaround the go install -a restrict...
2015-01-18 Brad Fitzpatrickdoc: direct people to the mailing list
2015-01-17 Martin Möhrmannnet/http/cgi: correctly handle pathnames for cygwin...
2015-01-17 Keith Randalltest: generate tests for arithmetic on narrow types
2015-01-16 Russ Coxall: merge dev.cc (929f321) into master
2015-01-16 Hyang-Ah Hana Kimmisc/android: choose the right subdirectory for bin...
2015-01-16 Austin Clementsmisc/cgo: skip testso on ppc64
2015-01-16 Keith Randallmath/big: bug in AndNot(x,y) for x>0,y<0.
2015-01-16 David Crawshawsyscall: use name+(NN)FP on linux/arm
2015-01-16 Andrew Gerrandmisc/makerelease: a couple of small fixes
2015-01-15 Keith Randallcmd/5g: make sure we normalize after unary ops on small...
2015-01-15 Ian Lance Taylornet: fix some typos in comments
2015-01-15 Andrew Gerrandmisc/makerelease: use built in "del" to remove files
2015-01-15 Alan Donovanstrings: add Compare(x, y string) int, for symmetry...
2015-01-15 Brad Fitzpatrickall: update old comments referencing *.goc files
2015-01-15 Hyang-Ah Hana Kimbuild: androidtest.bash has to use copy for files to...
2015-01-15 Dmitry Vyukovencoding/xml: remove unnecessary memory allocation...
2015-01-15 Paul Nasratruntime: fix runtime-gdb script loading
2015-01-15 Andrew Gerranddoc: document Go 1.4.1
2015-01-15 Burcu Doganbuild: fix typo in androidtest.bash
2015-01-15 Adam Langleycrypto/x509: write exact BitLength in ASN.1 encoding...
2015-01-15 Russ Cox[dev.cc] all: merge master (d1210ac) into dev.cc
2015-01-15 Martin Möhrmanntime: correctly parse large input durations and avoid...
next