1. dace939 src/cmd/compile/internal/gc: fix type assertion in overflow check by Robert Griesemer · 10 years ago
  2. 2cbd707 debug/dwarf: add test for split DWARF by Austin Clements · 10 years ago
  3. 6044dd0 debug/dwarf: return ClassUnknown if attribute class cannot be determined by Austin Clements · 10 years ago
  4. b6d115a runtime: on unexpected netpoll error, throw instead of looping by Ian Lance Taylor · 10 years ago
  5. 731bdc5 runtime: fix aeshash of empty string by Keith Randall · 10 years ago
  6. 3d5bed2 math/big: Add small complete example of big.Rat usage by Alberto Donizetti · 10 years ago
  7. a1aafdb doc: go1.6.txt: template.Funcs checks names by Rob Pike · 10 years ago
  8. 173bf34 asm: more early returns on errors by Rob Pike · 10 years ago
  9. dbfd908 text/template: verify that names in FuncMap are valid identifiers by Rob Pike · 10 years ago
  10. 211cdf1 cmd/compile/internal/gc: cleaning lex.go by Marvin Stenger · 10 years ago
  11. 19d262f net: remove named parameters in Listener.Accept doc signature by Brad Fitzpatrick · 10 years ago
  12. af261a5 cmd/go: skip external tests on linux/arm by Dave Cheney · 10 years ago
  13. d7c1204 runtime: provide room for first 4 syscall parameters in windows usleep2 by Alex Brainman · 10 years ago
  14. 8fab292 go/parser: better error message for unexpected ',' in struct type by Robert Griesemer · 10 years ago
  15. ffd7d31 runtime: unblock special glibc signals on each thread by Ian Lance Taylor · 10 years ago
  16. 4ac4085 runtime: minor clarifications of markroot by Austin Clements · 10 years ago
  17. a1cad70 runtime: remove unused g.readyg field by Austin Clements · 10 years ago
  18. 70462f9 runtime: simplify mSpan_Sweep by Austin Clements · 10 years ago
  19. 572f08a runtime: split marking of span roots into 128 subtasks by Austin Clements · 10 years ago
  20. 739f133 runtime: fix hashing of trace stacks by Austin Clements · 10 years ago
  21. b9dbb03 cmd/compiler/internal/gc: make Type.Copyto a []*Node by Håvard Haugen · 10 years ago
  22. b07a51b database/sql: fix typo by Andrew Gerrand · 10 years ago
  23. 4c96e7b cmd/compile/internal/gc: clean up errcmp by Håvard Haugen · 10 years ago
  24. 4f48507 runtime: reduce pthread stack size in TestCgoCallbackGC by Dave Cheney · 10 years ago
  25. 0b5bcf5 runtime/cgo: explicitly link msvcrt on windows by Shenghou Ma · 10 years ago
  26. ea4e321 cmd/compile/internal/gc: avoid allocation in bnum by Dave Cheney · 10 years ago
  27. 3b02242 spec: fix composite literal syntax to match prose by Robert Griesemer · 10 years ago
  28. ab14797 go/printer: fix indentation of *ast.CallExpr parameters by Michal Bohuslávek · 10 years ago
  29. 67ddae8 all: use one 'l' when cancelling everywhere except Solaris by Rob Pike · 10 years ago
  30. f4f0344 encoding/base64,xml: map/slice literals janitoring by Didier Spezia · 10 years ago
  31. 41713b4 cmd/doc: slice/map literals janitoring by Didier Spezia · 10 years ago
  32. 400bb82 crypto/x509: map/slice literals janitoring by Didier Spezia · 10 years ago
  33. 4f33436 runtime,internal/trace: map/slice literals janitoring by Didier Spezia · 10 years ago
  34. 90f6925 cmd/compile/internal/ppc64: map/slice literals janitoring by Didier Spezia · 10 years ago
  35. 5e89acb cmd/asm: fix some fuzz bugs by Rob Pike · 10 years ago
  36. 2b50e6b archive/zip: fixes unexpected EOF when reading archive by alexander demakin · 10 years ago
  37. 3f2baa3 cmd/dist: re-enable GOARM auto-detection by Shenghou Ma · 10 years ago
  38. a370fba math/big: use more direct formatting in ExampleRoundingMode, cosmetic changes by Robert Griesemer · 10 years ago
  39. 3ed6e83 mime: fix docs for WordDecoder.Decode by Brad Fitzpatrick · 10 years ago
  40. 7d48573 cmd/internal/obj: map/slice literals janitoring by Didier Spezia · 10 years ago
  41. 63ee321 strconv: fix comment by Robert Griesemer · 10 years ago
  42. 4779974 doc: in go1.6.txt, small changes to fmt and time by Rob Pike · 10 years ago
  43. a00cec9 fmt: allow any type in a format's width argument by Rob Pike · 10 years ago
  44. 8b96be1 time: allow any one- or two-digit day of the month when parsing. by Rob Pike · 10 years ago
  45. e216735 math/big: add example for RoundingMode by Konstantin Shaposhnikov · 10 years ago
  46. b0344e9 cmd/internal/obj, cmd/link, runtime: a saner model for TLS on arm by Michael Hudson-Doyle · 10 years ago
  47. b456aac cmd/objdump: skip TestDisasm* for mips64{,le} by Yao Zhang · 10 years ago
  48. 1153737 cmd/go: skip part of TestNoteReading for mips64{,le} by Yao Zhang · 10 years ago
  49. d8384e9 cmd/vet: diagnose plain assignment in copylock detector by Russ Cox · 10 years ago
  50. 81a4bbf cmd/go: use RawToken to parse remote package metadata by Dave Cheney · 10 years ago
  51. bab01a0 cmd/compile: convert typecheckdefstack to []*Node by Dave Cheney · 10 years ago
  52. 1cf05ee runtime: move arch1_$GOARCH.go into arch_$GOARCH.go by Shenghou Ma · 10 years ago
  53. 91ddc07 hash/*: document the byte order used by the Sum methods by Shenghou Ma · 10 years ago
  54. bf21643 encoding/xml: Return SyntaxError for unmatched root start elements. by Robert Stepanek · 10 years ago
  55. da7e9e4 A+C: automated updates by Brad Fitzpatrick · 10 years ago
  56. 918c823 html/template: preserve attr in stateBeforeValue by Nodir Turakulov · 10 years ago
  57. 6599450 text/template: perform value validity checks by Nodir Turakulov · 10 years ago
  58. 00c638d runtime: on map update, don't overwrite key if we don't need to. by Keith Randall · 10 years ago
  59. af7c9a4 syscall: implement getwd on Solaris by Shawn Walker-Salas · 10 years ago
  60. cf3134a cmd/doc: the builtin package should always show unexported symbols by Rob Pike · 10 years ago
  61. c12e38a time: fixed handling of "5" in Format's layout string by Marvin Stenger · 10 years ago
  62. 1fbff65 doc: go1.6.txt: text/template and space trimming by Rob Pike · 10 years ago
  63. 1ca7a64 cmd/compile/internal/gc: handle weird map literals in key dedup by Keith Randall · 10 years ago
  64. 05c35ac cmd/compile/internal/gc: convert fields of TempVar to bool by Marvin Stenger · 10 years ago
  65. a20fbe8 cmd/compile/internal/gc: convert fields of Symlink to bool by Marvin Stenger · 10 years ago
  66. d862753 doc: fix typo in go1.6.txt by Rob Pike · 10 years ago
  67. e6ee26a text/template: provide a way to trim leading and trailing space between actions by Rob Pike · 10 years ago
  68. 49fb8cc all: minor documentation tweaks for constants by Konstantin Shaposhnikov · 10 years ago
  69. 0cf7331 image/png: reject zero-width and zero-height images. by Nigel Tao · 10 years ago
  70. e5d9caf compress/lzw: tidy up some flush calls. by Nigel Tao · 10 years ago
  71. f7b66ff cmd/dist, cmd/link: force external linking for shared libs on arm by Michael Hudson-Doyle · 10 years ago
  72. e9089e4 runtime: add high-level description of how stack barriers work by Austin Clements · 10 years ago
  73. 92e68c8 runtime: move stack barrier code to its own file by Austin Clements · 10 years ago
  74. 84a8648 doc: document go1.5.1 by Chris Broadfoot · 10 years ago
  75. fd50db2 cmd/internal/obj: remove unused code by Dave Cheney · 10 years ago
  76. 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
  77. 14f9195 cmd/compile/internal/mips64: copy cmd/compile/internal/ppc64 by Shenghou Ma · 10 years ago
  78. 5cc86c6 cmd/internal/obj/mips: copy cmd/internal/obj/ppc64 by Shenghou Ma · 10 years ago
  79. 69a143e cmd/internal/obj: remove dead code and small cleanups by Michael Hudson-Doyle · 10 years ago
  80. 74a123f AUTHORS: add Oracle as corporate copyright holder by Brad Fitzpatrick · 10 years ago
  81. 4315662 doc: mention that go install removes binaries built by go build by Rob Pike · 10 years ago
  82. c82c212 doc: strconv.QuoteToGraphic in go1.6.txt by Rob Pike · 10 years ago
  83. 74288f0 strconv: add QuoteToGraphic and friends by Rob Pike · 10 years ago
  84. 9ac0fff cmd/compile/internal/gc: convert fields of Type to bool by Marvin Stenger · 10 years ago
  85. e03c789 cmd/compile/internal/gc: convert fields of Pkg to bool by Marvin Stenger · 10 years ago
  86. 2594664 cmd/compile/internal/gc: unexport and make Hasdefer a bool by Håvard Haugen · 10 years ago
  87. 704e05c cmd/compile/internal/gc: remove unused field Type.Siggen by Marvin Stenger · 10 years ago
  88. 391cc54 cmd/compile: make importlist a []*Node instead of *NodeList by Håvard Haugen · 10 years ago
  89. 8937780 cmd/compile/internal/gc: convert Type.Broke into a bool by Dave Cheney · 10 years ago
  90. 8712e18 cmd/compile/internal/gc: convert Label.Used to bool by Dave Cheney · 10 years ago
  91. 0388d43 runtime: remove unused FUNCDATA_DeadValueMaps by Michael Hudson-Doyle · 10 years ago
  92. 932c1e3 cmd/compile/internal: some janitoring by Marvin Stenger · 10 years ago
  93. 3132299 runtime: add stub sigreturn on arm by Michael Hudson-Doyle · 10 years ago
  94. 60f0345 cmd/dist: fix mkzversion to produce gofmt'd output by Dave Cheney · 10 years ago
  95. dab0dac cmd/compile: convert typecheck_stack to []*Node by Dave Cheney · 10 years ago
  96. 63e2bed cmd/asm: fix another infinite loop in register list parser by Didier Spezia · 10 years ago
  97. 22452ac cmd/compile: use []*Node instead of NodeList in bottomUpVisitor by Dave Cheney · 10 years ago
  98. 5a3ff6c net: Make Listen(":port") use IPv6 when IPv4 is not supported. by Paul Marks · 10 years ago
  99. 703bd83 cmd/compile: use []*Node instead of NodeList in sinit by Dave Cheney · 10 years ago
  100. 928fe05 reflect: record unsafe.Pointer, not uintptr, during DeepEqual by Russ Cox · 10 years ago