1. a370fba math/big: use more direct formatting in ExampleRoundingMode, cosmetic changes by Robert Griesemer · 10 years ago
  2. 3ed6e83 mime: fix docs for WordDecoder.Decode by Brad Fitzpatrick · 10 years ago
  3. 7d48573 cmd/internal/obj: map/slice literals janitoring by Didier Spezia · 10 years ago
  4. 63ee321 strconv: fix comment by Robert Griesemer · 10 years ago
  5. 4779974 doc: in go1.6.txt, small changes to fmt and time by Rob Pike · 10 years ago
  6. a00cec9 fmt: allow any type in a format's width argument by Rob Pike · 10 years ago
  7. 8b96be1 time: allow any one- or two-digit day of the month when parsing. by Rob Pike · 10 years ago
  8. e216735 math/big: add example for RoundingMode by Konstantin Shaposhnikov · 10 years ago
  9. b0344e9 cmd/internal/obj, cmd/link, runtime: a saner model for TLS on arm by Michael Hudson-Doyle · 10 years ago
  10. b456aac cmd/objdump: skip TestDisasm* for mips64{,le} by Yao Zhang · 10 years ago
  11. 1153737 cmd/go: skip part of TestNoteReading for mips64{,le} by Yao Zhang · 10 years ago
  12. d8384e9 cmd/vet: diagnose plain assignment in copylock detector by Russ Cox · 10 years ago
  13. 81a4bbf cmd/go: use RawToken to parse remote package metadata by Dave Cheney · 10 years ago
  14. bab01a0 cmd/compile: convert typecheckdefstack to []*Node by Dave Cheney · 10 years ago
  15. 1cf05ee runtime: move arch1_$GOARCH.go into arch_$GOARCH.go by Shenghou Ma · 10 years ago
  16. 91ddc07 hash/*: document the byte order used by the Sum methods by Shenghou Ma · 10 years ago
  17. bf21643 encoding/xml: Return SyntaxError for unmatched root start elements. by Robert Stepanek · 10 years ago
  18. da7e9e4 A+C: automated updates by Brad Fitzpatrick · 10 years ago
  19. 918c823 html/template: preserve attr in stateBeforeValue by Nodir Turakulov · 10 years ago
  20. 6599450 text/template: perform value validity checks by Nodir Turakulov · 10 years ago
  21. 00c638d runtime: on map update, don't overwrite key if we don't need to. by Keith Randall · 10 years ago
  22. af7c9a4 syscall: implement getwd on Solaris by Shawn Walker-Salas · 10 years ago
  23. cf3134a cmd/doc: the builtin package should always show unexported symbols by Rob Pike · 10 years ago
  24. c12e38a time: fixed handling of "5" in Format's layout string by Marvin Stenger · 10 years ago
  25. 1fbff65 doc: go1.6.txt: text/template and space trimming by Rob Pike · 10 years ago
  26. 1ca7a64 cmd/compile/internal/gc: handle weird map literals in key dedup by Keith Randall · 10 years ago
  27. 05c35ac cmd/compile/internal/gc: convert fields of TempVar to bool by Marvin Stenger · 10 years ago
  28. a20fbe8 cmd/compile/internal/gc: convert fields of Symlink to bool by Marvin Stenger · 10 years ago
  29. d862753 doc: fix typo in go1.6.txt by Rob Pike · 10 years ago
  30. e6ee26a text/template: provide a way to trim leading and trailing space between actions by Rob Pike · 10 years ago
  31. 49fb8cc all: minor documentation tweaks for constants by Konstantin Shaposhnikov · 10 years ago
  32. 0cf7331 image/png: reject zero-width and zero-height images. by Nigel Tao · 10 years ago
  33. e5d9caf compress/lzw: tidy up some flush calls. by Nigel Tao · 10 years ago
  34. f7b66ff cmd/dist, cmd/link: force external linking for shared libs on arm by Michael Hudson-Doyle · 10 years ago
  35. e9089e4 runtime: add high-level description of how stack barriers work by Austin Clements · 10 years ago
  36. 92e68c8 runtime: move stack barrier code to its own file by Austin Clements · 10 years ago
  37. 84a8648 doc: document go1.5.1 by Chris Broadfoot · 10 years ago
  38. fd50db2 cmd/internal/obj: remove unused code by Dave Cheney · 10 years ago
  39. 5cbca8d cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a shared object by Michael Hudson-Doyle · 10 years ago
  40. 14f9195 cmd/compile/internal/mips64: copy cmd/compile/internal/ppc64 by Shenghou Ma · 10 years ago
  41. 5cc86c6 cmd/internal/obj/mips: copy cmd/internal/obj/ppc64 by Shenghou Ma · 10 years ago
  42. 69a143e cmd/internal/obj: remove dead code and small cleanups by Michael Hudson-Doyle · 10 years ago
  43. 74a123f AUTHORS: add Oracle as corporate copyright holder by Brad Fitzpatrick · 10 years ago
  44. 4315662 doc: mention that go install removes binaries built by go build by Rob Pike · 10 years ago
  45. c82c212 doc: strconv.QuoteToGraphic in go1.6.txt by Rob Pike · 10 years ago
  46. 74288f0 strconv: add QuoteToGraphic and friends by Rob Pike · 10 years ago
  47. 9ac0fff cmd/compile/internal/gc: convert fields of Type to bool by Marvin Stenger · 10 years ago
  48. e03c789 cmd/compile/internal/gc: convert fields of Pkg to bool by Marvin Stenger · 10 years ago
  49. 2594664 cmd/compile/internal/gc: unexport and make Hasdefer a bool by Håvard Haugen · 10 years ago
  50. 704e05c cmd/compile/internal/gc: remove unused field Type.Siggen by Marvin Stenger · 10 years ago
  51. 391cc54 cmd/compile: make importlist a []*Node instead of *NodeList by Håvard Haugen · 10 years ago
  52. 8937780 cmd/compile/internal/gc: convert Type.Broke into a bool by Dave Cheney · 10 years ago
  53. 8712e18 cmd/compile/internal/gc: convert Label.Used to bool by Dave Cheney · 10 years ago
  54. 0388d43 runtime: remove unused FUNCDATA_DeadValueMaps by Michael Hudson-Doyle · 10 years ago
  55. 932c1e3 cmd/compile/internal: some janitoring by Marvin Stenger · 10 years ago
  56. 3132299 runtime: add stub sigreturn on arm by Michael Hudson-Doyle · 10 years ago
  57. 60f0345 cmd/dist: fix mkzversion to produce gofmt'd output by Dave Cheney · 10 years ago
  58. dab0dac cmd/compile: convert typecheck_stack to []*Node by Dave Cheney · 10 years ago
  59. 63e2bed cmd/asm: fix another infinite loop in register list parser by Didier Spezia · 10 years ago
  60. 22452ac cmd/compile: use []*Node instead of NodeList in bottomUpVisitor by Dave Cheney · 10 years ago
  61. 5a3ff6c net: Make Listen(":port") use IPv6 when IPv4 is not supported. by Paul Marks · 10 years ago
  62. 703bd83 cmd/compile: use []*Node instead of NodeList in sinit by Dave Cheney · 10 years ago
  63. 928fe05 reflect: record unsafe.Pointer, not uintptr, during DeepEqual by Russ Cox · 10 years ago
  64. ace3032 cmd/compile/internal/gc: fix go.y (rename of Fatal -> Fatalf) by Robert Griesemer · 10 years ago
  65. 4f74de1 cmd/go: fix Go buildid reading on Solaris by Shawn Walker-Salas · 10 years ago
  66. 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
  67. ced0646 net: make DNSError.Temporary return true on SERVFAIL by Dan Peterson · 10 years ago
  68. 6fd82d8 net/http: optimize some io.Copy calls by reusing buffers by Artyom Pervukhin · 10 years ago
  69. 8c2c35d net/http/httptest: ResponseRecorder.WriteString by Nodir Turakulov · 10 years ago
  70. 3c37a61 cmd/compile/internal: slice/map literals janitoring by Didier Spezia · 10 years ago
  71. 220b5f7 image/gif: map/slice literals janitoring by Didier Spezia · 10 years ago
  72. 876b7cc cmd/compile, cmd/go: generate position independent code with -buildmode=c-shared on arm by Michael Hudson-Doyle · 10 years ago
  73. 40af15f runtime: teach softfloat interpreter about "add r11, pc, r11" by Michael Hudson-Doyle · 10 years ago
  74. 821e124 cmd/link/internal/ld: align PE .text section to 32-byte when external linking by Shenghou Ma · 10 years ago
  75. 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
  76. eaea5ad cmd/asm: fix handling of nested #if[n]defs by Michael Hudson-Doyle · 10 years ago
  77. 13e06d8 internal/syscall/windows/registry: do not panic when data is large by Alex Brainman · 10 years ago
  78. b8efc00 all: remove executable bit from several files by Andrew Gerrand · 10 years ago
  79. 06da8fd cmd/link: only embed runtime.goarm in the module that contains the runtime package by Michael Hudson-Doyle · 10 years ago
  80. dac87e9 cmd/compile/internal/gc: allow //go:systemstack only in runtime by Shenghou Ma · 10 years ago
  81. e16d803 hash: update documentation for MakeTable in crc32 and crc64 by Joe Tsai · 10 years ago
  82. c788a8e Revert "cmd/link: only embed runtime.goarm in the module that contains the runtime package" by Michael Hudson-Doyle · 10 years ago
  83. 3702553 net/rpc: don't exit if Accept gets an error by Rob Pike · 10 years ago
  84. d5e32eb syscall: fix formatting calls in tests by Alexander Morozov · 10 years ago
  85. 36af087 cmd/asm: handle CMPF and CMPD on ARM by Rob Pike · 10 years ago
  86. d737639 database/sql: close bad connections in commit or rollback: by Chris Hines · 10 years ago
  87. bf99d8f cmd/link: only embed runtime.goarm in the module that contains the runtime package by Michael Hudson-Doyle · 10 years ago
  88. 9e6ba37 cmd/internal/obj: some platform independent bits of proper toolchain support for thread local storage by Michael Hudson-Doyle · 10 years ago
  89. 499c827 doc: add Go Security Policy document by Andrew Gerrand · 10 years ago
  90. 7bf959c cmd/internal/obj: remove Link.Tlsoffset by Michael Hudson-Doyle · 10 years ago
  91. 5c78589 compress/flate: simplify inflate logic by Joe Tsai · 10 years ago
  92. 9f0baca runtime: fixes for arm64 shared libraries by Michael Hudson-Doyle · 10 years ago
  93. df37c4b cmd/asm: fix several panics with erroneous input by Didier Spezia · 10 years ago
  94. dc3540d compile/internal/gc: make typecheckok a bool by Håvard Haugen · 10 years ago
  95. 45537d8 cmd/doc: document that json.Decode documents encoding/json.Decoder.Decode by Rob Pike · 10 years ago
  96. 43a7a9c cmd/vet: diagnose using Printf on a function value by Rob Pike · 10 years ago
  97. 5f2cda5 doc: only show Share button when enabled by Andrew Gerrand · 10 years ago
  98. dd42eff cmd/compile/internal/gc: use slice instead of NodeList for Label.Use by Håvard Haugen · 10 years ago
  99. e8da46f cmd/compile/internal/gc: remove dead code found by vet by Håvard Haugen · 10 years ago
  100. 25b0017 net/http: make FileServer sort directory entries by Dan Peterson · 10 years ago