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