]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2015-01-12 Rob Pikelog: add global Output function
2015-01-12 Shenghou Macmd/gc: don't recurse infinitely when a recursive type...
2015-01-11 Daniel Morsingcmd/gc: fix racewalk after writebarrierfat was renamed...
2015-01-11 Dave Cheneyruntime: remove duplicate copyright notice
2015-01-10 Russ Coxbuild: require old Go to build new Go (and convert...
2015-01-10 Russ Coxcmd/dist: remove C sources, rename some to Go files
2015-01-10 David du Colombiernet/http/httputil: skip TestReverseProxyCancellation...
2015-01-09 Shenghou Macmd/5a, cmd/6a, cmd/8a, cmd/9a: check nerrors before...
2015-01-09 Josh Bleecher... cmd/gc: fix ARM build
2015-01-09 Josh Bleecher... cmd/gc: optimize memclr of slices and arrays
2015-01-09 Ian Lance Taylorruntime: add missing copyright notices
2015-01-09 Peter Wallernet/http/httputil: ReverseProxy request cancellation
2015-01-09 Shenghou Maruntime: source startupRandomData from auxv AT_RANDOM...
2015-01-09 Martin Möhrmannlog: optimize itoa
2015-01-09 Keith Randallruntime: use urandom instead of random
2015-01-08 Shenghou Macmd/go: document import path checking
2015-01-08 Keith Randallruntime: fix 32-bit build
2015-01-08 Robert Griesemerdoc: document math/big performance improvements
2015-01-08 Keith Randallcmd/gc: pad structs which end in zero-sized fields
2015-01-08 Robert Griesemermath/big: faster assembly kernels for AddVx/SubVx for...
2015-01-08 Martin Möhrmannstrconv: speed up atoi for common cases
2015-01-08 Rick Hudsonruntime: increase GC concurrency.
2015-01-08 Robert GriesemerREADME: emphasize that we don't accept pull requests
2015-01-08 Austin Clementsruntime: improve GC times printing
2015-01-08 Robert Griesemermath/big: faster "pure Go" addition/subtraction for...
2015-01-08 Robert Griesemermath/big: faster assembly kernels for AddVx/SubVx for...
2015-01-08 Martin Möhrmannstrconv: add atoi tests for uncommon bases and syntax...
2015-01-08 Alex Brainmansyscall: use go generate to build zsyscall_windows.go
2015-01-08 Keith Randalltest: shorten test runtime
2015-01-08 Brad Fitzpatrickbuild: add GOTESTONLY environment test for Plan 9's...
2015-01-08 Brad Fitzpatrickbuild: increase Plan 9 timeout for runtime multi-CPU...
2015-01-08 Matthew Dempskycmd/cgo, go/build: finish a cleanup TODO
2015-01-07 Shenghou Mamisc/swig/stdio: fix broken nil pointer test
2015-01-07 David du Colombierbuild: increase timeout in run.rc
2015-01-07 Matthew Dempskycmd/cgo: remove obsolete -cdefs flag
2015-01-07 Josh Bleecher... runtime: remove stray commas in assembly
2015-01-07 Josh Bleecher... cmd/gc: optimize existence-only map lookups
2015-01-07 Josh Bleecher... cmd/6g, cmd/8g, liblink: improve handling of float...
2015-01-07 Keith Randallruntime: remove size argument from hash and equal algor...
2015-01-07 Josh Bleecher... test: delete testlib
next