]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2015-01-15 Rob Piketest: comment the behavior and use of cmplxdivide*
2015-01-14 Matthew Dempskyruntime: fix *bsd/amd64 build
2015-01-14 Andrew Gerrandmisc/makerelease: check out core from git repo, use...
2015-01-14 Russ Coxruntime: delete dead code called from C.
2015-01-14 Russ Coxruntime: avoid race checking for preemption
2015-01-14 David du Colombierruntime: define netpollinited on Plan 9
2015-01-14 Russ Coxruntime: fix bugs in previous commit
2015-01-14 Russ Coxruntime: change tinyalloc, persistentalloc not to point...
2015-01-14 Russ Coxruntime: fix accounting race in printlock
2015-01-14 Russ Cox[dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH...
2015-01-14 Russ Coxliblink: adjustments for c2go conversion
2015-01-14 Russ Cox[dev.cc] build: fix cross-compilation
2015-01-14 Russ Coxruntime: log all thread stack traces during GODEBUG...
2015-01-14 David Crawshawsyscall: match seek argument size to signature
2015-01-14 Dmitry Vyukovruntime: fix spurious deadlock in netpoll
2015-01-14 Austin Clementsruntime: rename var checkmark to checkmarkphase
2015-01-14 Russ Coxruntime: fix a few GC-related bugs
2015-01-14 Russ Coxcmd/go: adjust error for custom import checkout mismatch
2015-01-14 David Crawshawsyscall: use name+(NN)FP for darwin
2015-01-14 Nigel Taoimage/draw: fold TestClipWithNilMP into TestClip.
2015-01-14 Dave Cheneyruntime: use runtime.sysargs to parse auxv on linux/arm
2015-01-14 Dave Cheneycrypto/x509: add cert SmartOS cert path
2015-01-13 Alex Brainmanruntime: make windows goenvs look more like Go
2015-01-13 Brad Fitzpatrickcrypto/tls: remove return parameter stutter
2015-01-13 Martin Möhrmannsort: reduce number of comparisons needed by medianOfThree
2015-01-13 Ian Lance Taylorreflect: remove extra word in comment
2015-01-13 Alex Brainmanruntime: move SetErrorMode constants into function...
2015-01-13 David du Colombierbuild: bootstrap on Plan 9
2015-01-13 Andrew Gerrandruntime: allow fake time writes to both stdout and...
2015-01-13 Brad Fitzpatricknet/http: deflake TestResponseWriterWriteStringAllocs...
2015-01-12 Rob Pikego1.5.txt: better checking of struct tags
2015-01-12 Rob Pikego1.5.txt: log: add global Output function
2015-01-12 Brad Fitzpatrickbuild: update Windows make.bat for Go-based dist
2015-01-12 Paul van Brouwershavencrypto/x509: Correction of incrorrect default version...
2015-01-12 David Leon Gilcrypto/elliptic: add Name field to CurveParams struct
2015-01-12 Paul van Brouwershavencrypto/x509: NULL parameter MUST be present in the...
2015-01-12 Shenghou Macmd/cgo: also rewrite C.var in selector expressions
2015-01-12 Shenghou Masyscall: fix nacl builds
2015-01-12 Dave Cheneycmd/dist: fix arm vfp detection
2015-01-12 Austin Clementsruntime: add GODEBUG=gccheckmark=0/1
next