2015-04-20 |
Hyang-Ah Hana Kim | cmd/dist: include misc/cgo/testcshared test for linux... |
commit | commitdiff | tree |
2015-04-19 |
Michael Hudson... | cmd/internal/gc, cmd/go: fix value of importpath symbol |
commit | commitdiff | tree |
2015-04-19 |
Mikio Hara | net: fix a nit found by vet |
commit | commitdiff | tree |
2015-04-18 |
Matthew Dempsky | doc/progs: build test programs in temp directory |
commit | commitdiff | tree |
2015-04-18 |
Mikio Hara | net: fix inconsistent error values on Accept |
commit | commitdiff | tree |
2015-04-18 |
Mikio Hara | net: fix inconsistent error values on Close |
commit | commitdiff | tree |
2015-04-18 |
Mikio Hara | net: fix inconsistent error values on Write |
commit | commitdiff | tree |
2015-04-18 |
Mikio Hara | net: fix inconsistent error values on Read |
commit | commitdiff | tree |
2015-04-18 |
Josh Bleecher... | cmd/...: fix vet issues and cull dead code |
commit | commitdiff | tree |
2015-04-18 |
Mikio Hara | net: break up TestErrorNil into Test{Dial,Listen,Listen... |
commit | commitdiff | tree |
2015-04-18 |
Matthew Dempsky | cmd/cgo: more robust detection of clang |
commit | commitdiff | tree |
2015-04-18 |
Brad Fitzpatrick | cmd/6g, etc: cleanup, moving code out of near-empty... |
commit | commitdiff | tree |
2015-04-17 |
Mikio Hara | net: clean up cgo |
commit | commitdiff | tree |
2015-04-17 |
David Crawshaw | cmd/internal/ld: replace Diag;Errorexit with Exitf |
commit | commitdiff | tree |
2015-04-17 |
David Crawshaw | misc/cgo/testcarchive: check that os.Args is set |
commit | commitdiff | tree |
2015-04-17 |
Matthew Dempsky | encoding/gob: fix hang from skipping large slices |
commit | commitdiff | tree |
2015-04-17 |
Rob Pike | doc/go1.5.txt: go generate: add $GOLINE |
commit | commitdiff | tree |
2015-04-17 |
Rob Pike | doc/articles/go_command.html: mention go generate |
commit | commitdiff | tree |
2015-04-17 |
Rob Pike | cmd/go: add $GOLINE to generate |
commit | commitdiff | tree |
2015-04-17 |
Josh Bleecher... | cmd/internal/gc, cmd/6g: generate boolean values withou... |
commit | commitdiff | tree |
2015-04-17 |
Ian Lance Taylor | runtime: add -buildmode=c-archive/c-shared support... |
commit | commitdiff | tree |
2015-04-17 |
Russ Cox | cmd/internal/gc: make use of new String methods in... |
commit | commitdiff | tree |
2015-04-17 |
Russ Cox | cmd/internal/gc: add String methods to *Mpint, *Mpflt... |
commit | commitdiff | tree |
2015-04-17 |
Russ Cox | runtime: leave gccheckmark testing off by default |
commit | commitdiff | tree |
2015-04-17 |
Ian Lance Taylor | cmd/internal/ld, cmd/dist: support -buildmode=c-archive... |
commit | commitdiff | tree |
2015-04-17 |
Austin Clements | runtime: fix dangling pointer in readyExecute |
commit | commitdiff | tree |
2015-04-17 |
Rob Pike | doc/go1.5.txt: go generate -run |
commit | commitdiff | tree |
2015-04-17 |
Rob Pike | cmd/go: implement the long-promised -run flag for go... |
commit | commitdiff | tree |
2015-04-17 |
Brad Fitzpatrick | cmd/internal/obj: cleanups from C transition and delete... |
commit | commitdiff | tree |
2015-04-17 |
Michael Matloob | regexp: set b.cap[0] and b.cap[1] only when captures... |
commit | commitdiff | tree |
2015-04-17 |
Hyang-Ah Hana Kim | misc/cgo/testcshared: test -buildmode=c-shared |
commit | commitdiff | tree |
2015-04-17 |
Russ Cox | cmd/internal/gc: fix node print |
commit | commitdiff | tree |
2015-04-17 |
Dave Cheney | runtime/pprof: disable TestTraceStressStartStop |
commit | commitdiff | tree |
2015-04-17 |
Russ Cox | fmt: adjust formatting of invalid reflect.Value, add... |
commit | commitdiff | tree |
2015-04-17 |
David Crawshaw | runtime: export main.main for android |
commit | commitdiff | tree |
2015-04-17 |
David Crawshaw | runtime: do not run main when buildmode=c-shared |
commit | commitdiff | tree |
2015-04-17 |
Matthew Dempsky | go/build: deps check all std packages |
commit | commitdiff | tree |
2015-04-17 |
Nigel Tao | compress/flate: simplify the TestDegenerateHuffmanCodin... |
commit | commitdiff | tree |
2015-04-17 |
Josh Bleecher... | cmd/internal/gc: clean up bgen |
commit | commitdiff | tree |
2015-04-17 |
Russ Cox | runtime: delete cgo_allocate |
commit | commitdiff | tree |
2015-04-17 |
Mikio Hara | net: fix inconsistent error values on Dial, Listen... |
commit | commitdiff | tree |
2015-04-17 |
Mikio Hara | net: rename netFD.proto to netFD.net on Plan 9 |
commit | commitdiff | tree |
2015-04-16 |
Nigel Tao | image/color: have Palette.Index honor alpha for closest... |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | doc: mention darwin/arm64 port in go1.5.txt |
commit | commitdiff | tree |
2015-04-16 |
David Crawshaw | cmd/internal/ld: use usual flooding for c-archive |
commit | commitdiff | tree |
2015-04-16 |
David Crawshaw | runtime: aeshash stubs for arm64 |
commit | commitdiff | tree |
2015-04-16 |
Michael Hudson... | cmd/go: have go run, go list respect -buildmode/-linkshared |
commit | commitdiff | tree |
2015-04-16 |
David Crawshaw | runtime: darwin/arm64 c-archive entry point |
commit | commitdiff | tree |
2015-04-16 |
David du Colombier | net: fix typo in comment |
commit | commitdiff | tree |
2015-04-16 |
Jonathan Rudenberg | crypto/tls: fix test data generation |
commit | commitdiff | tree |
2015-04-16 |
David Crawshaw | runtime/cgo: enable arm64 EXC_BAD_ACCESS handler |
commit | commitdiff | tree |
2015-04-16 |
Brad Fitzpatrick | Revert "fmt: add a few more reflect.Value tests" |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | crypto/x509: build the builtin root certs also for... |
commit | commitdiff | tree |
2015-04-16 |
Brad Fitzpatrick | os: clarify that ModePerm permission bits are the Unix... |
commit | commitdiff | tree |
2015-04-16 |
Russ Cox | fmt: add a few more reflect.Value tests |
commit | commitdiff | tree |
2015-04-16 |
Alexandre Cesaro | mime/quotedprintable: Return a Reader instead of an... |
commit | commitdiff | tree |
2015-04-16 |
Michael Hudson... | reflect, cmd/internal/gc: look for pointer types by... |
commit | commitdiff | tree |
2015-04-16 |
Josh Bleecher... | misc/ios: fix teamID and appID use in entitlements |
commit | commitdiff | tree |
2015-04-16 |
Josh Bleecher... | cmd/internal/gc: registerize more in 7g and 9g |
commit | commitdiff | tree |
2015-04-16 |
Aram Hăvărneanu | cmd/7g: change CHECKNIL sequence |
commit | commitdiff | tree |
2015-04-16 |
Aram Hăvărneanu | cmd/7g: remove loads that only load an immediate to... |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | runtime: darwin/arm64 support |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | misc/cgo/test: skip issue3261 test on darwin/arm64 |
commit | commitdiff | tree |
2015-04-16 |
David Crawshaw | iostest.bash: run detect.go as part of iostest |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | runtime/cgo: darwin/arm64 support |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | syscall: darwin/arm64 support |
commit | commitdiff | tree |
2015-04-16 |
David Crawshaw | misc/ios: adjust exec script for iOS 8.3 |
commit | commitdiff | tree |
2015-04-16 |
Matthew Dempsky | compress/flate: reject invalid Huffman bit sizes |
commit | commitdiff | tree |
2015-04-16 |
Dave Day | Add reflect.FuncOf to docs/go1.5.text |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | cmd/internal/obj, cmd/internal/ld, cmd/7l: external... |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | cmd/7g: disable duff's device on darwin |
commit | commitdiff | tree |
2015-04-16 |
Shenghou Ma | cmd/internal/obj/arm64: add SVC to unary destination... |
commit | commitdiff | tree |
2015-04-16 |
Matthew Dempsky | compress/flate: add optional runtime sanity checks |
commit | commitdiff | tree |
2015-04-16 |
Matthew Dempsky | compress/flate: reject invalid Huffman encoding sequences |
commit | commitdiff | tree |
2015-04-16 |
Dave Day | reflect: add FuncOf function |
commit | commitdiff | tree |
2015-04-16 |
Nigel Tao | image: spell coordinate consistently, without the hyphen. |
commit | commitdiff | tree |
2015-04-16 |
Mikio Hara | net: fix TestDialGoogle with -ipv6 when CGO_ENABLED=0 |
commit | commitdiff | tree |
2015-04-15 |
Michael Hudson... | cmd/6l: call runtime.addmoduledata from .init_array |
commit | commitdiff | tree |
2015-04-15 |
Michael Hudson... | cmd/go: support -buildmode=shared |
commit | commitdiff | tree |
2015-04-15 |
Ian Lance Taylor | internal/syscall: move to unix subdirectory |
commit | commitdiff | tree |
2015-04-15 |
David Crawshaw | cmd/test: require external linking for c-archive |
commit | commitdiff | tree |
2015-04-15 |
Michael Hudson... | go/build: support -installsuffix with gccgo |
commit | commitdiff | tree |
2015-04-15 |
Michael Hudson... | cmd/go, go/build: add build.Package.PkgTargetRoot |
commit | commitdiff | tree |
2015-04-15 |
Michael Hudson... | cmd/internal/ld: allow -r to override rpath when -links... |
commit | commitdiff | tree |
2015-04-15 |
Josh Bleecher... | cmd/6g, runtime: improve duffzero throughput |
commit | commitdiff | tree |
2015-04-15 |
Josh Bleecher... | cmd/internal/gc, cmd/gc: move Reg from Val to Node |
commit | commitdiff | tree |
2015-04-15 |
Michael Hudson... | runtime: merge slice and sliceStruct |
commit | commitdiff | tree |
2015-04-15 |
Michael Hudson... | cmd/dist: fix bootstrapping with gccgo on 386 |
commit | commitdiff | tree |
2015-04-15 |
Rob Pike | doc/go1.5.txt: io.CopyBuffer and new reflect.Value... |
commit | commitdiff | tree |
2015-04-15 |
Rob Pike | fmt: treat reflect.Value specially - as the value it... |
commit | commitdiff | tree |
2015-04-15 |
Rob Pike | io: add CopyBuffer, a version of Copy in which the... |
commit | commitdiff | tree |
2015-04-15 |
Dave Cheney | cmd/internal/gc, cmd/7g: use zero register in Componentgen |
commit | commitdiff | tree |
2015-04-15 |
Mikio Hara | net: add Listen system call hook for testing |
commit | commitdiff | tree |
2015-04-15 |
Mikio Hara | net/internal/socktest: add hook for Listen, failed... |
commit | commitdiff | tree |
2015-04-15 |
Dave Cheney | runtime: mark all runtime.cputicks implementations... |
commit | commitdiff | tree |
2015-04-15 |
Alex Brainman | runtime: really pass return value to Windows in externa... |
commit | commitdiff | tree |
2015-04-15 |
Nigel Tao | image/png: reject multiple tRNS chunks. |
commit | commitdiff | tree |
2015-04-15 |
Robert Griesemer | go/importer: added go/importer package, adjusted go... |
commit | commitdiff | tree |
2015-04-15 |
Josh Bleecher... | misc/ios: read codesign info from environment variables |
commit | commitdiff | tree |
2015-04-14 |
Josh Bleecher... | cmd/internal/gc: convert Bval to bool |
commit | commitdiff | tree |
next |