- 9e2f8fd [dev.cc] cmd/new5a etc, cmd/internal/asm: initial C → Go conversion by Russ Cox · 10 years ago
- 24dfaba [dev.cc] cmd/internal/obj: reconvert from liblink by Russ Cox · 10 years ago
- a8e5e80 [dev.cc] cmd/dist: write cmd/internal/obj/zbootstrap.go by Russ Cox · 10 years ago
- be81836 [dev.cc] liblink: invoke 'go tool objwriter' to implement writeobj, if directed by Russ Cox · 10 years ago
- 35d3987 [dev.cc] cmd/objwriter: implement using cmd/internal/obj by Russ Cox · 10 years ago
- d6f6e42 [dev.cc] cmd/internal/obj: convert liblink C to Go by Russ Cox · 10 years ago
- db52315 [dev.cc] build: do not 'clean -i std' between dist and go_bootstrap by Russ Cox · 10 years ago
- 725e3a7 [dev.cc] liblink: invoke go tool objwriter during writeobj by Russ Cox · 10 years ago
- 328ace9 [dev.cc] cmd/dist: bootstrap Go toolchain using Go 1.4 by Russ Cox · 10 years ago
- 283b232 [dev.cc] cmd/objwriter: add placeholder program by Russ Cox · 10 years ago
- c4dd7fa [dev.cc] cmd/dist, lib9: make GOHOSTARCH, GOHOSTOS available to C programs by Russ Cox · 10 years ago
- 3b2de80 [dev.cc] liblink: arrange for Prog* argument in vaddr by Russ Cox · 10 years ago
- 68b78b8 net/http/fcgi: Fix resource leaks by Evan Kroske · 10 years ago
- 9ccbd02 cmd/go: make use of Runnable method by Mikio Hara · 10 years ago
- 73a10bf cmd/dist: fix deadlock when compilation command fails by Russ Cox · 10 years ago
- 3965d75 runtime: factor out bitmap, finalizer code from malloc/mgc by Russ Cox · 10 years ago
- fd880f8 net/http: remove unused test type by Jongmin Kim · 10 years ago
- 4d226df runtime: move write barrier code into mbarrier.go by Russ Cox · 10 years ago
- 7ef59e4 runtime: rename float64 constants to avoid name space pollution by Russ Cox · 10 years ago
- e12b1dd fmt: reword the document for [n]. by Shenghou Ma · 10 years ago
- 3b5be45 net: more accurate parsing of IPv4 header on IPConn by Mikio Hara · 10 years ago
- fd4dc91 strings: remove overengineered Compare implementation by Russ Cox · 10 years ago
- e832043 cmd/go: set $GOROOT during 'go tool' invocations by Russ Cox · 10 years ago
- dca54d7 cmd/dist: do not leave go-tool-dist-* temporary directories behind by Shenghou Ma · 10 years ago
- 020637d cmd/dist: produce a properly formatted zversion.go by Michael Matloob · 10 years ago
- e9ce76b runtime, syscall: use SYSCALL instruction on FreeBSD. by Bill Thiede · 10 years ago
- c2c0bf7 net/http/cgi: correctly handle pathnames for cygwin perl on windows by Martin Möhrmann · 10 years ago
- 9af454c all: merge dev.cc (929f321) into master by Russ Cox · 10 years ago
- c6ddca2 math/big: bug in AndNot(x,y) for x>0,y<0. by Keith Randall · 10 years ago
- e10e913 syscall: use name+(NN)FP on linux/arm by David Crawshaw · 10 years ago
- daa64dd cmd/5g: make sure we normalize after unary ops on small types by Keith Randall · 10 years ago
- fdb8554 net: fix some typos in comments by Ian Lance Taylor · 10 years ago
- 90ce193 strings: add Compare(x, y string) int, for symmetry with bytes.Compare by Alan Donovan · 10 years ago
- ee3a1ff all: update old comments referencing *.goc files by Brad Fitzpatrick · 10 years ago
- 25ece4a build: androidtest.bash has to use copy for files to adb-sync. by Hyang-Ah Hana Kim · 10 years ago
- 437ec6b encoding/xml: remove unnecessary memory allocation in Unmarshal by Dmitry Vyukov · 10 years ago
- a25af2e runtime: fix runtime-gdb script loading by Paul Nasrat · 10 years ago
- e13170e build: fix typo in androidtest.bash by Burcu Dogan · 10 years ago
- 2fe8ead crypto/x509: write exact BitLength in ASN.1 encoding for certificate KeyUsage by Adam Langley · 10 years ago
- 929f321 [dev.cc] all: merge master (d1210ac) into dev.cc by Russ Cox · 10 years ago
- d1210ac time: correctly parse large input durations and avoid precision loss by Martin Möhrmann · 10 years ago
- 636de7a runtime: fix *bsd/amd64 build by Matthew Dempsky · 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
- 1fac6d1 [dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 build by Russ Cox · 10 years ago
- 3be0a0e liblink: adjustments for c2go conversion by Russ Cox · 10 years ago
- db47a27 [dev.cc] build: fix cross-compilation 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
- b46b942 build: bootstrap on Plan 9 by David du Colombier · 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
- afeca5c build: update Windows make.bat for Go-based dist by Brad Fitzpatrick · 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
- d369f97 cmd/dist: fix arm vfp detection by Dave Cheney · 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
- 20a10e7 build: require old Go to build new Go (and convert cmd/dist to Go) by Russ Cox · 10 years ago
- ad6ee36 cmd/dist: remove C sources, rename some to Go files by Russ Cox · 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
- 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
- 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