go /
go /
05efc18c20ce8470e333f31f5117368ebf556bda - 05efc18 cmd/6g, etc: cleanup, moving code out of near-empty gg.go files by Brad Fitzpatrick · 10 years ago
- 6d3a7e7 net: clean up cgo by Mikio Hara · 10 years ago
- 7816a09 cmd/internal/ld: replace Diag;Errorexit with Exitf by David Crawshaw · 10 years ago
- c5befcf misc/cgo/testcarchive: check that os.Args is set by David Crawshaw · 10 years ago
- 4d01922 encoding/gob: fix hang from skipping large slices by Matthew Dempsky · 10 years ago
- 223ab4d doc/go1.5.txt: go generate: add $GOLINE by Rob Pike · 10 years ago
- 7df2854 doc/articles/go_command.html: mention go generate by Rob Pike · 10 years ago
- 9c3bf09 cmd/go: add $GOLINE to generate by Rob Pike · 10 years ago
- 13cb62c cmd/internal/gc, cmd/6g: generate boolean values without jumps by Josh Bleecher Snyder · 10 years ago
- 9c1868d runtime: add -buildmode=c-archive/c-shared support for linux/386 by Ian Lance Taylor · 10 years ago
- 17228f4 cmd/internal/gc: make use of new String methods in prints by Russ Cox · 10 years ago
- 96c91fa cmd/internal/gc: add String methods to *Mpint, *Mpflt, *Node, *NodeList, *Sym, *Type by Russ Cox · 10 years ago
- 8e53465 runtime: leave gccheckmark testing off by default by Russ Cox · 10 years ago
- 449969a cmd/internal/ld, cmd/dist: support -buildmode=c-archive on linux by Ian Lance Taylor · 10 years ago
- c1c6675 runtime: fix dangling pointer in readyExecute by Austin Clements · 10 years ago
- 6302641 doc/go1.5.txt: go generate -run by Rob Pike · 10 years ago
- 2807572 cmd/go: implement the long-promised -run flag for go generate by Rob Pike · 10 years ago
- 27067df cmd/internal/obj: cleanups from C transition and delete dead code by Brad Fitzpatrick · 10 years ago
- 485f348 regexp: set b.cap[0] and b.cap[1] only when captures requested by Michael Matloob · 10 years ago
- 92189a2 misc/cgo/testcshared: test -buildmode=c-shared by Hyang-Ah Hana Kim · 10 years ago
- a5e48cf cmd/internal/gc: fix node print by Russ Cox · 10 years ago
- 7ae9d06 runtime/pprof: disable TestTraceStressStartStop by Dave Cheney · 10 years ago
- a2ef54b fmt: adjust formatting of invalid reflect.Value, add more tests by Russ Cox · 10 years ago
- c8aba85 runtime: export main.main for android by David Crawshaw · 10 years ago
- 5da1c25 runtime: do not run main when buildmode=c-shared by David Crawshaw · 10 years ago
- 810bbfe go/build: deps check all std packages by Matthew Dempsky · 10 years ago
- 7f983f2 compress/flate: simplify the TestDegenerateHuffmanCoding data. by Nigel Tao · 10 years ago
- 4a7e5bc cmd/internal/gc: clean up bgen by Josh Bleecher Snyder · 10 years ago
- 6a2b0c0 runtime: delete cgo_allocate by Russ Cox · 10 years ago
- 89b7c66 net: fix inconsistent error values on Dial, Listen partially by Mikio Hara · 10 years ago
- 3185cfb net: rename netFD.proto to netFD.net on Plan 9 by Mikio Hara · 10 years ago
- 28388c4 image/color: have Palette.Index honor alpha for closest match, not just by Nigel Tao · 10 years ago
- f68f554 doc: mention darwin/arm64 port in go1.5.txt by Shenghou Ma · 10 years ago
- 46b4f67 cmd/internal/ld: use usual flooding for c-archive by David Crawshaw · 10 years ago
- 5b72b8c runtime: aeshash stubs for arm64 by David Crawshaw · 10 years ago
- 62353ff cmd/go: have go run, go list respect -buildmode/-linkshared by Michael Hudson-Doyle · 10 years ago
- e8b7133 runtime: darwin/arm64 c-archive entry point by David Crawshaw · 10 years ago
- 3eadc59 net: fix typo in comment by David du Colombier · 10 years ago
- c1e73dd crypto/tls: fix test data generation by Jonathan Rudenberg · 10 years ago
- 9cde36b runtime/cgo: enable arm64 EXC_BAD_ACCESS handler by David Crawshaw · 10 years ago
- db1f9cd Revert "fmt: add a few more reflect.Value tests" by Brad Fitzpatrick · 10 years ago
- f633e44 crypto/x509: build the builtin root certs also for darwin/arm64 by Shenghou Ma · 10 years ago
- 015c760 os: clarify that ModePerm permission bits are the Unix ones by Brad Fitzpatrick · 10 years ago
- 3e6b7f3 fmt: add a few more reflect.Value tests by Russ Cox · 10 years ago
- 6b045d9 mime/quotedprintable: Return a Reader instead of an io.Reader by Alexandre Cesaro · 10 years ago
- 2f0828ef reflect, cmd/internal/gc: look for pointer types by string before synthesizing by Michael Hudson-Doyle · 10 years ago
- 8fd1ec2 misc/ios: fix teamID and appID use in entitlements by Josh Bleecher Snyder · 10 years ago
- e040fd4 cmd/internal/gc: registerize more in 7g and 9g by Josh Bleecher Snyder · 10 years ago
- 8262a8f cmd/7g: change CHECKNIL sequence by Aram Hăvărneanu · 10 years ago
- a6bade6 cmd/7g: remove loads that only load an immediate to be later used by ADD/SUB by Aram Hăvărneanu · 10 years ago
- 4a71b91 runtime: darwin/arm64 support by Shenghou Ma · 10 years ago
- 110fa22 misc/cgo/test: skip issue3261 test on darwin/arm64 by Shenghou Ma · 10 years ago
- bfd441f iostest.bash: run detect.go as part of iostest by David Crawshaw · 10 years ago
- 828de09 runtime/cgo: darwin/arm64 support by Shenghou Ma · 10 years ago
- e2cb9be syscall: darwin/arm64 support by Shenghou Ma · 10 years ago
- e6d5233 misc/ios: adjust exec script for iOS 8.3 by David Crawshaw · 10 years ago
- 5cc8561 compress/flate: reject invalid Huffman bit sizes by Matthew Dempsky · 10 years ago
- f22911f Add reflect.FuncOf to docs/go1.5.text by Dave Day · 10 years ago
- 4fd9a3f cmd/internal/obj, cmd/internal/ld, cmd/7l: external linking for darwin/arm64 by Shenghou Ma · 10 years ago
- 909bdf5 cmd/7g: disable duff's device on darwin by Shenghou Ma · 10 years ago
- 72f8102 cmd/internal/obj/arm64: add SVC to unary destination list by Shenghou Ma · 10 years ago
- 69d9247 compress/flate: add optional runtime sanity checks by Matthew Dempsky · 10 years ago
- 5f0ac4a compress/flate: reject invalid Huffman encoding sequences by Matthew Dempsky · 10 years ago
- e1c1fa2 reflect: add FuncOf function by Dave Day · 10 years ago
- f5b5e41 image: spell coordinate consistently, without the hyphen. by Nigel Tao · 10 years ago
- 57bc7a0 net: fix TestDialGoogle with -ipv6 when CGO_ENABLED=0 by Mikio Hara · 10 years ago
- f616af2 cmd/6l: call runtime.addmoduledata from .init_array by Michael Hudson-Doyle · 10 years ago
- 725cd2e cmd/go: support -buildmode=shared by Michael Hudson-Doyle · 10 years ago
- 6e83ef6 internal/syscall: move to unix subdirectory by Ian Lance Taylor · 10 years ago
- 07f00cf cmd/test: require external linking for c-archive by David Crawshaw · 10 years ago
- 99162ca go/build: support -installsuffix with gccgo by Michael Hudson-Doyle · 10 years ago
- 5f41819 cmd/go, go/build: add build.Package.PkgTargetRoot by Michael Hudson-Doyle · 10 years ago
- fd0419b cmd/internal/ld: allow -r to override rpath when -linkshared by Michael Hudson-Doyle · 10 years ago
- 7e0c11c cmd/6g, runtime: improve duffzero throughput by Josh Bleecher Snyder · 10 years ago
- 5ed90cb cmd/internal/gc, cmd/gc: move Reg from Val to Node by Josh Bleecher Snyder · 10 years ago
- ab4df70 runtime: merge slice and sliceStruct by Michael Hudson-Doyle · 10 years ago
- f7be77e cmd/dist: fix bootstrapping with gccgo on 386 by Michael Hudson-Doyle · 10 years ago
- 40db92f doc/go1.5.txt: io.CopyBuffer and new reflect.Value handling in fmt by Rob Pike · 10 years ago
- 049b89d fmt: treat reflect.Value specially - as the value it holds by Rob Pike · 10 years ago
- 2c89992 io: add CopyBuffer, a version of Copy in which the user provides a buffer by Rob Pike · 10 years ago
- 888d44d cmd/internal/gc, cmd/7g: use zero register in Componentgen by Dave Cheney · 10 years ago
- 47515e0 net: add Listen system call hook for testing by Mikio Hara · 10 years ago
- 130e3f9 net/internal/socktest: add hook for Listen, failed system call counters by Mikio Hara · 10 years ago
- e629cd0 runtime: mark all runtime.cputicks implementations NOSPLIT by Dave Cheney · 10 years ago
- 9402e49 runtime: really pass return value to Windows in externalthreadhandler by Alex Brainman · 10 years ago
- 7e7d55f image/png: reject multiple tRNS chunks. by Nigel Tao · 10 years ago
- e5b7674 go/importer: added go/importer package, adjusted go/types by Robert Griesemer · 10 years ago
- 2d0c962 misc/ios: read codesign info from environment variables by Josh Bleecher Snyder · 10 years ago
- e7fe9f5 cmd/internal/gc: convert Bval to bool by Josh Bleecher Snyder · 10 years ago
- a23a341 runtime: make time slice a const by Austin Clements · 10 years ago
- 69001e4 runtime: fix freed page accounting in mHeap_ReclaimList by Austin Clements · 10 years ago
- bedb6f8 runtime: remove unnecessary traceNextGC by Austin Clements · 10 years ago
- 21e37da io/ioutil: fix locking of the tempfile random state by Marius Nuennerich · 10 years ago
- eced964 reflect: document reflect.TypeOf((*Foo)(nil)).Elem() idiom by Matthew Dempsky · 10 years ago
- eba38fd cmd/go: do not cover package unsafe by Rob Pike · 10 years ago
- 24f246c cmd/gc: fix crash during escape analysis by Dmitry Vyukov · 10 years ago
- 3b22ffc runtime: make cgocallback wait on package init by David Crawshaw · 10 years ago
- cea272d runtime: rename close to closefd by David Crawshaw · 10 years ago
- 2f98bac image/jpeg: don't assume that an ensureNBits failure implies that we can by Nigel Tao · 10 years ago
- 8b27d28 cmd/5g, etc: remove outdated float type alias comment by Brad Fitzpatrick · 10 years ago