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 |
2015-01-06 |
Russ Cox | runtime: allocate wbshadow at high address |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | runtime: adjust dropm for write barriers |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | misc/cgo: disable TestAllocateFromC in wbshadow mode |
commit | commitdiff | tree |
2015-01-06 |
Brad Fitzpatrick | cmd/go: buffer output for go usage |
commit | commitdiff | tree |
2015-01-06 |
Adam Langley | crypto/tls: fix renegotiation extension. |
commit | commitdiff | tree |
2015-01-06 |
Adam Langley | crypto/rsa: rsa.SignPSS with opts=nil shouldn't crash. |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | runtime: fix two garbage collector bugs |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | cmd/gc: add write barrier for append(slice, slice...) |
commit | commitdiff | tree |
2015-01-06 |
Alex Brainman | runtime: do not display Windows Error Reporting dialogue |
commit | commitdiff | tree |
2015-01-06 |
Shenghou Ma | runtime: fix build for ARM |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | reflect: add write barriers |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | sync/atomic: remove atomic pointer hammer tests |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | cmd/gc, runtime: make assertI2T and variants not variadic |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | cmd/gc: add write barrier in copy of function parameter... |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | runtime: use typed memmove (write barriers) for chan... |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | cmd/gc, runtime: rename writebarrierfat to typedmemmove |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | runtime, sync/atomic: add write barrier for atomic... |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | runtime: change Gobuf.g to uintptr, not pointer |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | runtime: add missing write barriers in append's copy... |
commit | commitdiff | tree |
2015-01-06 |
Russ Cox | runtime: add GODEBUG wbshadow for finding missing write... |
commit | commitdiff | tree |
2015-01-06 |
Josh Bleecher... | go/doc: propagate types from unexported constants |
commit | commitdiff | tree |
2015-01-05 |
Shenghou Ma | math/big: panic if n <= 0 for ProbablyPrime |
commit | commitdiff | tree |
2015-01-05 |
Brad Fitzpatrick | runtime: only check whether the runtime is stale once... |
commit | commitdiff | tree |
2015-01-05 |
Christopher... | doc: Added link to 'go help gopath' |
commit | commitdiff | tree |
2015-01-05 |
Fazlul Shahriar | math: be consistent in how we document special cases |
commit | commitdiff | tree |
2015-01-05 |
Russ Cox | Revert "liblink, cmd/ld, runtime: remove stackguard1" |
commit | commitdiff | tree |
2015-01-05 |
Shenghou Ma | reflect: document that Values can't be compared directly |
commit | commitdiff | tree |
2015-01-05 |
Mikio Hara | crypto/x509: add missing copyright |
commit | commitdiff | tree |
2015-01-05 |
Mikio Hara | crypto/x509: fix nacl build |
commit | commitdiff | tree |
2015-01-05 |
Dave Cheney | crypto/x509: split certFiles definition by GOOS |
commit | commitdiff | tree |
2015-01-05 |
Nigel Tao | image: use three-index slice for NewYCbCr. |
commit | commitdiff | tree |
2015-01-05 |
Andrew Gerrand | log: update doc comment |
commit | commitdiff | tree |
2015-01-04 |
Shenghou Ma | fmt: fix two typos |
commit | commitdiff | tree |
2015-01-04 |
Michael Hudson... | cmd/go: be more careful when linking a test exe with... |
commit | commitdiff | tree |
2015-01-04 |
Shenghou Ma | liblink: fix encoding of SETcc for amd64 |
commit | commitdiff | tree |
2015-01-04 |
Michael Fraenkel | reflect: set dir when creating a channel via ChanOf |
commit | commitdiff | tree |
2015-01-04 |
Ian Lance Taylor | runtime: remove unnecessary GOOS switch |
commit | commitdiff | tree |
2015-01-04 |
Mikio Hara | net: add test cases for parsing ipv4-mapped ipv6 address |
commit | commitdiff | tree |
2015-01-04 |
Matthew Dempsky | runtime: fix slicecopy return value for zero-width... |
commit | commitdiff | tree |
2015-01-03 |
Shenghou Ma | runtime: fix TestCgoExternalThreadSIGPROF again |
commit | commitdiff | tree |
2015-01-03 |
Shenghou Ma | runtime: skip TestCgoExternalThreadSIGPROF on OS X... |
commit | commitdiff | tree |
2015-01-02 |
Brad Fitzpatrick | doc: add a section for performance improvements in... |
commit | commitdiff | tree |
2015-01-02 |
Josh Bleecher... | runtime: use SETEQ instead of JZ for cas |
commit | commitdiff | tree |
2015-01-02 |
Josh Bleecher... | cmd/go: put user ldflags at the end of the linker invoc... |
commit | commitdiff | tree |
2015-01-02 |
Martin Möhrmann | os: replace itod on posix with general itoa and fix... |
commit | commitdiff | tree |
2015-01-02 |
Alberto Donizetti | cmd/gc: update issue tracker link |
commit | commitdiff | tree |
2015-01-02 |
Shenghou Ma | include: remove unnecessary stuff on windows |
commit | commitdiff | tree |
2015-01-02 |
Shenghou Ma | cmd/gc: give an error if only one argument is given... |
commit | commitdiff | tree |
2015-01-01 |
David Crawshaw | runtime: remove unused export_test declarations |
commit | commitdiff | tree |
2015-01-01 |
Mikio Hara | net: don't return io.EOF on reading data from datagram... |
commit | commitdiff | tree |
2015-01-01 |
Mikio Hara | net: remove redundant test case for lookupIP with threa... |
commit | commitdiff | tree |
next |