| 2015-03-05 | Russ Cox | runtime: poison pcln.frame value | commit | commitdiff | tree | 
| 2015-03-05 | Russ Cox | cmd/internal/obj/x86: take over i386 duty, clean up... | commit | commitdiff | tree | 
| 2015-03-05 | Russ Cox | cmd/internal/obj/x86: prep for next CL | commit | commitdiff | tree | 
| 2015-03-05 | Dave Cheney | cmd/internal/gc: make Node.Needzero a bool | commit | commitdiff | tree | 
| 2015-03-05 | Shenghou Ma | cmd/internal/gc: do not show original expression for... | commit | commitdiff | tree | 
| 2015-03-05 | Shenghou Ma | .gitignore: remove obselete entries | commit | commitdiff | tree | 
| 2015-03-05 | Russ Cox | cmd/internal/ld: cache file name construction in linkge... | commit | commitdiff | tree | 
| 2015-03-05 | Russ Cox | cmd/5g etc: tweak import blocks | commit | commitdiff | tree | 
| 2015-03-05 | Russ Cox | cmd/internal: rewrite fmt.Sprintf("%s", x) to x | commit | commitdiff | tree | 
| 2015-03-05 | Robert Griesemer | math/big: added more comprehensive mul/quo test | commit | commitdiff | tree | 
| 2015-03-05 | Michael Hudson... | cmd/internal/ld, runtime: halve tlsoffset on ELF/intel | commit | commitdiff | tree | 
| 2015-03-04 | David Crawshaw | net: fix darwin/amd64 build | commit | commitdiff | tree | 
| 2015-03-04 | Nigel Tao | image/jpeg: check for component uniqueness and total... | commit | commitdiff | tree | 
| 2015-03-04 | Alex Brainman | cmd/dist: execute misc/cgo/testso again on windows | commit | commitdiff | tree | 
| 2015-03-04 | David Crawshaw | log/syslog: avoid unix sockets on darwin/arm | commit | commitdiff | tree | 
| 2015-03-04 | Shenghou Ma | net: skip unsupported tests (unix and unixgram) on... | commit | commitdiff | tree | 
| 2015-03-04 | Rick Hudson | runtime: Remove boundary bit logic. | commit | commitdiff | tree | 
| 2015-03-04 | Robert Griesemer | math/big: reenable TestFloatAdd32 (used to fail on... | commit | commitdiff | tree | 
| 2015-03-04 | Robert Griesemer | math/big: use stringer for enum String() methods | commit | commitdiff | tree | 
| 2015-03-04 | Robert Griesemer | math/big: added Float.Add example, remove warning from... | commit | commitdiff | tree | 
| 2015-03-04 | Robert Griesemer | math/big: remove Float.Lsh/Rsh; added shift example | commit | commitdiff | tree | 
| 2015-03-04 | Robert Griesemer | math/big: introduce Undef Accuracy, use for NaN operand... | commit | commitdiff | tree | 
| 2015-03-04 | Robert Griesemer | math/big: modified MantExp semantics to enable fast... | commit | commitdiff | tree | 
| 2015-03-04 | Robert Griesemer | math/big: implement NaN | commit | commitdiff | tree | 
| 2015-03-04 | Russ Cox | runtime: use multiply instead of divide in heapBitsForO... | commit | commitdiff | tree | 
| 2015-03-04 | Matthew Dempsky | cmd/internal/gc, runtime: change growslice to use int... | commit | commitdiff | tree | 
| 2015-03-04 | Russ Cox | cmd/internal/obj/x86: change SHRQ to store second sourc... | commit | commitdiff | tree | 
| 2015-03-04 | Dmitry Vyukov | runtime: bound defer pools (try 2) | commit | commitdiff | tree | 
| 2015-03-04 | Dmitry Vyukov | runtime: bound sudog cache | commit | commitdiff | tree | 
| 2015-03-04 | Shenghou Ma | cmd/internal/ld: fix symbol visibility for external... | commit | commitdiff | tree | 
| 2015-03-04 | Michael Hudson... | liblink, cmd/6l: re-enable -shared on amd64 | commit | commitdiff | tree | 
| 2015-03-04 | Brad Fitzpatrick | build: don't run a cgo test when cgo is disabled | commit | commitdiff | tree | 
| 2015-03-04 | Nigel Tao | image: make Rectangle implement Image. | commit | commitdiff | tree | 
| 2015-03-04 | Rob Pike | cmd/asm: move some machine-dependent code out of the... | commit | commitdiff | tree | 
| 2015-03-04 | Rob Pike | cmd/internal/obj: print g for the g register on arm... | commit | commitdiff | tree | 
| 2015-03-03 | Brad Fitzpatrick | build: convert run.bash, run.bat, and run.rc into a... | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | net/http: disable segfaulting test on darwin/arm | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | misc/ios: run lldb commands much more carefully | commit | commitdiff | tree | 
| 2015-03-03 | Rob Pike | cmd/asm: LOOP is a branch instruction on x86 | commit | commitdiff | tree | 
| 2015-03-03 | Dave Cheney | cmd/internal/obj/ppc64: fix ppc64 build | commit | commitdiff | tree | 
| 2015-03-03 | Michael Hudson... | cmd/internal/ld: make ELF constants explicit | commit | commitdiff | tree | 
| 2015-03-03 | Russ Cox | cmd/internal/gc: clean up liveness code | commit | commitdiff | tree | 
| 2015-03-03 | Russ Cox | cmd/internal/gc: manual goto removal + grind to move... | commit | commitdiff | tree | 
| 2015-03-03 | Russ Cox | cmd/internal/gc: replace hash tables with Go maps | commit | commitdiff | tree | 
| 2015-03-03 | Russ Cox | cmd/internal/gc: delete Strlit, Zconv | commit | commitdiff | tree | 
| 2015-03-03 | Russ Cox | cmd/internal/gc: change proginfo to return ProgInfo... | commit | commitdiff | tree | 
| 2015-03-03 | Russ Cox | cmd/5g etc: mechanical cleanup | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | misc/ios: extra stdout check before run | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | go/build: skip GOROOT tests on darwin/arm | commit | commitdiff | tree | 
| 2015-03-03 | Rob Pike | cmd/internal/obj/arm: fix arm build | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | runtime: remove makeStringSlice | commit | commitdiff | tree | 
| 2015-03-03 | Keith Randall | runtime: Update open/close/read/write to return -1... | commit | commitdiff | tree | 
| 2015-03-03 | Rob Pike | cmd/internal/obj: switch to one global Aconv | commit | commitdiff | tree | 
| 2015-03-03 | Russ Cox | cmd/internal/ld: fix darwin/386 | commit | commitdiff | tree | 
| 2015-03-03 | Brad Fitzpatrick | cmd/internal/ld: minor int to bool cleanup | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | time: zoneinfo support for darwin | commit | commitdiff | tree | 
| 2015-03-03 | Roger Peppe | encoding/xml: fix namespaces in a>b tags | commit | commitdiff | tree | 
| 2015-03-03 | Josh Bleecher... | cmd/{5,6,8,9}g, cmd/internal/gc: use bools for is*... | commit | commitdiff | tree | 
| 2015-03-03 | Josh Bleecher... | cmd/internal/gc: clean up switch code | commit | commitdiff | tree | 
| 2015-03-03 | Mikio Hara | syscall: fix parsing ipv6 address prefix on dragonfly | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | Revert "time: zoneinfo support on darwin/arm" | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | time: zoneinfo support on darwin/arm | commit | commitdiff | tree | 
| 2015-03-03 | David Crawshaw | misc/ios: more predictable zoneinfo.zip location | commit | commitdiff | tree | 
| 2015-03-03 | Mikio Hara | api: update next.txt | commit | commitdiff | tree | 
| 2015-03-03 | Nigel Tao | image/jpeg: when following component selectors, only... | commit | commitdiff | tree | 
| 2015-03-02 | Rob Pike | cmd/internal/obj: delete Rconv from LinkArch | commit | commitdiff | tree | 
| 2015-03-02 | Rahul Chaudhry | build: skip cgo -pie tests on freebsd-amd64. | commit | commitdiff | tree | 
| 2015-03-02 | Robert Griesemer | math/big: replace Float.NewInf with Float.SetInf for... | commit | commitdiff | tree | 
| 2015-03-02 | Rahul Chaudhry | build: run cgo tests with -pie if the external linker... | commit | commitdiff | tree | 
| 2015-03-02 | David Crawshaw | misc/ios: add go_darwin_arm_exec script | commit | commitdiff | tree | 
| 2015-03-02 | Rob Pike | cmd/internal/obj: move the "unary destination" tables... | commit | commitdiff | tree | 
| 2015-03-02 | David Crawshaw | runtime: remove unused getenv function | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/go: avoid creating new empty environment variables | commit | commitdiff | tree | 
| 2015-03-02 | David Crawshaw | os: set TMPDIR on darwin/arm | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/5g etc: mechanical cleanup | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/dist, cmd/go: move textdata.h, funcdata.h from... | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | go/build: make interaction between file names and ... | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/internal/ld, cmd/internal/obj: delete Ctxt.Endian | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/go: force default env vars onto tool subprocesses | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | build: add bootstrap.bash for bootstrapping new systems | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/dist: fix default GOOS/GOARCH for cross-compile | commit | commitdiff | tree | 
| 2015-03-02 | Matthew Dempsky | runtime: change sigset_all and sigset_none into constan... | commit | commitdiff | tree | 
| 2015-03-02 | Dmitry Vyukov | runtime: cleanup chan code | commit | commitdiff | tree | 
| 2015-03-02 | Dmitry Vyukov | net/http/fcgi: fix test | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | runtime: fix traceback of crash before LR is stored | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/9l: fix ppc64le build | commit | commitdiff | tree | 
| 2015-03-02 | Hyang-Ah (Hana... | build: update Windows make.bat to use CC_FOR_TARGET. | commit | commitdiff | tree | 
| 2015-03-02 | Lloyd Dewolf | doc/contribute.html rewrite "Set up auth... code review". | commit | commitdiff | tree | 
| 2015-03-02 | Alex Brainman | os: add windows test for Hostname | commit | commitdiff | tree | 
| 2015-03-02 | Nigel Tao | image/jpeg: distinguish between FormatError and Unsuppo... | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | cmd/9l: fix bogus C conversion | commit | commitdiff | tree | 
| 2015-03-02 | Russ Cox | all: mv 5a old5a and so on | commit | commitdiff | tree | 
| 2015-03-01 | Brad Fitzpatrick | net: deflake TestPacketConn, increase timeout | commit | commitdiff | tree | 
| 2015-03-01 | Brad Fitzpatrick | net: disable TestTCPReadWriteAllocs on dragonfly | commit | commitdiff | tree | 
| 2015-03-01 | David Crawshaw | path/filepath: get tests working on darwin/arm | commit | commitdiff | tree | 
| 2015-03-01 | David du Colombier | runtime: don't use /dev/random on Plan 9 | commit | commitdiff | tree | 
| 2015-03-01 | David du Colombier | syscall: fix mount working directory on Plan 9 | commit | commitdiff | tree | 
| 2015-03-01 | Rob Pike | fmt: document existing behavior of nil receivers | commit | commitdiff | tree | 
| 2015-03-01 | David Crawshaw | os: darwin/arm working dir moved for tests | commit | commitdiff | tree | 
| 2015-03-01 | Jan Kratochvil | runtime: TestGdbPython 'print mapvar' should not need... | commit | commitdiff | tree | 
| next |