]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
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
2015-01-07 Keith Randallruntime: faster version of findfunc
2015-01-07 Austin Clementscmd/cgo, runtime/cgo: support ppc64
2015-01-07 Austin Clementsruntime: set up C TLS and save g to it on ppc64
2015-01-07 Austin Clementscmd/9g: don't use R13
2015-01-07 Austin Clementscmd/9l: support internal linking
2015-01-07 Austin Clementscmd/ld: support for relocation variants
2015-01-07 Austin Clementscmd/ld: support 2 byte relocations
2015-01-07 Austin Clementscmd/ld: decode local entry offset from ppc64 symbols
2015-01-07 Keith Randallruntime: add comment about channels already handling...
2015-01-07 Keith Randallruntime: increase number of stack orders to 4
2015-01-07 Oling Catdoc/contribute: add necessary <code> tags, remove an...
2015-01-07 Keith Randallruntime: remove trailing empty arrays in structs
2015-01-07 Keith Randallruntime: use some startup randomness in the fallback...
2015-01-07 Matthew Dempskycmd/cgo: update code and docs to reflect post-6c world
2015-01-07 Brad Fitzpatrickdoc: add bufio.Reader.Discard to go1.5.txt
2015-01-07 Brad Fitzpatrickbufio: add Reader.Discard
2015-01-07 Shenghou Maruntime: fix build for race detector
2015-01-06 Martin Möhrmannsort: optimize symMerge performance for blocks with...
next