1. 6f6f1bd syscall: implement syscall.Getppid() on Windows by Alan Shreve · 11 years ago
  2. f303b49 A+C: Alan Shreve (individual CLA) by Ian Lance Taylor · 11 years ago
  3. 1db4c8d runtime: fix VDSO lookup to use dynamic hash table by Ian Lance Taylor · 11 years ago
  4. 9f08c5c compress/lzw: add commentary that TIFF's LZW differs from the standard by Nigel Tao · 11 years ago
  5. eb78804 image/png: fix compare-to-golden-file test. by Nigel Tao · 11 years ago
  6. 7d3be61 doc: link to new downloads page by Andrew Gerrand · 11 years ago
  7. 5036566 undo CL 101970047 / 30307cc8bef2 by Russ Cox · 11 years ago
  8. 328e86d tag go1.3rc2 by Andrew Gerrand · 11 years ago
  9. 060a988 runtime: revise CL 105140044 (defer nil) to work on Windows by Russ Cox · 11 years ago
  10. e209a0f time: micro symbol for microseconds by Rob Pike · 11 years ago
  11. 32d8b9f lib/codereview: fix doc/go1.*.txt exception by Russ Cox · 11 years ago
  12. 3a6de21 doc: add go1.4.txt by Russ Cox · 11 years ago
  13. ce39b34 time: change formatting of microseconds duration to SI modifier by Rob Pike · 11 years ago
  14. ff9af90 codereview: no LGTM needed for doc/go1.x.txt by Russ Cox · 11 years ago
  15. 597f87c runtime: do not trace past jmpdefer during pprof traceback on arm by Russ Cox · 11 years ago
  16. 36207a9 runtime: fix defer of nil func by Russ Cox · 11 years ago
  17. 83c8140 time: avoid broken fix for buggy TestOverflowRuntimeTimer by Rob Pike · 11 years ago
  18. e46be90 encoding/json: remove unused field from Encoder struct by Brad Fitzpatrick · 11 years ago
  19. a5bb1af testing: make benchmarking faster by Josh Bleecher Snyder · 11 years ago
  20. 0476693 doc: add release note for 'godoc -analysis' by Alan Donovan · 11 years ago
  21. b93f83f encoding/ascii85: remove unused field by Rui Ueyama · 11 years ago
  22. f7c99f3 net: efficient text processing by Rui Ueyama · 11 years ago
  23. f837078 net: do not call time.Now() twice by Rui Ueyama · 11 years ago
  24. d131ffe doc: link to release history from /doc/ by Andrew Gerrand · 11 years ago
  25. 09576bc misc/makerelease: update default tag to release-branch.go1.3 by Andrew Gerrand · 11 years ago
  26. 7bcbb65 bytes, strings: optimize Repeat by Rui Ueyama · 11 years ago
  27. 22a5d2c mime/multipart: fix format by Rui Ueyama · 11 years ago
  28. aa04caa runtime: add test for issue 8047. by Keith Randall · 11 years ago
  29. 3d68dc3 math: remove Nextafter64 alias in favor of existing Nextafter by Robert Griesemer · 11 years ago
  30. afb7b67 encoding/base64, encoding/base32: make DecodeString faster by Rui Ueyama · 11 years ago
  31. f20e4d5 cmd/gc: fix &result escaping into result by Russ Cox · 11 years ago
  32. be91bc2 math/big: implement Rat.Float32 by Robert Griesemer · 11 years ago
  33. a9035ed math: implement Nextafter32 by Robert Griesemer · 11 years ago
  34. 775ab8e cmd/gc: fix escape analysis for &x inside switch x := v.(type) by Russ Cox · 11 years ago
  35. 3ad9df0 nacltest.bash, misc/nacl/README: update NaCl docs. by Shenghou Ma · 11 years ago
  36. 1e6a19b net/http: fix double Content-Length in response by Brad Fitzpatrick · 11 years ago
  37. 507afa6 cmd/ld: fix PC deltas in DWARF line number table by Ian Lance Taylor · 11 years ago
  38. b91d233 docs: link to the assembler document from the Documents tab by Rob Pike · 11 years ago
  39. 761dace doc/install.html: fix erroneous HTML annotation by Rob Pike · 11 years ago
  40. 4534fdb runtime: fix panic stack during runtime.Goexit during panic by Russ Cox · 11 years ago
  41. ac0e12d cmd/6g: fix stack zeroing on native client by Russ Cox · 11 years ago
  42. 32a5c89 codereview: do not add defaultcc for private CLs by Russ Cox · 11 years ago
  43. c22ed12 cmd/cgo: for typedef of untagged struct, use typedef name in C code by Ian Lance Taylor · 11 years ago
  44. 81a93ef doc: fix happens-before rules for buffered channels by Dmitriy Vyukov · 11 years ago
  45. ae1b5c7 doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64. by Shenghou Ma · 11 years ago
  46. 0e19751 debug/elf: support DWARF that needs relocs for 386 by Ian Lance Taylor · 11 years ago
  47. 68bbf9d compress/gzip: allow Reset on Reader without NewReader by Ian Lance Taylor · 11 years ago
  48. fe3c913 cmd/gc: fix escape analysis of func returning indirect of parameter by Russ Cox · 11 years ago
  49. 19fe9a2 crypto/tls: fix typo referencing the required Config field by Brad Fitzpatrick · 11 years ago
  50. 14a75ec time: support version 3 zone records by Brad Fitzpatrick · 11 years ago
  51. eb54079 cmd/gc: fix liveness for address-taken variables in inlined functions by Russ Cox · 11 years ago
  52. d646040 runtime: fix 1-byte return during x.(T) for 0-byte T by Russ Cox · 11 years ago
  53. 8195ce2 cmd/gc: don't generate zillions of linehists for wrapper functions by Rob Pike · 11 years ago
  54. 4e65f18 cmd/cgo: use same Go type for typedef to anonymous struct by Ian Lance Taylor · 11 years ago
  55. 06b67f3 doc: mention WriteHeapDump in 1.3 release notes by Ian Lance Taylor · 11 years ago
  56. bb824b6 misc/makerelease: fix secret by Andrew Gerrand · 11 years ago
  57. a72a067 tag go1.3rc1 by Andrew Gerrand · 11 years ago
  58. 8c9923d doc/contrib.html: update links, mailing lists and link to 1.3 release note. by Shenghou Ma · 11 years ago
  59. 865904f misc/makerelease: report uploads to the new downloads page by Andrew Gerrand · 11 years ago
  60. 98b6410 api: add go1.3.txt by Brad Fitzpatrick · 11 years ago
  61. 9717e36 build: don't build goplay in run.rc. Fix plan 9 build. by Shenghou Ma · 11 years ago
  62. 9f2dfb8 cmd/objdump: add arm disassembler by Russ Cox · 11 years ago
  63. 300f3c4 cmd/dist: only use beta tag in version string for the exact revision by Andrew Gerrand · 11 years ago
  64. 189a649 build: remove goplay from run.bash and run.bat by Andrew Gerrand · 11 years ago
  65. f836082 misc/goplay: remove program by Andrew Gerrand · 11 years ago
  66. bcfe519 runtime: fix correctness test at end of traceback by Russ Cox · 11 years ago
  67. aa92b3e lib/timezone: update to IANA 2014d by Rob Pike · 11 years ago
  68. 548b15d runtime: mark some C globals as having no pointers. by Keith Randall · 11 years ago
  69. 14d2ee1 runtime: make continuation pc available to stack walk by Russ Cox · 11 years ago
  70. e56dc99 cmd/gc: fix handling of for post-condition in -race mode by Russ Cox · 11 years ago
  71. 19c8f67 runtime: fix error check in freebsd/386 i386_set_ldt by Russ Cox · 11 years ago
  72. a238973 runtime/debug: skip TestWriteHeapDumpNonempty on NaCl. by Shenghou Ma · 11 years ago
  73. c53111d C: add another email of mine. by Shenghou Ma · 11 years ago
  74. a68b9be runtime: fix empty heap dump bug on windows. Fixes #8119. by Shenghou Ma · 11 years ago
  75. 3f66c0c cmd/cgo: document the cgo types also follow Go name space rules. Fixes #7958. by Shenghou Ma · 11 years ago
  76. 1afbceb cmd/6g: treat vardef-initialized fat variables as live at calls by Russ Cox · 11 years ago
  77. aad4609 runtime: add zero field to rtype by Ian Lance Taylor · 11 years ago
  78. 89d46fe cmd/gc: fix x=x crash by Russ Cox · 11 years ago
  79. 9dd062b undo CL 102820043 / b0ce6dbafc18 by Russ Cox · 11 years ago
  80. 948b2c7 cmd/gc: fix x=x crash by Russ Cox · 11 years ago
  81. 0627fa8 misc/makerelease: upload files to Google Cloud Storage by Andrew Gerrand · 11 years ago
  82. c038c38 doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshaler by Russ Cox · 11 years ago
  83. 6c10e64 regexp: hide one-pass code from exported API by Russ Cox · 11 years ago
  84. 0782ee3 cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable by Russ Cox · 11 years ago
  85. 94849d5 spec: clarify that break/continue do not work across function boundaries by Robert Griesemer · 11 years ago
  86. ef25861 mime: sort attributes in FormatMediaType by Brad Fitzpatrick · 11 years ago
  87. 9665ce1 api: update next.txt by Brad Fitzpatrick · 11 years ago
  88. 4895f0d test/run: limit parallelism to 1 for cross-exec builds by Russ Cox · 11 years ago
  89. d432238 test: expand issue7863 test by Russ Cox · 11 years ago
  90. b5caa02 runtime: fix go of nil func value by Dmitriy Vyukov · 11 years ago
  91. 8a2db40 cmd/gc: fix race compilation failure 'non-orig name' by Russ Cox · 11 years ago
  92. ceb982e cmd/gc: fix defer copy(x, <-c) by Russ Cox · 11 years ago
  93. daf9308 cmd/gc: fix infinite loop in nil check removal by Russ Cox · 11 years ago
  94. 6c0bcb1 cmd/gc: fix method value closures on nacl amd64p32 by Russ Cox · 11 years ago
  95. eeb87c3 cmd/go: do not miss an error if import path contains "cmd/something" by Jan Ziak · 11 years ago
  96. 74ce581 cmd/gc: fix conversion of runtime constant by Russ Cox · 11 years ago
  97. 3d1c3e1 runtime: stack copier should handle nil defers without faulting. by Keith Randall · 11 years ago
  98. bd401ba test: add test for fixed issue 7863 by Brad Fitzpatrick · 11 years ago
  99. 7f638e9 cmd/go: improve error message when import path contains http:// by Rob Pike · 11 years ago
  100. 0a8ce65c misc: properly spell Chrome in doc by Dmitriy Vyukov · 11 years ago