1. 932c1e3 cmd/compile/internal: some janitoring by Marvin Stenger · 10 years ago
  2. 3132299 runtime: add stub sigreturn on arm by Michael Hudson-Doyle · 10 years ago
  3. 60f0345 cmd/dist: fix mkzversion to produce gofmt'd output by Dave Cheney · 10 years ago
  4. dab0dac cmd/compile: convert typecheck_stack to []*Node by Dave Cheney · 10 years ago
  5. 63e2bed cmd/asm: fix another infinite loop in register list parser by Didier Spezia · 10 years ago
  6. 22452ac cmd/compile: use []*Node instead of NodeList in bottomUpVisitor by Dave Cheney · 10 years ago
  7. 5a3ff6c net: Make Listen(":port") use IPv6 when IPv4 is not supported. by Paul Marks · 10 years ago
  8. 703bd83 cmd/compile: use []*Node instead of NodeList in sinit by Dave Cheney · 10 years ago
  9. 928fe05 reflect: record unsafe.Pointer, not uintptr, during DeepEqual by Russ Cox · 10 years ago
  10. ace3032 cmd/compile/internal/gc: fix go.y (rename of Fatal -> Fatalf) by Robert Griesemer · 10 years ago
  11. 4f74de1 cmd/go: fix Go buildid reading on Solaris by Shawn Walker-Salas · 10 years ago
  12. e49b246 Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object" by Dave Cheney · 10 years ago
  13. ced0646 net: make DNSError.Temporary return true on SERVFAIL by Dan Peterson · 10 years ago
  14. 6fd82d8 net/http: optimize some io.Copy calls by reusing buffers by Artyom Pervukhin · 10 years ago
  15. 8c2c35d net/http/httptest: ResponseRecorder.WriteString by Nodir Turakulov · 10 years ago
  16. 3c37a61 cmd/compile/internal: slice/map literals janitoring by Didier Spezia · 10 years ago
  17. 220b5f7 image/gif: map/slice literals janitoring by Didier Spezia · 10 years ago
  18. 876b7cc cmd/compile, cmd/go: generate position independent code with -buildmode=c-shared on arm by Michael Hudson-Doyle · 10 years ago
  19. 40af15f runtime: teach softfloat interpreter about "add r11, pc, r11" by Michael Hudson-Doyle · 10 years ago
  20. 821e124 cmd/link/internal/ld: align PE .text section to 32-byte when external linking by Shenghou Ma · 10 years ago
  21. 2c2cbb6 cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object by Michael Hudson-Doyle · 10 years ago
  22. eaea5ad cmd/asm: fix handling of nested #if[n]defs by Michael Hudson-Doyle · 10 years ago
  23. 13e06d8 internal/syscall/windows/registry: do not panic when data is large by Alex Brainman · 10 years ago
  24. b8efc00 all: remove executable bit from several files by Andrew Gerrand · 10 years ago
  25. 06da8fd cmd/link: only embed runtime.goarm in the module that contains the runtime package by Michael Hudson-Doyle · 10 years ago
  26. dac87e9 cmd/compile/internal/gc: allow //go:systemstack only in runtime by Shenghou Ma · 10 years ago
  27. e16d803 hash: update documentation for MakeTable in crc32 and crc64 by Joe Tsai · 10 years ago
  28. c788a8e Revert "cmd/link: only embed runtime.goarm in the module that contains the runtime package" by Michael Hudson-Doyle · 10 years ago
  29. 3702553 net/rpc: don't exit if Accept gets an error by Rob Pike · 10 years ago
  30. d5e32eb syscall: fix formatting calls in tests by Alexander Morozov · 10 years ago
  31. 36af087 cmd/asm: handle CMPF and CMPD on ARM by Rob Pike · 10 years ago
  32. d737639 database/sql: close bad connections in commit or rollback: by Chris Hines · 10 years ago
  33. bf99d8f cmd/link: only embed runtime.goarm in the module that contains the runtime package by Michael Hudson-Doyle · 10 years ago
  34. 9e6ba37 cmd/internal/obj: some platform independent bits of proper toolchain support for thread local storage by Michael Hudson-Doyle · 10 years ago
  35. 499c827 doc: add Go Security Policy document by Andrew Gerrand · 10 years ago
  36. 7bf959c cmd/internal/obj: remove Link.Tlsoffset by Michael Hudson-Doyle · 10 years ago
  37. 5c78589 compress/flate: simplify inflate logic by Joe Tsai · 10 years ago
  38. 9f0baca runtime: fixes for arm64 shared libraries by Michael Hudson-Doyle · 10 years ago
  39. df37c4b cmd/asm: fix several panics with erroneous input by Didier Spezia · 10 years ago
  40. dc3540d compile/internal/gc: make typecheckok a bool by Håvard Haugen · 10 years ago
  41. 45537d8 cmd/doc: document that json.Decode documents encoding/json.Decoder.Decode by Rob Pike · 10 years ago
  42. 43a7a9c cmd/vet: diagnose using Printf on a function value by Rob Pike · 10 years ago
  43. 5f2cda5 doc: only show Share button when enabled by Andrew Gerrand · 10 years ago
  44. dd42eff cmd/compile/internal/gc: use slice instead of NodeList for Label.Use by Håvard Haugen · 10 years ago
  45. e8da46f cmd/compile/internal/gc: remove dead code found by vet by Håvard Haugen · 10 years ago
  46. 25b0017 net/http: make FileServer sort directory entries by Dan Peterson · 10 years ago
  47. 1ac84d4 build: Fix bootstrap.bash for official source tarballs by Fabian Wickborn · 10 years ago
  48. e92d0d8 cmd/link: remove some dead code by Michael Hudson-Doyle · 10 years ago
  49. 9c514e1 io: add WriteString support to MultiWriter by Brad Fitzpatrick · 10 years ago
  50. 8ceaefb io/ioutil: clarify docs for ReadDir sort order. by Nigel Tao · 10 years ago
  51. e424d59 image/draw: optimize out some bounds checks. by Nigel Tao · 10 years ago
  52. 754d4c0 net: Increase the acceptable delay in TestDialerDualstack by Paul Marks · 10 years ago
  53. 8d478e8 cmd/internal/obj/arm: remove CASE and BCASE by Dave Cheney · 10 years ago
  54. a088f1b runtime: soften up hash checks a bit by Keith Randall · 10 years ago
  55. 24e4cd9 fmt: fix scientific notation in docs by Shenghou Ma · 10 years ago
  56. 32d3b96 runtime: implement cmpstring and bytes.Compare in assembly for ppc64 by Shenghou Ma · 10 years ago
  57. 5483761 syscall: remove unused kernelVersion function from tests by Alexander Morozov · 10 years ago
  58. ae82315 syscall: move check of unprivileged_userns_clone to whoamiCmd by Alexander Morozov · 10 years ago
  59. 3578bdf internal/obj/arm64: remove CASE and BCASE by Dave Cheney · 10 years ago
  60. 019297a os: remove a redundant branch in File.Read. by Aaron Jacobs · 10 years ago
  61. 3c9fa38 cmd/compile/internal/gc: rename Fatal to Fatalf by Håvard Haugen · 10 years ago
  62. af799d9 cmd/link: pass value being relocated to archreloc by Michael Hudson-Doyle · 10 years ago
  63. 5f2c420 net: add -lsendfile to cgo LDFLAGS for solaris by Shenghou Ma · 10 years ago
  64. 77e5282 runtime: check that stack barrier unwind is in sync by Austin Clements · 10 years ago
  65. 3bfc9df runtime: add GODEBUG for stack barriers at every frame by Austin Clements · 10 years ago
  66. e2bb03f runtime: don't install a stack barrier in cgocallback_gofunc's frame by Austin Clements · 10 years ago
  67. 0cced63 crypto/x509: emit PKIX names in a more standard order. by Adam Langley · 10 years ago
  68. cb5bca8 crypto/tls: reject ServerHellos with empty ALPN protocols. by Adam Langley · 10 years ago
  69. 34695c4 crypto/tls: note in comments that setting GetCertificate is now sufficient. by aubble · 10 years ago
  70. efeeee3 crypto/aes: dedicated asm version of AES-GCM by Vlad Krasnov · 10 years ago
  71. bfa0161 crypto/tls: allow tls.Listen when only GetCertificate is provided. by aubble · 10 years ago
  72. 74245b03 testing/quick: terminate for arbitrary recursive types by Håvard Haugen · 10 years ago
  73. ea0491b math/big: use optimized formula in ModSqrt for 3 mod 4 primes by David Leon Gil · 10 years ago
  74. fac1039 encoding/asn1: fix panic when Marshaling nil. by Michal Bohuslávek · 10 years ago
  75. 805e56e runtime: short-circuit bytes.Compare if src and dst are the same slice by Keith Randall · 10 years ago
  76. d93f3b5 time: fix 400 year offset in comment by Ian Lance Taylor · 10 years ago
  77. 383a360 misc/nacl: fix nacl build by Dave Cheney · 10 years ago
  78. 3d3bc88 cmd/compile/internal/gc: use slice instead of linked list for nodes to export by Robert Griesemer · 10 years ago
  79. 68f4f96 cmd/compiler/internal/gc: fix argument for Sprintf by Robert Griesemer · 10 years ago
  80. 8acaacb compress/gzip: clarify Latin-1 restrictions on gzip.Header by Matthew Dempsky · 10 years ago
  81. 63862af cmd/internal/rsc.io: delete by Russ Cox · 10 years ago
  82. 90dbd97 cmd/internal/objfile: use golang.org/x/arch instead of rsc.io by Russ Cox · 10 years ago
  83. 10efac8 cmd/vendor/golang.org/x/arch: import arm/armasm and x86/x86asm by Russ Cox · 10 years ago
  84. 9c04d00 runtime: check explicitly for short unwinding of stacks by Russ Cox · 10 years ago
  85. 06b0f15 doc: mention vendoring in go1.6.txt (forgot git add before) by Russ Cox · 10 years ago
  86. 16cf880 doc/go1.6.txt: start go1.6.txt with a note about nacl by Dave Cheney · 10 years ago
  87. 12663b4 registry: Explain how GetMUIStringValue works and where it falls short by Daniel Johansson · 10 years ago
  88. de78696 syscall: remove nacl srpc helper by Dave Cheney · 10 years ago
  89. 6403c95 compress/bzip2: make decoding faster by Alberto Donizetti · 10 years ago
  90. 499845b cmd/go: -a does apply to the standard library by Ian Lance Taylor · 10 years ago
  91. a82ed3b cmd/go: enable vendoring experiment by default by Russ Cox · 10 years ago
  92. 35365b9 net: restore LookupPort for integer strings by Russ Cox · 10 years ago
  93. 8261c88 syscall: don't call Setgroups if Credential.Groups is empty by Alexander Morozov · 10 years ago
  94. b55c4a0 cmd/go: properly ignore import comments for vendored packages rooted at GOPATH by Vincent Vanackere · 10 years ago
  95. 34db31d src/runtime: Add missing defs for android/386. by Tim Cooijmans · 10 years ago
  96. 7437e3f cmd/asm: fix potential infinite loop in parser by Didier Spezia · 10 years ago
  97. be33e20 text/template: add ExecError type and return it from Execute on error by Rob Pike · 10 years ago
  98. d497eeb runtime: remove unused xchgp/xchgp1 by Michael Hudson-Doyle · 10 years ago
  99. b9e4867 go/types: fix real(a) and imag(a) for untyped arguments by Robert Griesemer · 10 years ago
  100. a34b8cb net/http/httputil: permit nil request body in ReverseProxy by Brad Fitzpatrick · 10 years ago