1. 98182c8 math/big: enable pure Go (no assembly) build with build tag by Robert Griesemer · 10 years ago
  2. 4224d81 cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T) by Russ Cox · 10 years ago
  3. b115c35 cmd/internal/gc: move cgen, regalloc, et al to portable code by Russ Cox · 10 years ago
  4. 11dba2e html/template: fix crash when escaping incomplete template by Rob Pike · 10 years ago
  5. 3f12d27 bytes, os/exec, strings: fix a few BUG comments by areski · 10 years ago
  6. 9c0b145 os: don't return Chmod's error from Mkdir and OpenFile by Kato Kazuyoshi · 10 years ago
  7. 69b2f70 cmd/internal/gc: remove dead code by Robert Griesemer · 10 years ago
  8. 888767f cmd/internal/gc: use big.Int to represent Mpint bits by Robert Griesemer · 10 years ago
  9. 653426f runtime: exit getfull barrier if there are partial workbufs by Austin Clements · 10 years ago
  10. 06de3f5 runtime: document subtlety around entering mark termination by Austin Clements · 10 years ago
  11. 43dfb87 mime/quotedprintable: add writer by Alexandre Cesaro · 10 years ago
  12. 4d2b3a0 runtime: fix arm build by Russ Cox · 10 years ago
  13. b960263 cmd/internal/gc: move componentgen into portable code by Russ Cox · 10 years ago
  14. d47fe80 cmd/internal/gc: increase registerization limits by Russ Cox · 10 years ago
  15. fd38dbc cmd/internal/gc: cache ProgInfo in Prog by Russ Cox · 10 years ago
  16. 532ccae cmd/internal/obj: replace Addr.U struct {...} with Val interface{} by Russ Cox · 10 years ago
  17. 631d6a3 runtime: implement atomicand8 atomically by Russ Cox · 10 years ago
  18. b93fa30 cmd/6g: allow componentgen of slice inside struct by Russ Cox · 10 years ago
  19. 08af4c3 cmd/internal/obj/x86: fix duffcopy/duffzero for GOEXPERIMENT=framepointer by Russ Cox · 10 years ago
  20. f63678a testing: document that flag.Parse is not called when TestMain runs by Shenghou Ma · 10 years ago
  21. 20b3a9b crypto/x509: document that DecryptPEMBlock cannot detect all cases of incorrect password by Shenghou Ma · 10 years ago
  22. fc28fd1 cmd/internal/obj: shuffle link.go to put declarations in original order by Russ Cox · 10 years ago
  23. 8b9a3d4 cmd/internal/gc: change Naddr to take a *Addr to fill in by Russ Cox · 10 years ago
  24. a5e1841 cmd/dist: add //line to copied bootstrap files by Russ Cox · 10 years ago
  25. 564eab8 runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) by Russ Cox · 10 years ago
  26. 01af727 Revert "cmd/internal/gc: add internConcat for alloc-free string concatenation" by Russ Cox · 10 years ago
  27. 42fcc6f cmd/internal/gc: add internConcat for alloc-free string concatenation by Josh Bleecher Snyder · 10 years ago
  28. 7274b1f net/http/pprof: Correct body tag in index template by Quoc-Viet Nguyen · 10 years ago
  29. 64469fc cmd/dist: re-disable android test by David Crawshaw · 10 years ago
  30. 9c5e8c4 cmd/dist: update android testing TODO, add iOS by David Crawshaw · 10 years ago
  31. fd2f8d4 cmd/internal/gc: remove duplicate copyright notice by Robert Griesemer · 10 years ago
  32. 6d44844 cmd/internal/gc: fix broken build by Josh Bleecher Snyder · 10 years ago
  33. 25e793d cmd/internal/gc, runtime: speed up some cases of _, ok := i.(T) by Josh Bleecher Snyder · 10 years ago
  34. 55b4516 cmd/internal/gc: clean up walk conv* and assert* by Josh Bleecher Snyder · 10 years ago
  35. cadd4f8 runtime: combine gcWorkProducer into gcWork by Austin Clements · 10 years ago
  36. 77fcf36 runtime: don't use cached wbuf in markroot by Austin Clements · 10 years ago
  37. fa2f9c2 runtime: run concurrent mark phase on regular stack by Austin Clements · 10 years ago
  38. bef356b runtime: improve comment in concurrent GC by Austin Clements · 10 years ago
  39. d21cef1 runtime: remove pointless harvestwbufs by Austin Clements · 10 years ago
  40. a681c30 runtime: remove out of date comment by Austin Clements · 10 years ago
  41. b90638e runtime: delete old .h files by Josh Bleecher Snyder · 10 years ago
  42. 4bc9bad cmd/internal/gc: speed up large string switches by Josh Bleecher Snyder · 10 years ago
  43. 6ffed30 runtime: fix minor typo by Josh Bleecher Snyder · 10 years ago
  44. 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
  45. fcb895f runtime: add a select test by Dmitry Vyukov · 10 years ago
  46. ecd630d bufio: fix incorrect comment on Scanner.Scan by Aaron Jacobs · 10 years ago
  47. d26fdf2 crypto/tls: disable RC4 by default. by Adam Langley · 10 years ago
  48. a432568 crypto/tls: panic with unknown hash functions. by Adam Langley · 10 years ago
  49. 123b38e crypto/{ecdsa,rsa}: always use io.ReadFull with crypto/rand.Reader. by Adam Langley · 10 years ago
  50. e14339d cmd/go: don't crash on unknown GOARCH unless we actually care by Ian Lance Taylor · 10 years ago
  51. db96e68 math/big: clearer semantics for Float.Scan by Robert Griesemer · 10 years ago
  52. bc14989 cmd/internal/gc: add a comment to esc.go by David Chase · 10 years ago
  53. 87ec06f runtime: fix writebarrier throw in lock_sema by Russ Cox · 10 years ago
  54. 41dbcc1 runtime: Remove write barriers during STW. by Rick Hudson · 10 years ago
  55. ce9b512 runtime: copy env strings on startup by David Crawshaw · 10 years ago
  56. 00c73f5 math/big: cleaner handling of exponent under/overflow by Robert Griesemer · 10 years ago
  57. 2e7f0a0 runtime: fix comment by Dmitry Vyukov · 10 years ago
  58. 4396ea9 runtime: remove futile wakeups from trace by Dmitry Vyukov · 10 years ago
  59. 1b49a86 runtime/cgo: catch EXC_BAD_ACCESS on darwin/arm by David Crawshaw · 10 years ago
  60. 4eb9302 cmd/yacc: fix path in documentation by Jeremy Jackins · 10 years ago
  61. 506615d runtime: factor object dumping code out of greyobject by Austin Clements · 10 years ago
  62. 830abc9 runtime: fix out of date comment by Austin Clements · 10 years ago
  63. e5be643 cmd/internal/gc: mv builtins builtin by Russ Cox · 10 years ago
  64. 1fdd1d1 cmd/6g: make proginfo register bits constants by Russ Cox · 10 years ago
  65. 00b3b40 cmd/internal/obj/x86: minor optimization by Russ Cox · 10 years ago
  66. c819834 cmd/internal/gc: fmt.Sprintf elimination and minor cleanup by Russ Cox · 10 years ago
  67. d7f6d46 cmd/...: remove use of func() { ... }() in loop increment by Russ Cox · 10 years ago
  68. 01512b3 cmd/internal/gc: add -d disablenil debug option to turn off nil checks by Russ Cox · 10 years ago
  69. 13f9c8b cmd/gc: rewrite argtype to substitute in a single pass by Russ Cox · 10 years ago
  70. 5fca399 cmd/dist: show reason for command failure by Russ Cox · 10 years ago
  71. 8615465 cmd/internal/obj: reimplement line history by Russ Cox · 10 years ago
  72. ebe3d69 crypto/tls: return correct hash function when using client certificates in handshake by Joël Stemmer · 10 years ago
  73. 0a048ce crypto/rsa: implement crypto.Decrypter by Nick Sullivan · 10 years ago
  74. fa97136 cmd/internal/obj: add basic test of line history by Russ Cox · 10 years ago
  75. 049eee6 cmd/internal/obj: use map for symbol table by Russ Cox · 10 years ago
  76. 8e2a57e cmd/pprof/internal/profile: insert blank line after non-doc comment by Russ Cox · 10 years ago
  77. 5764bef text/template: protect against explicit nil in field chains by Rob Pike · 10 years ago
  78. e2ca3e6 cmd/internal/gc: remove dead code by Josh Bleecher Snyder · 10 years ago
  79. 76a2ee3 cmd/objdump: disable TestDisasm.* on arm64 by Aram Hăvărneanu · 10 years ago
  80. a25e3c0 os/signal, hash/crc32: add arm64 build tags by Aram Hăvărneanu · 10 years ago
  81. 1abd818 reflect: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  82. 2a0833d sync/atomic: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  83. f0aef42 math, math/big: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  84. d0d9310 syscall: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  85. 846ee04 runtime: add support for linux/arm64 by Aram Hăvărneanu · 10 years ago
  86. 5a0c322 cmd/dist: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  87. 3ab794c cmd/cgo: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  88. 02c1a9d cmd/7g: add ARM64 Go compiler, based on 9g by Aram Hăvărneanu · 10 years ago
  89. 3d1ce27 cmd/7l: add the ARM64 linker by Aram Hăvărneanu · 10 years ago
  90. 18d9ddc cmd/asm: add support for ARM64 by Aram Hăvărneanu · 10 years ago
  91. 26bbe7a cmd/internal/obj, cmd/internal/obj/arm64: add support for GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  92. 25e2137 cmd/go: disable verifyAsm for arm64 by Aram Hăvărneanu · 10 years ago
  93. 272921b go/build: add GOARCH=arm64 by Aram Hăvărneanu · 10 years ago
  94. 6900a42 sync/atomic: add support for openbsd/arm by Joel Sing · 10 years ago
  95. 6ed6cb4 cmd/dist: use GOARM=5 for openbsd/arm by Joel Sing · 10 years ago
  96. 550149f syscall: add support for openbsd/arm by Joel Sing · 10 years ago
  97. be3133b runtime: add support for openbsd/arm by Joel Sing · 10 years ago
  98. d7e3d69 runtime: skip TestStdcallAndCDeclCallbacks when gcc is missing by Shenghou Ma · 10 years ago
  99. 3b1d692 all: remove dragonfly/386 port by Joel Sing · 10 years ago
  100. facd79e encoding/binary: cull dead code by Josh Bleecher Snyder · 10 years ago