1. c754be8 doc/go1.5.txt: fix URL for a CL by Damian Gryski · 10 years ago
  2. 6bf0007 syscall: don't allocate when boxing common Errno values into errors by Brad Fitzpatrick · 10 years ago
  3. 180fbb1 image/draw: fix golden test for YCbCr.RGBA change. by Nigel Tao · 10 years ago
  4. 2f34e60 image/color: have YCbCr.RGBA work in 16-bit color, per the Color interface. by Nigel Tao · 10 years ago
  5. 392336f runtime: disallow write barriers in handoffp and callees by Austin Clements · 10 years ago
  6. 400f58a runtime: don't trigger write barrier in newosproc for nacl by Shenghou Ma · 10 years ago
  7. 8537ccd time: add a thorough example for time.Format by Rob Pike · 10 years ago
  8. 28074d5 syscall: change Dup,Dup2,Dup3 to use Syscall, not RawSyscall by Ian Lance Taylor · 10 years ago
  9. ec2c7e6 runtime: use uintXX instead of *byte for si_addr on Darwin by Austin Clements · 10 years ago
  10. 9b0ea6a runtime: remove write barrier on G in sighandler by Austin Clements · 10 years ago
  11. 222f371 syscall: regenerate zsyscall_darwin_arm.go by Ian Lance Taylor · 10 years ago
  12. e9d9d0b runtime, runtime/cgo: make needextram a bool by David Crawshaw · 10 years ago
  13. c5c6c3a doc/go1.5.txt: add $DOLLAR to generate by Rob Pike · 10 years ago
  14. f338d94 cmd/go: add $DOLLAR to the predefined variables for go generate by Rob Pike · 10 years ago
  15. e2543ef runtime: add runtime.cmpstring and bytes.Compare by Dave Cheney · 10 years ago
  16. a3a193c image/internal/imageutil: inline the color.YCbCrToRGB calls. by Nigel Tao · 10 years ago
  17. 713451a misc/ios: simplify breakpoint timeout by David Crawshaw · 10 years ago
  18. ed92862 misc/ios: timeout and continue waiting for getwd by David Crawshaw · 10 years ago
  19. f279cad crypto/tls: Correct minimum version in comment by Matt Bostock · 10 years ago
  20. 2420926 runtime: remove obsolete comment by Alex Brainman · 10 years ago
  21. e89fdb82 doc/go1.5: add nacl get_random_bytes change, pepper-39+ required by Shenghou Ma · 10 years ago
  22. 003dccf runtime, syscall: use the new get_random_bytes syscall for NaCl by Shenghou Ma · 10 years ago
  23. 41d58c3 os/exec: post-process lsof output on Android. by Hyang-Ah (Hana) Kim · 10 years ago
  24. 4d54f27 net/internal/socktest: new package by Mikio Hara · 10 years ago
  25. 16d8b41 nacltest.bash: reduce test time by using bootstrapping Go to build fstest_nacl.go by Shenghou Ma · 10 years ago
  26. 89f4fd3 cmd/6g: fix build for nacl/amd64p32 by Shenghou Ma · 10 years ago
  27. 1c26176 net/url: fix docs for URL.String by Shenghou Ma · 10 years ago
  28. cf68fac mime/quotedprintable: accept badly encoded bytes by Alexandre Cesaro · 10 years ago
  29. 8fc73a3 cmd/8g, cmd/internal/gc: fix GO386=387 build by Dave Cheney · 10 years ago
  30. 2c4cf2f math/big: fix known bug in Float.Float64 by Robert Griesemer · 10 years ago
  31. 0e55f20 cmd/dist: add test to usage message's list of commands by Brad Fitzpatrick · 10 years ago
  32. 41f9c43 runtime, syscall: fix Solaris exec tests by Aram Hăvărneanu · 10 years ago
  33. 75447d0 cmd/7g: fix linux/arm64 build by Shenghou Ma · 10 years ago
  34. 7a88c64 syscall: use Getpgid to emulate Getpgrp on linux by Shenghou Ma · 10 years ago
  35. b8caed8 runtime: initialize extra M for cgo during mstart by David Crawshaw · 10 years ago
  36. 63f59b6 doc/go1.4.html: fix typo by Shenghou Ma · 10 years ago
  37. 546a54b runtime: Remove write barrier on g by Rick Hudson · 10 years ago
  38. 9b69196 runtime: add TestCgoDLLImports by Alex Brainman · 10 years ago
  39. 21aad02 doc/go1.5: mention external linking support for windows by Shenghou Ma · 10 years ago
  40. 59b3424 cmd/go: update PE header magic for files generated by GNU ld by Shenghou Ma · 10 years ago
  41. 4d59d1f cmd/dist: enable external linking test for windows/amd64 by Shenghou Ma · 10 years ago
  42. e7df053 cmd/internal/ld, cmd/6l: external linking for windows/amd64 by Shenghou Ma · 10 years ago
  43. 484d939 cmd/dist: enable external linking test for windows/386 by Shenghou Ma · 10 years ago
  44. 04642e9 cmd/internal/ld, cmd/8l: external linking for windows/386 by Shenghou Ma · 10 years ago
  45. b6ed943 runtime: use _main instead of main on windows/386 by Shenghou Ma · 10 years ago
  46. 6112e6e cmd/internal/ld, runtime: record argument size for cgo_dynimport stdcall syscalls by Shenghou Ma · 10 years ago
  47. 398f56f os/signal: skip TestCtrlBreak on windows/386 temporarily by Shenghou Ma · 10 years ago
  48. 7180cfa image/internal/imageutil: generate subsample-ratio-specific code. by Nigel Tao · 10 years ago
  49. f1878c0 debug/dwarf, encoding/asn1, go/ast: fix old comments by Matthew Dempsky · 10 years ago
  50. 717cb74 cmd/internal/ld: edit into more idiomatic Go code by Matthew Dempsky · 10 years ago
  51. b2f2951 image/internal/imageutil: new package, used by image/draw and image/jpeg. by Nigel Tao · 10 years ago
  52. db454af cmd/go: allow go get with local path by Sebastien Binet · 10 years ago
  53. fc9a234 regexp: fix link to RE2 syntax by Brad Fitzpatrick · 10 years ago
  54. 715d017 doc: add cmd/trace to go1.5.txt by Brad Fitzpatrick · 10 years ago
  55. 2b2f09b doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
  56. 754bb71 doc/go1.5.txt: updated (composite literal lang. change, math/big.Float support) by Robert Griesemer · 10 years ago
  57. 9ee6baa syscall: disable test that forks on darwin/arm by David Crawshaw · 10 years ago
  58. 21e47d8 mime: add "image/svg+xml" type for extension ".svg" by Joe Harrison · 10 years ago
  59. 9323862 regexp: port RE2's bitstate backtracker to the regexp package by Michael Matloob · 10 years ago
  60. f7befa4 syscall: Add Foreground and Pgid to SysProcAttr by Michael MacInnis · 10 years ago
  61. 5bf9249 net/http: enable segfaulting test on darwin/arm by David Crawshaw · 10 years ago
  62. 14082fa net: fix TestInterfaces, TestInterfaceAddrs on platforms without loopback interface by Mikio Hara · 10 years ago
  63. a0fb8f8 net/http: ignore the Unix epoch time in ServeContent by Brad Fitzpatrick · 10 years ago
  64. 25bf792 image/color: add alpha-premultiplied comment. by Nigel Tao · 10 years ago
  65. 4f35ad6 runtime: fix return values for open/read/write/close on openbsd/arm by Joel Sing · 10 years ago
  66. 98485f5 runtime: fix linux/amd64p32 build by Dave Cheney · 10 years ago
  67. 7727dee spec: extend type omission rules for composite literal element values by Robert Griesemer · 10 years ago
  68. a22e939 cmd/go: Delete some unused code. by Jeremy Schlatter · 10 years ago
  69. 492ac4b go/parser: permit type elision from composite literal map keys by Robert Griesemer · 10 years ago
  70. 98182c8 math/big: enable pure Go (no assembly) build with build tag by Robert Griesemer · 10 years ago
  71. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  72. b115c35 cmd/internal/gc: move cgen, regalloc, et al to portable code by Russ Cox · 10 years ago
  73. 11dba2e html/template: fix crash when escaping incomplete template by Rob Pike · 10 years ago
  74. 3f12d27 bytes, os/exec, strings: fix a few BUG comments by areski · 10 years ago
  75. 9c0b145 os: don't return Chmod's error from Mkdir and OpenFile by Kato Kazuyoshi · 10 years ago
  76. 69b2f70 cmd/internal/gc: remove dead code by Robert Griesemer · 10 years ago
  77. 888767f cmd/internal/gc: use big.Int to represent Mpint bits by Robert Griesemer · 10 years ago
  78. 653426f runtime: exit getfull barrier if there are partial workbufs by Austin Clements · 10 years ago
  79. 06de3f5 runtime: document subtlety around entering mark termination by Austin Clements · 10 years ago
  80. 43dfb87 mime/quotedprintable: add writer by Alexandre Cesaro · 10 years ago
  81. 4d2b3a0 runtime: fix arm build by Russ Cox · 10 years ago
  82. b960263 cmd/internal/gc: move componentgen into portable code by Russ Cox · 10 years ago
  83. d47fe80 cmd/internal/gc: increase registerization limits by Russ Cox · 10 years ago
  84. fd38dbc cmd/internal/gc: cache ProgInfo in Prog by Russ Cox · 10 years ago
  85. 532ccae cmd/internal/obj: replace Addr.U struct {...} with Val interface{} by Russ Cox · 10 years ago
  86. 631d6a3 runtime: implement atomicand8 atomically by Russ Cox · 10 years ago
  87. b93fa30 cmd/6g: allow componentgen of slice inside struct by Russ Cox · 10 years ago
  88. 08af4c3 cmd/internal/obj/x86: fix duffcopy/duffzero for GOEXPERIMENT=framepointer by Russ Cox · 10 years ago
  89. f63678a testing: document that flag.Parse is not called when TestMain runs by Shenghou Ma · 10 years ago
  90. 20b3a9b crypto/x509: document that DecryptPEMBlock cannot detect all cases of incorrect password by Shenghou Ma · 10 years ago
  91. fc28fd1 cmd/internal/obj: shuffle link.go to put declarations in original order by Russ Cox · 10 years ago
  92. 8b9a3d4 cmd/internal/gc: change Naddr to take a *Addr to fill in by Russ Cox · 10 years ago
  93. a5e1841 cmd/dist: add //line to copied bootstrap files by Russ Cox · 10 years ago
  94. 564eab8 runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) by Russ Cox · 10 years ago
  95. 01af727 Revert "cmd/internal/gc: add internConcat for alloc-free string concatenation" by Russ Cox · 10 years ago
  96. 42fcc6f cmd/internal/gc: add internConcat for alloc-free string concatenation by Josh Bleecher Snyder · 10 years ago
  97. 7274b1f net/http/pprof: Correct body tag in index template by Quoc-Viet Nguyen · 10 years ago
  98. 64469fc cmd/dist: re-disable android test by David Crawshaw · 10 years ago
  99. 9c5e8c4 cmd/dist: update android testing TODO, add iOS by David Crawshaw · 10 years ago
  100. fd2f8d4 cmd/internal/gc: remove duplicate copyright notice by Robert Griesemer · 10 years ago