1. 59b3424 cmd/go: update PE header magic for files generated by GNU ld by Shenghou Ma · 10 years ago
  2. 4d59d1f cmd/dist: enable external linking test for windows/amd64 by Shenghou Ma · 10 years ago
  3. e7df053 cmd/internal/ld, cmd/6l: external linking for windows/amd64 by Shenghou Ma · 10 years ago
  4. 484d939 cmd/dist: enable external linking test for windows/386 by Shenghou Ma · 10 years ago
  5. 04642e9 cmd/internal/ld, cmd/8l: external linking for windows/386 by Shenghou Ma · 10 years ago
  6. b6ed943 runtime: use _main instead of main on windows/386 by Shenghou Ma · 10 years ago
  7. 6112e6e cmd/internal/ld, runtime: record argument size for cgo_dynimport stdcall syscalls by Shenghou Ma · 10 years ago
  8. 398f56f os/signal: skip TestCtrlBreak on windows/386 temporarily by Shenghou Ma · 10 years ago
  9. 7180cfa image/internal/imageutil: generate subsample-ratio-specific code. by Nigel Tao · 10 years ago
  10. f1878c0 debug/dwarf, encoding/asn1, go/ast: fix old comments by Matthew Dempsky · 10 years ago
  11. 717cb74 cmd/internal/ld: edit into more idiomatic Go code by Matthew Dempsky · 10 years ago
  12. b2f2951 image/internal/imageutil: new package, used by image/draw and image/jpeg. by Nigel Tao · 10 years ago
  13. db454af cmd/go: allow go get with local path by Sebastien Binet · 10 years ago
  14. fc9a234 regexp: fix link to RE2 syntax by Brad Fitzpatrick · 10 years ago
  15. 715d017 doc: add cmd/trace to go1.5.txt by Brad Fitzpatrick · 10 years ago
  16. 2b2f09b doc: update go1.5.txt by Brad Fitzpatrick · 10 years ago
  17. 754bb71 doc/go1.5.txt: updated (composite literal lang. change, math/big.Float support) by Robert Griesemer · 10 years ago
  18. 9ee6baa syscall: disable test that forks on darwin/arm by David Crawshaw · 10 years ago
  19. 21e47d8 mime: add "image/svg+xml" type for extension ".svg" by Joe Harrison · 10 years ago
  20. 9323862 regexp: port RE2's bitstate backtracker to the regexp package by Michael Matloob · 10 years ago
  21. f7befa4 syscall: Add Foreground and Pgid to SysProcAttr by Michael MacInnis · 10 years ago
  22. 5bf9249 net/http: enable segfaulting test on darwin/arm by David Crawshaw · 10 years ago
  23. 14082fa net: fix TestInterfaces, TestInterfaceAddrs on platforms without loopback interface by Mikio Hara · 10 years ago
  24. a0fb8f8 net/http: ignore the Unix epoch time in ServeContent by Brad Fitzpatrick · 10 years ago
  25. 25bf792 image/color: add alpha-premultiplied comment. by Nigel Tao · 10 years ago
  26. 4f35ad6 runtime: fix return values for open/read/write/close on openbsd/arm by Joel Sing · 10 years ago
  27. 98485f5 runtime: fix linux/amd64p32 build by Dave Cheney · 10 years ago
  28. 7727dee spec: extend type omission rules for composite literal element values by Robert Griesemer · 10 years ago
  29. a22e939 cmd/go: Delete some unused code. by Jeremy Schlatter · 10 years ago
  30. 492ac4b go/parser: permit type elision from composite literal map keys by Robert Griesemer · 10 years ago
  31. 98182c8 math/big: enable pure Go (no assembly) build with build tag by Robert Griesemer · 10 years ago
  32. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  33. b115c35 cmd/internal/gc: move cgen, regalloc, et al to portable code by Russ Cox · 10 years ago
  34. 11dba2e html/template: fix crash when escaping incomplete template by Rob Pike · 10 years ago
  35. 3f12d27 bytes, os/exec, strings: fix a few BUG comments by areski · 10 years ago
  36. 9c0b145 os: don't return Chmod's error from Mkdir and OpenFile by Kato Kazuyoshi · 10 years ago
  37. 69b2f70 cmd/internal/gc: remove dead code by Robert Griesemer · 10 years ago
  38. 888767f cmd/internal/gc: use big.Int to represent Mpint bits by Robert Griesemer · 10 years ago
  39. 653426f runtime: exit getfull barrier if there are partial workbufs by Austin Clements · 10 years ago
  40. 06de3f5 runtime: document subtlety around entering mark termination by Austin Clements · 10 years ago
  41. 43dfb87 mime/quotedprintable: add writer by Alexandre Cesaro · 10 years ago
  42. 4d2b3a0 runtime: fix arm build by Russ Cox · 10 years ago
  43. b960263 cmd/internal/gc: move componentgen into portable code by Russ Cox · 10 years ago
  44. d47fe80 cmd/internal/gc: increase registerization limits by Russ Cox · 10 years ago
  45. fd38dbc cmd/internal/gc: cache ProgInfo in Prog by Russ Cox · 10 years ago
  46. 532ccae cmd/internal/obj: replace Addr.U struct {...} with Val interface{} by Russ Cox · 10 years ago
  47. 631d6a3 runtime: implement atomicand8 atomically by Russ Cox · 10 years ago
  48. b93fa30 cmd/6g: allow componentgen of slice inside struct by Russ Cox · 10 years ago
  49. 08af4c3 cmd/internal/obj/x86: fix duffcopy/duffzero for GOEXPERIMENT=framepointer by Russ Cox · 10 years ago
  50. f63678a testing: document that flag.Parse is not called when TestMain runs by Shenghou Ma · 10 years ago
  51. 20b3a9b crypto/x509: document that DecryptPEMBlock cannot detect all cases of incorrect password by Shenghou Ma · 10 years ago
  52. fc28fd1 cmd/internal/obj: shuffle link.go to put declarations in original order by Russ Cox · 10 years ago
  53. 8b9a3d4 cmd/internal/gc: change Naddr to take a *Addr to fill in by Russ Cox · 10 years ago
  54. a5e1841 cmd/dist: add //line to copied bootstrap files by Russ Cox · 10 years ago
  55. 564eab8 runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) by Russ Cox · 10 years ago
  56. 01af727 Revert "cmd/internal/gc: add internConcat for alloc-free string concatenation" by Russ Cox · 10 years ago
  57. 42fcc6f cmd/internal/gc: add internConcat for alloc-free string concatenation by Josh Bleecher Snyder · 10 years ago
  58. 7274b1f net/http/pprof: Correct body tag in index template by Quoc-Viet Nguyen · 10 years ago
  59. 64469fc cmd/dist: re-disable android test by David Crawshaw · 10 years ago
  60. 9c5e8c4 cmd/dist: update android testing TODO, add iOS by David Crawshaw · 10 years ago
  61. fd2f8d4 cmd/internal/gc: remove duplicate copyright notice by Robert Griesemer · 10 years ago
  62. 6d44844 cmd/internal/gc: fix broken build by Josh Bleecher Snyder · 10 years ago
  63. 25e793d cmd/internal/gc, runtime: speed up some cases of _, ok := i.(T) by Josh Bleecher Snyder · 10 years ago
  64. 55b4516 cmd/internal/gc: clean up walk conv* and assert* by Josh Bleecher Snyder · 10 years ago
  65. cadd4f8 runtime: combine gcWorkProducer into gcWork by Austin Clements · 10 years ago
  66. 77fcf36 runtime: don't use cached wbuf in markroot by Austin Clements · 10 years ago
  67. fa2f9c2 runtime: run concurrent mark phase on regular stack by Austin Clements · 10 years ago
  68. bef356b runtime: improve comment in concurrent GC by Austin Clements · 10 years ago
  69. d21cef1 runtime: remove pointless harvestwbufs by Austin Clements · 10 years ago
  70. a681c30 runtime: remove out of date comment by Austin Clements · 10 years ago
  71. b90638e runtime: delete old .h files by Josh Bleecher Snyder · 10 years ago
  72. 4bc9bad cmd/internal/gc: speed up large string switches by Josh Bleecher Snyder · 10 years ago
  73. 6ffed30 runtime: fix minor typo by Josh Bleecher Snyder · 10 years ago
  74. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  75. fcb895f runtime: add a select test by Dmitry Vyukov · 10 years ago
  76. ecd630d bufio: fix incorrect comment on Scanner.Scan by Aaron Jacobs · 10 years ago
  77. d26fdf2 crypto/tls: disable RC4 by default. by Adam Langley · 10 years ago
  78. a432568 crypto/tls: panic with unknown hash functions. by Adam Langley · 10 years ago
  79. 123b38e crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader. by Adam Langley · 10 years ago
  80. e14339d cmd/go: don't crash on unknown GOARCH unless we actually care by Ian Lance Taylor · 10 years ago
  81. db96e68 math/big: clearer semantics for Float.Scan by Robert Griesemer · 10 years ago
  82. bc14989 cmd/internal/gc: add a comment to esc.go by David Chase · 10 years ago
  83. 87ec06f runtime: fix writebarrier throw in lock_sema by Russ Cox · 10 years ago
  84. 41dbcc1 runtime: Remove write barriers during STW. by Rick Hudson · 10 years ago
  85. ce9b512 runtime: copy env strings on startup by David Crawshaw · 10 years ago
  86. 00c73f5 math/big: cleaner handling of exponent under/overflow by Robert Griesemer · 10 years ago
  87. 2e7f0a0 runtime: fix comment by Dmitry Vyukov · 10 years ago
  88. 4396ea9 runtime: remove futile wakeups from trace by Dmitry Vyukov · 10 years ago
  89. 1b49a86 runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm by David Crawshaw · 10 years ago
  90. 1f3fe91 test: fix recover4 test on 64kb systems by Dave Cheney · 10 years ago
  91. 4eb9302 cmd/yacc: fix path in documentation by Jeremy Jackins · 10 years ago
  92. 3eaea87 Revert "test: disable recover4 test to fix ppc64 builds" by Dave Cheney · 10 years ago
  93. 1313e79 test: disable recover4 test to fix ppc64 builds by Dave Cheney · 10 years ago
  94. 506615d runtime: factor object dumping code out of greyobject by Austin Clements · 10 years ago
  95. 830abc9 runtime: fix out of date comment by Austin Clements · 10 years ago
  96. e5be643 cmd/internal/gc: mv builtins builtin by Russ Cox · 10 years ago
  97. 1fdd1d1 cmd/6g: make proginfo register bits constants by Russ Cox · 10 years ago
  98. 00b3b40 cmd/internal/obj/x86: minor optimization by Russ Cox · 10 years ago
  99. c819834 cmd/internal/gc: fmt.Sprintf elimination and minor cleanup by Russ Cox · 10 years ago
  100. d7f6d46 cmd/...: remove use of func() { ... }() in loop increment by Russ Cox · 10 years ago