1. a0d330f runtime, runtime/cgo: revert CL 18814; don't drop signal stack in new thread on dragonfly by Mikio Hara · 8 years ago
  2. eb268cb runtime: minor simplifications to signal code by Ian Lance Taylor · 8 years ago
  3. 594cddd testing: add Name method to *T and *B by Andrew Gerrand · 8 years ago
  4. db82cf4 runtime: use RtlGenRandom instead of CryptGenRandom by Alex Brainman · 8 years ago
  5. 9893818 cmd/compile: remove duplicate nilchecks by Keith Randall · 8 years ago
  6. ba94dd3 math: add some assembly implementations on ARM64 by Cherry Zhang · 8 years ago
  7. a73020f net/http: add more IDNA2008 tests and fix some omissions by Brad Fitzpatrick · 8 years ago
  8. 36c164e vendor: add golang.org/x/text/unicode/norm + x/test/width for IDNA support by Brad Fitzpatrick · 8 years ago
  9. 15b4d18 encoding/json: fix a bug in the documentation by mike andrews · 8 years ago
  10. fdc1671 runtime: remove sigmask type, use sigset instead by Ian Lance Taylor · 8 years ago
  11. e13df02 database/sql: add context methods by Daniel Theophanes · 8 years ago
  12. 54a72d9 go/doc: add IsPredeclared function by Luigi Riefolo · 8 years ago
  13. 097a581 runtime: simplify signalstack by dropping nil as argument by Ian Lance Taylor · 8 years ago
  14. 60482d8 runtime: relax SetFinalizer documentation to allow &local by Elias Naur · 8 years ago
  15. 413f1ef cmd/asm: fix parsing of the s390x VLE{G,F,H,B} instructions by Michael Munday · 8 years ago
  16. a30b5a3 cmd/asm: add s390x instructions BLTU and BLEU by Michael Munday · 8 years ago
  17. 17a8ec2 cmd/asm, cmd/internal/obj/s390x: improve add/multiply-immediate codegen by Michael Munday · 8 years ago
  18. 3436f07 reflect, runtime: optimize Value.Call on s390x and add benchmark by Michael Munday · 9 years ago
  19. 6c43c0c cmd/compile: remove commented-out old c code by Alberto Donizetti · 8 years ago
  20. f876fb9 cmd/compile: move value around before kick it out of register by Cherry Zhang · 8 years ago
  21. 9d4b40f runtime, cmd/compile: implement and use DUFFCOPY on ARM64 by Cherry Zhang · 8 years ago
  22. 7de7d20 image/png: improve compression by skipping filter for paletted images by Oliver Tonnhofer · 8 years ago
  23. 590f3f0 cmd/compile: fix misaligned comments by Alberto Donizetti · 8 years ago
  24. 8f9e2ab database/sql: add doc comment for ErrTxDone by Sam Whited · 8 years ago
  25. 9ed0715 math/big: support negative numbers in ModInverse by Michal Bohuslávek · 8 years ago
  26. f8b2314 runtime: optimize defer code by Austin Clements · 8 years ago
  27. d211c2d runtime: implement getcallersp in Go by Austin Clements · 8 years ago
  28. aaf4099 runtime: update malloc.go documentation by Austin Clements · 8 years ago
  29. f67c9de runtime: document MemStats by Austin Clements · 9 years ago
  30. 2098e5d runtime: eliminate memstats.heap_reachable by Austin Clements · 8 years ago
  31. ec9c84c runtime: disentangle next_gc from GC trigger by Austin Clements · 8 years ago
  32. 196df6f go/ast: better documentation for CallExpr node by Robert Griesemer · 8 years ago
  33. 0a18561 cmd/printer: document that Fprint doesn't match gofmt output by Robert Griesemer · 8 years ago
  34. e2e11f0 runtime: unify Unix implementations of unminit by Ian Lance Taylor · 8 years ago
  35. 6bcd258 math/big: better SetFloat64 example in doc by Alberto Donizetti · 8 years ago
  36. ac24388 runtime: merge setting new signal mask in minit by Ian Lance Taylor · 8 years ago
  37. 3390294 cmd/compile: PPC64, find compare-with-immediate by David Chase · 8 years ago
  38. 7f1bc53 cmd/compile: only allow integer expressions as keys in array literals by Alberto Donizetti · 9 years ago
  39. c273503 runtime: unify sigtrampgo by Ian Lance Taylor · 8 years ago
  40. 1906d93 cmd/compile: On PPC, nilcheck load should be MOVBZ by David Chase · 8 years ago
  41. 375092b cmd/compile: fix bogus "fallthrough statement out of place" by Alberto Donizetti · 9 years ago
  42. d15295c runtime: unify handling of alternate signal stack by Ian Lance Taylor · 8 years ago
  43. e6143e1 net/http: add Client tests for various 3xx redirect codes by Emmanuel Odeke · 8 years ago
  44. 5bbb854 net/http/httputil: preallocate trailerKeys slice by Gyu-Ho Lee · 9 years ago
  45. 4383e43 net/url: avoid if statement by Antonio Murdaca · 9 years ago
  46. 5df7f52 net/rpc: Add documentation for client.Close by Sam Whited · 9 years ago
  47. 6ba5b32 expvar: export http.Handler by Anders Pearson · 9 years ago
  48. f05cd4c runtime: simplify conditions testing g.paniconfault by Ian Lance Taylor · 8 years ago
  49. 343bec5 runtime: merge sigpanic_unix.go into signal_unix.go by Ian Lance Taylor · 8 years ago
  50. 38765eb runtime/race: don't crash on invalid PCs by Dmitry Vyukov · 8 years ago
  51. 9f1c787 cmd/cgo: fix line info in _cgo_gotypes.go by Dmitry Vyukov · 8 years ago
  52. c140506 runtime: fix newextram PC passed to race detector by Dmitry Vyukov · 8 years ago
  53. 893edc9 net/http/httptrace: remove the mention of http client by Jaana Burcu Dogan · 8 years ago
  54. 159a90b runtime: merge Unix sighandler functions by Ian Lance Taylor · 8 years ago
  55. 890c09e os: make IsExist report true on ERROR_DIR_NOT_EMPTY on Windows by Kale Blankenship · 8 years ago
  56. 60074b0 runtime: remove TestCollisions from -short by Keith Randall · 8 years ago
  57. ab552aa runtime: unify some signal handling functions by Ian Lance Taylor · 8 years ago
  58. fd29628 cmd/dist: enable plugin test on darwin/amd64 by David Crawshaw · 8 years ago
  59. 96acfaa cmd/go: enable -buildmode=plugin on darwin/amd64 by David Crawshaw · 8 years ago
  60. 73e7a56 cmd/link: plugin support on darwin/amd64 by David Crawshaw · 8 years ago
  61. 26a6131 cmd/compile: fix 4-byte unaligned load rules by Keith Randall · 8 years ago
  62. 120e9ff cmd/compile: recognize OpS390XLoweredNilCheck as a nil check in the scheduler by Michael Munday · 8 years ago
  63. 3311275 math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm by Lynn Boger · 8 years ago
  64. ed915ad runtime: use sched_yield instead of pthread_yield by David Crawshaw · 8 years ago
  65. b444d43 plugin: darwin support by David Crawshaw · 8 years ago
  66. b4c9829 runtime: check plugin-loaded moduledata addresses by David Crawshaw · 8 years ago
  67. 9d8522f cmd/compile: don't instrument copy and append in runtime by Ian Lance Taylor · 8 years ago
  68. 88d2f91 cmd/compile: fix type of static closure pointer by Keith Randall · 8 years ago
  69. d586aae test: errorcheck auto-generated functions by Cherry Zhang · 8 years ago
  70. 3dfb92f cmd/compile: ensure args are live in tail calls for LR machines by Cherry Zhang · 8 years ago
  71. 254169d crypto/tls: fix deadlock when racing to complete handshake. by Adam Langley · 9 years ago
  72. ad5d91c net/url: prefix relative paths containing ":" in the first segment with "./" by Kale Blankenship · 8 years ago
  73. cddddbc cmd/compile: use ISEL, cleanup use of zero & extensions by David Chase · 8 years ago
  74. dcbbd31 compress/gzip: add examples by Emmanuel Odeke · 9 years ago
  75. a7dc821 crypto/rsa: clarify comment on maximum message length. by Nigel Tao · 8 years ago
  76. 9e028b7 runtime: merge signal[12]_unix.go into signal_unix.go by Ian Lance Taylor · 8 years ago
  77. 5db80c3 runtime: revert CL 18835; don't install new signal stack unconditionally on dragonfly by Mikio Hara · 8 years ago
  78. e613470 cmd/compile: simplify obj.ProgInfo and extract from obj.Prog by Matthew Dempsky · 9 years ago
  79. 404ae84 cmd/link: add time stamp to hostlink print in -v mode by Russ Cox · 8 years ago
  80. b4efd09 cmd/link: split large elf text sections on ppc64x by Lynn Boger · 9 years ago
  81. 445f51f image/png: add Encode and Decode examples by Suyash · 9 years ago
  82. 2bc5f12 net: add Resolver type, Dialer.Resolver, and DefaultResolver by Brad Fitzpatrick · 8 years ago
  83. ea143c2 net/http/httptest: fill ContentLength in recorded Response by Thomas de Zeeuw · 9 years ago
  84. e69d63e net/http/cookiejar: fix typo by Michal Bohuslávek · 8 years ago
  85. c03925e runtime: remove unnecessary atomics from heapBitSetType by Austin Clements · 9 years ago
  86. 43d9c29 doc: add note about CL 29491 to go1.8.txt by Mikio Hara · 8 years ago
  87. 6072e4d syscall: fix build on dragonfly by Mikio Hara · 8 years ago
  88. 35d22af cmd/internal/obj: remove unused GOROOT-related fields by Matthew Dempsky · 8 years ago
  89. e6158b3 cmd/internal/obj: remove unused Textp and Etextp fields by Matthew Dempsky · 8 years ago
  90. b851ded os: use GetConsoleCP() instead of GetACP() by Yasuhiro Matsumoto · 9 years ago
  91. 16f81b6 image/draw: add FloydSteinberg Drawer example by Brad Fitzpatrick · 8 years ago
  92. e719147 doc: add some missing HTML tags in the FAQ by Brad Fitzpatrick · 8 years ago
  93. dd24b10 cmd/compile: improve tighten pass by Keith Randall · 9 years ago
  94. b742608 cmd/compile: simple cleanups by Keith Randall · 8 years ago
  95. f5f7d6e syscall: validate ParseDirent inputs by Damien Neil · 9 years ago
  96. ab59235 runtime: consistency check for G rescan position by Austin Clements · 9 years ago
  97. 39ce6eb runtime: report GCSys and OtherSys in heap profile by Austin Clements · 9 years ago
  98. 38cd798 cmd/compile: simplify div/mod on ARM by Cherry Zhang · 8 years ago
  99. f964810 net/http/httptrace: fix bad tracing example by Jaana Burcu Dogan · 8 years ago
  100. 836a3ae cmd/link: remove more unused ctxt parameters by Michael Hudson-Doyle · 8 years ago