2015-01-15 |
Alan Donovan | strings: add Compare(x, y string) int, for symmetry... |
commit | commitdiff | tree |
2015-01-15 |
Brad Fitzpatrick | all: update old comments referencing *.goc files |
commit | commitdiff | tree |
2015-01-15 |
Hyang-Ah Hana Kim | build: androidtest.bash has to use copy for files to... |
commit | commitdiff | tree |
2015-01-15 |
Dmitry Vyukov | encoding/xml: remove unnecessary memory allocation... |
commit | commitdiff | tree |
2015-01-15 |
Paul Nasrat | runtime: fix runtime-gdb script loading |
commit | commitdiff | tree |
2015-01-15 |
Andrew Gerrand | doc: document Go 1.4.1 |
commit | commitdiff | tree |
2015-01-15 |
Burcu Dogan | build: fix typo in androidtest.bash |
commit | commitdiff | tree |
2015-01-15 |
Adam Langley | crypto/x509: write exact BitLength in ASN.1 encoding... |
commit | commitdiff | tree |
2015-01-15 |
Martin Möhrmann | time: correctly parse large input durations and avoid... |
commit | commitdiff | tree |
2015-01-15 |
Rob Pike | test: comment the behavior and use of cmplxdivide* |
commit | commitdiff | tree |
2015-01-14 |
Matthew Dempsky | runtime: fix *bsd/amd64 build |
commit | commitdiff | tree |
2015-01-14 |
Andrew Gerrand | misc/makerelease: check out core from git repo, use... |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | runtime: delete dead code called from C. |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | runtime: avoid race checking for preemption |
commit | commitdiff | tree |
2015-01-14 |
David du Colombier | runtime: define netpollinited on Plan 9 |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | runtime: fix bugs in previous commit |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | runtime: change tinyalloc, persistentalloc not to point... |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | runtime: fix accounting race in printlock |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | liblink: adjustments for c2go conversion |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | runtime: log all thread stack traces during GODEBUG... |
commit | commitdiff | tree |
2015-01-14 |
David Crawshaw | syscall: match seek argument size to signature |
commit | commitdiff | tree |
2015-01-14 |
Dmitry Vyukov | runtime: fix spurious deadlock in netpoll |
commit | commitdiff | tree |
2015-01-14 |
Austin Clements | runtime: rename var checkmark to checkmarkphase |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | runtime: fix a few GC-related bugs |
commit | commitdiff | tree |
2015-01-14 |
Russ Cox | cmd/go: adjust error for custom import checkout mismatch |
commit | commitdiff | tree |
2015-01-14 |
David Crawshaw | syscall: use name+(NN)FP for darwin |
commit | commitdiff | tree |
2015-01-14 |
Nigel Tao | image/draw: fold TestClipWithNilMP into TestClip. |
commit | commitdiff | tree |
2015-01-14 |
Dave Cheney | runtime: use runtime.sysargs to parse auxv on linux/arm |
commit | commitdiff | tree |
2015-01-14 |
Dave Cheney | crypto/x509: add cert SmartOS cert path |
commit | commitdiff | tree |
2015-01-13 |
Alex Brainman | runtime: make windows goenvs look more like Go |
commit | commitdiff | tree |
2015-01-13 |
Brad Fitzpatrick | crypto/tls: remove return parameter stutter |
commit | commitdiff | tree |
2015-01-13 |
Martin Möhrmann | sort: reduce number of comparisons needed by medianOfThree |
commit | commitdiff | tree |
2015-01-13 |
Ian Lance Taylor | reflect: remove extra word in comment |
commit | commitdiff | tree |
2015-01-13 |
Alex Brainman | runtime: move SetErrorMode constants into function... |
commit | commitdiff | tree |
2015-01-13 |
Andrew Gerrand | runtime: allow fake time writes to both stdout and... |
commit | commitdiff | tree |
2015-01-13 |
Brad Fitzpatrick | net/http: deflake TestResponseWriterWriteStringAllocs... |
commit | commitdiff | tree |
2015-01-12 |
Rob Pike | go1.5.txt: better checking of struct tags |
commit | commitdiff | tree |
2015-01-12 |
Rob Pike | go1.5.txt: log: add global Output function |
commit | commitdiff | tree |
2015-01-12 |
Paul van Brouwershaven | crypto/x509: Correction of incrorrect default version... |
commit | commitdiff | tree |
2015-01-12 |
David Leon Gil | crypto/elliptic: add Name field to CurveParams struct |
commit | commitdiff | tree |
2015-01-12 |
Paul van Brouwershaven | crypto/x509: NULL parameter MUST be present in the... |
commit | commitdiff | tree |
2015-01-12 |
Shenghou Ma | cmd/cgo: also rewrite C.var in selector expressions |
commit | commitdiff | tree |
2015-01-12 |
Shenghou Ma | syscall: fix nacl builds |
commit | commitdiff | tree |
2015-01-12 |
Austin Clements | runtime: add GODEBUG=gccheckmark=0/1 |
commit | commitdiff | tree |
2015-01-12 |
Rob Pike | log: add global Output function |
commit | commitdiff | tree |
2015-01-12 |
Shenghou Ma | cmd/gc: don't recurse infinitely when a recursive type... |
commit | commitdiff | tree |
2015-01-11 |
Daniel Morsing | cmd/gc: fix racewalk after writebarrierfat was renamed... |
commit | commitdiff | tree |
2015-01-11 |
Dave Cheney | runtime: remove duplicate copyright notice |
commit | commitdiff | tree |
2015-01-10 |
David du Colombier | net/http/httputil: skip TestReverseProxyCancellation... |
commit | commitdiff | tree |
2015-01-09 |
Shenghou Ma | cmd/5a, cmd/6a, cmd/8a, cmd/9a: check nerrors before... |
commit | commitdiff | tree |
2015-01-09 |
Josh Bleecher... | cmd/gc: fix ARM build |
commit | commitdiff | tree |
2015-01-09 |
Josh Bleecher... | cmd/gc: optimize memclr of slices and arrays |
commit | commitdiff | tree |
2015-01-09 |
Ian Lance Taylor | runtime: add missing copyright notices |
commit | commitdiff | tree |
2015-01-09 |
Peter Waller | net/http/httputil: ReverseProxy request cancellation |
commit | commitdiff | tree |
2015-01-09 |
Shenghou Ma | runtime: source startupRandomData from auxv AT_RANDOM... |
commit | commitdiff | tree |
2015-01-09 |
Martin Möhrmann | log: optimize itoa |
commit | commitdiff | tree |
2015-01-09 |
Keith Randall | runtime: use urandom instead of random |
commit | commitdiff | tree |
2015-01-08 |
Shenghou Ma | cmd/go: document import path checking |
commit | commitdiff | tree |
2015-01-08 |
Keith Randall | runtime: fix 32-bit build |
commit | commitdiff | tree |
2015-01-08 |
Robert Griesemer | doc: document math/big performance improvements |
commit | commitdiff | tree |
2015-01-08 |
Keith Randall | cmd/gc: pad structs which end in zero-sized fields |
commit | commitdiff | tree |
2015-01-08 |
Robert Griesemer | math/big: faster assembly kernels for AddVx/SubVx for... |
commit | commitdiff | tree |
2015-01-08 |
Martin Möhrmann | strconv: speed up atoi for common cases |
commit | commitdiff | tree |
2015-01-08 |
Rick Hudson | runtime: increase GC concurrency. |
commit | commitdiff | tree |
2015-01-08 |
Robert Griesemer | README: emphasize that we don't accept pull requests |
commit | commitdiff | tree |
2015-01-08 |
Austin Clements | runtime: improve GC times printing |
commit | commitdiff | tree |
2015-01-08 |
Robert Griesemer | math/big: faster "pure Go" addition/subtraction for... |
commit | commitdiff | tree |
2015-01-08 |
Robert Griesemer | math/big: faster assembly kernels for AddVx/SubVx for... |
commit | commitdiff | tree |
2015-01-08 |
Martin Möhrmann | strconv: add atoi tests for uncommon bases and syntax... |
commit | commitdiff | tree |
2015-01-08 |
Alex Brainman | syscall: use go generate to build zsyscall_windows.go |
commit | commitdiff | tree |
2015-01-08 |
Keith Randall | test: shorten test runtime |
commit | commitdiff | tree |
2015-01-08 |
Brad Fitzpatrick | build: add GOTESTONLY environment test for Plan 9's... |
commit | commitdiff | tree |
2015-01-08 |
Brad Fitzpatrick | build: increase Plan 9 timeout for runtime multi-CPU... |
commit | commitdiff | tree |
2015-01-08 |
Matthew Dempsky | cmd/cgo, go/build: finish a cleanup TODO |
commit | commitdiff | tree |
2015-01-07 |
Shenghou Ma | misc/swig/stdio: fix broken nil pointer test |
commit | commitdiff | tree |
2015-01-07 |
David du Colombier | build: increase timeout in run.rc |
commit | commitdiff | tree |
2015-01-07 |
Matthew Dempsky | cmd/cgo: remove obsolete -cdefs flag |
commit | commitdiff | tree |
2015-01-07 |
Josh Bleecher... | runtime: remove stray commas in assembly |
commit | commitdiff | tree |
2015-01-07 |
Josh Bleecher... | cmd/gc: optimize existence-only map lookups |
commit | commitdiff | tree |
2015-01-07 |
Josh Bleecher... | cmd/6g, cmd/8g, liblink: improve handling of float... |
commit | commitdiff | tree |
2015-01-07 |
Keith Randall | runtime: remove size argument from hash and equal algor... |
commit | commitdiff | tree |
2015-01-07 |
Josh Bleecher... | test: delete testlib |
commit | commitdiff | tree |
2015-01-07 |
Keith Randall | runtime: faster version of findfunc |
commit | commitdiff | tree |
2015-01-07 |
Austin Clements | cmd/cgo, runtime/cgo: support ppc64 |
commit | commitdiff | tree |
2015-01-07 |
Austin Clements | runtime: set up C TLS and save g to it on ppc64 |
commit | commitdiff | tree |
2015-01-07 |
Austin Clements | cmd/9g: don't use R13 |
commit | commitdiff | tree |
2015-01-07 |
Austin Clements | cmd/9l: support internal linking |
commit | commitdiff | tree |
2015-01-07 |
Austin Clements | cmd/ld: support for relocation variants |
commit | commitdiff | tree |
2015-01-07 |
Austin Clements | cmd/ld: support 2 byte relocations |
commit | commitdiff | tree |
2015-01-07 |
Austin Clements | cmd/ld: decode local entry offset from ppc64 symbols |
commit | commitdiff | tree |
2015-01-07 |
Keith Randall | runtime: add comment about channels already handling... |
commit | commitdiff | tree |
2015-01-07 |
Keith Randall | runtime: increase number of stack orders to 4 |
commit | commitdiff | tree |
2015-01-07 |
Oling Cat | doc/contribute: add necessary <code> tags, remove an... |
commit | commitdiff | tree |
2015-01-07 |
Keith Randall | runtime: remove trailing empty arrays in structs |
commit | commitdiff | tree |
2015-01-07 |
Keith Randall | runtime: use some startup randomness in the fallback... |
commit | commitdiff | tree |
2015-01-07 |
Matthew Dempsky | cmd/cgo: update code and docs to reflect post-6c world |
commit | commitdiff | tree |
2015-01-07 |
Brad Fitzpatrick | doc: add bufio.Reader.Discard to go1.5.txt |
commit | commitdiff | tree |
2015-01-07 |
Brad Fitzpatrick | bufio: add Reader.Discard |
commit | commitdiff | tree |
2015-01-07 |
Shenghou Ma | runtime: fix build for race detector |
commit | commitdiff | tree |
2015-01-06 |
Martin Möhrmann | sort: optimize symMerge performance for blocks with... |
commit | commitdiff | tree |
next |