go /
go /
3b63b69d2f16be676d4fdc4f4ac697ed92abf523 - 3b63b69 test: comment the behavior and use of cmplxdivide* by Rob Pike · 10 years ago
- 636de7a runtime: fix *bsd/amd64 build by Matthew Dempsky · 10 years ago
- 1a4c984 misc/makerelease: check out core from git repo, use new oauth2 package by Andrew Gerrand · 10 years ago
- 6482fe6 runtime: delete dead code called from C. by Russ Cox · 10 years ago
- f6d0054 runtime: avoid race checking for preemption by Russ Cox · 10 years ago
- 882f21d runtime: define netpollinited on Plan 9 by David du Colombier · 10 years ago
- 3423b7b runtime: fix bugs in previous commit by Russ Cox · 10 years ago
- 0e84088 runtime: change tinyalloc, persistentalloc not to point past allocated data by Russ Cox · 10 years ago
- bfeda91 runtime: fix accounting race in printlock by Russ Cox · 10 years ago
- 3be0a0e liblink: adjustments for c2go conversion by Russ Cox · 10 years ago
- 5bfed7c runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X by Russ Cox · 10 years ago
- 094a054 syscall: match seek argument size to signature by David Crawshaw · 10 years ago
- 776aeca runtime: fix spurious deadlock in netpoll by Dmitry Vyukov · 10 years ago
- ea4f14c runtime: rename var checkmark to checkmarkphase by Austin Clements · 10 years ago
- aae0f07 runtime: fix a few GC-related bugs by Russ Cox · 10 years ago
- b8d6759 cmd/go: adjust error for custom import checkout mismatch by Russ Cox · 10 years ago
- 318947c syscall: use name+(NN)FP for darwin by David Crawshaw · 10 years ago
- 9785a39 image/draw: fold TestClipWithNilMP into TestClip. by Nigel Tao · 10 years ago
- f15c675 runtime: use runtime.sysargs to parse auxv on linux/arm by Dave Cheney · 10 years ago
- 3c7bdd4 crypto/x509: add cert SmartOS cert path by Dave Cheney · 10 years ago
- a88d709 runtime: make windows goenvs look more like Go by Alex Brainman · 10 years ago
- 552080c crypto/tls: remove return parameter stutter by Brad Fitzpatrick · 10 years ago
- 2c7c727 sort: reduce number of comparisons needed by medianOfThree by Martin Möhrmann · 10 years ago
- c5f810f reflect: remove extra word in comment by Ian Lance Taylor · 10 years ago
- bc24400 runtime: move SetErrorMode constants into function so they are not exported by Alex Brainman · 10 years ago
- 242050d runtime: allow fake time writes to both stdout and stderr by Andrew Gerrand · 10 years ago
- 3ab4b68 net/http: deflake TestResponseWriterWriteStringAllocs, test interface instead by Brad Fitzpatrick · 10 years ago
- 1a27c07 go1.5.txt: better checking of struct tags by Rob Pike · 10 years ago
- cbd28ec go1.5.txt: log: add global Output function by Rob Pike · 10 years ago
- 083e04c crypto/x509: Correction of incrorrect default version number in TBSCertificateList and Certificate.CreateCRL by Paul van Brouwershaven · 10 years ago
- 081bc6b crypto/elliptic: add Name field to CurveParams struct by David Leon Gil · 10 years ago
- 1cd347b crypto/x509: NULL parameter MUST be present in the Signature Algorithm (RSA) by Paul van Brouwershaven · 10 years ago
- 16993f2 cmd/cgo: also rewrite C.var in selector expressions by Shenghou Ma · 10 years ago
- a6cb053 syscall: fix nacl builds by Shenghou Ma · 10 years ago
- 654297c runtime: add GODEBUG=gccheckmark=0/1 by Austin Clements · 10 years ago
- 86fdcbe log: add global Output function by Rob Pike · 10 years ago
- fcff3ba cmd/gc: don't recurse infinitely when a recursive type references itself more than once by Shenghou Ma · 10 years ago
- 301ad79 cmd/gc: fix racewalk after writebarrierfat was renamed to typedmemmove by Daniel Morsing · 10 years ago
- e8e8934 runtime: remove duplicate copyright notice by Dave Cheney · 10 years ago
- 4e03bbb net/http/httputil: skip TestReverseProxyCancellation on Plan 9 by David du Colombier · 10 years ago
- 0d4d582 cmd/5a, cmd/6a, cmd/8a, cmd/9a: check nerrors before exit by Shenghou Ma · 10 years ago
- 2feff00 cmd/gc: fix ARM build by Josh Bleecher Snyder · 10 years ago
- f03c920 cmd/gc: optimize memclr of slices and arrays by Josh Bleecher Snyder · 10 years ago
- 1d0c779 runtime: add missing copyright notices by Ian Lance Taylor · 10 years ago
- ececbe8 net/http/httputil: ReverseProxy request cancellation by Peter Waller · 10 years ago
- 3aba41d runtime: source startupRandomData from auxv AT_RANDOM on linux/arm. by Shenghou Ma · 10 years ago
- a3876ac log: optimize itoa by Martin Möhrmann · 10 years ago
- 1de9c40 runtime: use urandom instead of random by Keith Randall · 10 years ago
- 5664eda cmd/go: document import path checking by Shenghou Ma · 10 years ago
- 7b25242 runtime: fix 32-bit build by Keith Randall · 10 years ago
- fbe2845 doc: document math/big performance improvements by Robert Griesemer · 10 years ago
- 6f07ac2 cmd/gc: pad structs which end in zero-sized fields by Keith Randall · 10 years ago
- 654a185 math/big: faster assembly kernels for AddVx/SubVx for 386. by Robert Griesemer · 10 years ago
- 06ed8f0 strconv: speed up atoi for common cases by Martin Möhrmann · 10 years ago
- db7fd1c runtime: increase GC concurrency. by Rick Hudson · 10 years ago
- f21ee1e README: emphasize that we don't accept pull requests by Robert Griesemer · 10 years ago
- babeb4a runtime: improve GC times printing by Austin Clements · 10 years ago
- 067acd5 math/big: faster "pure Go" addition/subtraction for long vectors by Robert Griesemer · 10 years ago
- 80b3ff9 math/big: faster assembly kernels for AddVx/SubVx for amd64. by Robert Griesemer · 10 years ago
- 878fa88 strconv: add atoi tests for uncommon bases and syntax errors by Martin Möhrmann · 10 years ago
- d00024b syscall: use go generate to build zsyscall_windows.go by Alex Brainman · 10 years ago
- fcfbeb3 test: shorten test runtime by Keith Randall · 10 years ago
- abb2aa2 build: add GOTESTONLY environment test for Plan 9's run.rc by Brad Fitzpatrick · 10 years ago
- e16ab38 build: increase Plan 9 timeout for runtime multi-CPU test, add temporary -v by Brad Fitzpatrick · 10 years ago
- ee94cd1 cmd/cgo, go/build: finish a cleanup TODO by Matthew Dempsky · 10 years ago
- 5832933 misc/swig/stdio: fix broken nil pointer test by Shenghou Ma · 10 years ago
- 8c69ce0 build: increase timeout in run.rc by David du Colombier · 10 years ago
- b2aab72 cmd/cgo: remove obsolete -cdefs flag by Matthew Dempsky · 10 years ago
- f7e43f1 runtime: remove stray commas in assembly by Josh Bleecher Snyder · 10 years ago
- 43e6923 cmd/gc: optimize existence-only map lookups by Josh Bleecher Snyder · 10 years ago
- 43c87aa cmd/6g, cmd/8g, liblink: improve handling of float constants by Josh Bleecher Snyder · 10 years ago
- d5e4c40 runtime: remove size argument from hash and equal algorithms by Keith Randall · 10 years ago
- 60801c4 test: delete testlib by Josh Bleecher Snyder · 10 years ago
- 63116de runtime: faster version of findfunc by Keith Randall · 10 years ago
- af7ca8d cmd/cgo, runtime/cgo: support ppc64 by Austin Clements · 10 years ago
- f1c4444 runtime: set up C TLS and save g to it on ppc64 by Austin Clements · 10 years ago
- bbd2127 cmd/9g: don't use R13 by Austin Clements · 10 years ago
- db92339 cmd/9l: support internal linking by Austin Clements · 10 years ago
- ac5a1ac cmd/ld: support for relocation variants by Austin Clements · 10 years ago
- fcdffb3 cmd/ld: support 2 byte relocations by Austin Clements · 10 years ago
- e32fe20 cmd/ld: decode local entry offset from ppc64 symbols by Austin Clements · 10 years ago
- ec767c1 runtime: add comment about channels already handling zero-sized objects correctly. by Keith Randall · 10 years ago
- 5aae246 runtime: increase number of stack orders to 4 by Keith Randall · 10 years ago
- ce36552 doc/contribute: add necessary <code> tags, remove an extra close parenthesis. by Oling Cat · 10 years ago
- 1dd0163 runtime: remove trailing empty arrays in structs by Keith Randall · 10 years ago
- ce5cb03 runtime: use some startup randomness in the fallback hashes by Keith Randall · 10 years ago
- 31775c5 cmd/cgo: update code and docs to reflect post-6c world by Matthew Dempsky · 10 years ago
- 3ef3947 doc: add bufio.Reader.Discard to go1.5.txt by Brad Fitzpatrick · 10 years ago
- ee2ecc4 bufio: add Reader.Discard by Brad Fitzpatrick · 10 years ago
- 5f179c7 runtime: fix build for race detector by Shenghou Ma · 10 years ago
- e5864cd sort: optimize symMerge performance for blocks with one element by Martin Möhrmann · 10 years ago
- bc2601a runtime: allocate wbshadow at high address by Russ Cox · 10 years ago
- 9b638bf runtime: adjust dropm for write barriers by Russ Cox · 10 years ago
- 949dd10 misc/cgo: disable TestAllocateFromC in wbshadow mode by Russ Cox · 10 years ago
- f5f69bb cmd/go: buffer output for go usage by Brad Fitzpatrick · 10 years ago
- ea64e57 crypto/tls: fix renegotiation extension. by Adam Langley · 10 years ago
- b137074 crypto/rsa: rsa.SignPSS with opts=nil shouldn't crash. by Adam Langley · 10 years ago
- 02f8933 runtime: fix two garbage collector bugs by Russ Cox · 10 years ago
- ff97962 cmd/gc: add write barrier for append(slice, slice...) by Russ Cox · 10 years ago
- 03d6637 runtime: do not display Windows Error Reporting dialogue by Alex Brainman · 10 years ago