| 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 | 
| 2015-04-14 | 
Austin Clements | runtime: make time slice a const | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Austin Clements | runtime: fix freed page accounting in mHeap_ReclaimList | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Austin Clements | runtime: remove unnecessary traceNextGC | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Marius Nuennerich | io/ioutil: fix locking of the tempfile random state | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Matthew Dempsky | reflect: document reflect.TypeOf((*Foo)(nil)).Elem...  | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Rob Pike | cmd/go: do not cover package unsafe | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Dmitry Vyukov | cmd/gc: fix crash during escape analysis | 
commit | commitdiff | tree | 
| 2015-04-14 | 
David Crawshaw | runtime: make cgocallback wait on package init | 
commit | commitdiff | tree | 
| 2015-04-14 | 
David Crawshaw | runtime: rename close to closefd | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Nigel Tao | image/jpeg: don't assume that an ensureNBits failure...  | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Brad Fitzpatrick | cmd/5g, etc: remove outdated float type alias comment | 
commit | commitdiff | tree | 
| 2015-04-14 | 
Brad Fitzpatrick | net: remove old comment | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Shenghou Ma | cmd/dist: detect sse2 even with gccgo | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Srdjan Petrovic | cmd: -buildmode=c-shared for linux/arm | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Ian Lance Taylor | test: add gcc65755.go for http://gcc.gnu.org/PR65755 | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Mikio Hara | os: fix TestProgWideChdir on darwin | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Srdjan Petrovic | runtime: shared library init support for android/arm. | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Rob Pike | doc/go1.5.txt: fmt fix for empty byte slice | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Rob Pike | fmt: empty byte slices should print nothing in hex | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Ian Lance Taylor | net: document that DNSError.Timeout and Temporary are...  | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Dave Cheney | cmd/dist: use gccgo as bootstrap compiler | 
commit | commitdiff | tree | 
| 2015-04-13 | 
David Crawshaw | misc/cgo/testcarchive: avoid bad pointer passing | 
commit | commitdiff | tree | 
| 2015-04-13 | 
David Crawshaw | misc/ios: support go run in go_darwin_arm_exec | 
commit | commitdiff | tree | 
| 2015-04-13 | 
Srdjan Petrovic | runtime: shared library runtime init for arm | 
commit | commitdiff | tree | 
| next |