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 |
2015-03-01 |
David Crawshaw | cmd/pack: skip fork test on darwin/arm |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/cc: delete lexbody, macbody |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | all: delete C libraries and cmd/dist code that builds... |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/5l etc: replace C code with Go code |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/go: use Go linker instead of C linker |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/dist: build linkers written in Go |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/new5l etc: convert from C to Go |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/go: install new5l etc to tool dir |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/dist: record default GO_EXTLINK_ENABLED in Go |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | cmd/ld: clean for c2go |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | build: give windows builders extra time for tests |
commit | commitdiff | tree |
2015-03-01 |
Russ Cox | net: disable failing interface tests on dragonfly |
commit | commitdiff | tree |
2015-02-28 |
Dmitry Vyukov | runtime: fix traceback from goexit1 |
commit | commitdiff | tree |
2015-02-28 |
David Crawshaw | runtime/cgo: no-op getwd call as test breakpoint |
commit | commitdiff | tree |
2015-02-28 |
Nigel Tao | image/draw: add a fast path for Gray src images. |
commit | commitdiff | tree |
2015-02-28 |
Josh Bleecher... | cmd/internal/gc, cmd/internal/obj: remove pointless... |
commit | commitdiff | tree |
2015-02-28 |
Josh Bleecher... | net: disable TestTCPReadWriteAllocs on darwin |
commit | commitdiff | tree |
2015-02-28 |
Rob Pike | cmd/internal/obj: clean up handling of register list... |
commit | commitdiff | tree |
2015-02-28 |
Brad Fitzpatrick | syscall: make pwd process-wide on Plan 9 |
commit | commitdiff | tree |
2015-02-28 |
David Crawshaw | Revert "os: set TMPDIR on darwin/arm" |
commit | commitdiff | tree |
2015-02-28 |
Nigel Tao | image/draw: optimize drawFillSrc. |
commit | commitdiff | tree |
2015-02-28 |
David Crawshaw | os: fix tests on darwin/arm |
commit | commitdiff | tree |
2015-02-28 |
David Crawshaw | os: set TMPDIR on darwin/arm |
commit | commitdiff | tree |
2015-02-27 |
Josh Bleecher... | cmd/internal/gc, cmd/internal/obj: clean up string... |
commit | commitdiff | tree |
2015-02-27 |
Hyang-Ah (Hana... | os: fix LinkError creation on windows. |
commit | commitdiff | tree |
2015-02-27 |
Rob Pike | cmd/internal/obj: make ppc64's CR subregisters print... |
commit | commitdiff | tree |
2015-02-27 |
Sebastien Binet | cmd/internal/gc: add missing verb to Yyerror |
commit | commitdiff | tree |
2015-02-27 |
David Crawshaw | runtime/pprof: skip tests that fork on darwin/arm |
commit | commitdiff | tree |
2015-02-27 |
Austin Clements | runtime: trivial clean ups to greyobject |
commit | commitdiff | tree |
2015-02-27 |
David Crawshaw | crypto/x509: skip tests not made for darwin/arm |
commit | commitdiff | tree |
2015-02-27 |
David Crawshaw | cmd/objdump: skip fork test on darwin/arm |
commit | commitdiff | tree |
2015-02-27 |
David du Colombier | build: restore original timeouts in run.rc |
commit | commitdiff | tree |
next |