1. 40f0a0d godoc index: first step towards reducing index size by Robert Griesemer · 14 years ago
  2. 68a04dc image: add PalettedImage interface, and make image/png recognize it. by Jaroslavas Počepko · 14 years ago
  3. e1cfb6f cgo: fix GoBytes by Gustavo Niemeyer · 14 years ago
  4. 4ca2172 gc: fix for Plan 9 build by Lucio De Re · 14 years ago
  5. 4fb3c4f gc: fix div bug by Russ Cox · 14 years ago
  6. c586b5b runtime: windows/amd64 callbacks fixed and syscall fixed to allow using it in callbacks by Jaroslavas Počepko · 14 years ago
  7. 2d489e6 gc: fix for Plan 9 build by Lucio De Re · 14 years ago
  8. ae891b5 windows/386: clean stack after syscall (it is necessary after call cdecl functions and does not have an effect after stdcall) by Jaroslavas Počepko · 14 years ago
  9. 22d5f9a exp/template/html: Added handling for URL attributes. by Mike Samuel · 14 years ago
  10. d01ee38 godoc: support for reading/writing (splitted) index files. by Robert Griesemer · 14 years ago
  11. 6b90262 godoc: fix bug in zip.go by Robert Griesemer · 14 years ago
  12. 58b05e2 goinstall: select the tag that is closest to runtime.Version by Andrew Gerrand · 14 years ago
  13. 596bf61 json: add struct tag option to wrap literals in strings by Brad Fitzpatrick · 14 years ago
  14. eae0a48 libmach: support reading symbols from Windows .exe for nm by Mateusz Czapliński · 14 years ago
  15. af8b1271eb archive/tar: when writing tar Headers write hdr.Linkname by Mike Rosset · 14 years ago
  16. 1075af0 runtime: add openbsd 386 defs.h by Joel Sing · 14 years ago
  17. 3693cd2 runtime: add runtime· prefix to showframe by Russ Cox · 14 years ago
  18. 683df29 net: change the internal form of IPMask for IPv4 by Mikio Hara · 14 years ago
  19. 1952eb5 os: fix WNOHANG Waitmsg by Gustavo Niemeyer · 14 years ago
  20. 9ef1799 runtime: add runtime support for openbsd 386 by Joel Sing · 14 years ago
  21. c20a338 runtime, syscall: use the vdso page on linux x86 for faster syscalls instead of int $0x80. by Yuval Pavel Zholkover · 14 years ago
  22. 88e984f syscall: add openbsd 386 by Joel Sing · 14 years ago
  23. 8aa2591 runtime: openbsd thread tweaks by Joel Sing · 14 years ago
  24. 45bd7b0 time: fix Plan 9 build by Fazlul Shahriar · 14 years ago
  25. b3cc489 gc: fix build on Plan 9 by Lucio De Re · 14 years ago
  26. 219c9e9 6g: fix build on Plan 9 by Lucio De Re · 14 years ago
  27. 6527693 5g: fix build on Plan 9 by Lucio De Re · 14 years ago
  28. 0f5902d runtime: fix stack cleanup on windows/amd64 by Hector Chu · 14 years ago
  29. 361c5ac template: range over channel by Rob Pike · 14 years ago
  30. 77f0bdc gc: fix arm build by Russ Cox · 14 years ago
  31. f627215 runtime: go interface to cdecl calbacks by Jaroslavas Počepko · 14 years ago
  32. db5f9da gc: tweak and enable escape analysis by Russ Cox · 14 years ago
  33. 2a80882 runtime: use cgo runtime functions to call windows syscalls by Alex Brainman · 14 years ago
  34. a88994f 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQ by Jaroslavas Počepko · 14 years ago
  35. f6a9807 8g: fix build on Plan 9 by Lucio De Re · 14 years ago
  36. 26608d4 6l, 8l: handle forward JCXZ by Jaroslavas Počepko · 14 years ago
  37. 91643ac mime: fix build by Russ Cox · 14 years ago
  38. 7519966 io: add TeeReader by Hector Chu · 14 years ago
  39. bd3627c mime: text charset defaults by Pascal S. de Kloe · 14 years ago
  40. fbdbb59 mime: media type formatter by Pascal S. de Kloe · 14 years ago
  41. e753512 cgo: fixes callback for windows amd64 by Wei Guangjing · 14 years ago
  42. 26d9c80 8l: add openbsd by Joel Sing · 14 years ago
  43. 582f6d4 syscall: Handle RTM_NEWROUTE in ParseNetlinkRouteAttr on Linux. by Albert Strasheim · 14 years ago
  44. d130611 net: disable "tcp" test on openbsd by Joel Sing · 14 years ago
  45. 75d337e time: fix zone during windows test Factor out sleep interrupt. by Russ Cox · 14 years ago
  46. 4541fa9 xml: marshal "parent>child" tags correctly by Ross Light · 14 years ago
  47. 396cd36 json: fix decode bug with struct tag names with ,opts being ignored by Brad Fitzpatrick · 14 years ago
  48. 822804c http: support setting Transport's TLS client config by Brad Fitzpatrick · 14 years ago
  49. a45c657 bytes.Buffer: clarify that NewBuffer is not for beginners by Rob Pike · 14 years ago
  50. ebf19fb websocket: Implements new version of WebSocket protocol. by Fumitoshi Ukai · 14 years ago
  51. 7a30951 syscall: SOMAXCONN should be 0x7fffffff at winsock2. by Yasuhiro Matsumoto · 14 years ago
  52. 64c9c7f image/tiff: decoder optimization. by Benny Siegert · 14 years ago
  53. f172338 image/tiff: add a decode benchmark. by Benny Siegert · 14 years ago
  54. 3a1f29b godoc: added systematic throttling to indexing goroutine by Robert Griesemer · 14 years ago
  55. 77db5ff go/build: separate test imports out when scanning by Gustavo Niemeyer · 14 years ago
  56. 825f8c1 net: move internal string manipulation routines to parse.go by Mikio Hara · 14 years ago
  57. 78963f4 net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
  58. 0462f77 goinstall: report lack of $GOPATH on errors by Gustavo Niemeyer · 14 years ago
  59. cb51fdc strconv: put decimal on stack by Russ Cox · 14 years ago
  60. 987649e build: fix more unused parameters by Russ Cox · 14 years ago
  61. 61f84a2 gc: shuffle #includes by Russ Cox · 14 years ago
  62. 55db9fe build: fix unused parameters by Russ Cox · 14 years ago
  63. 948418f template: Grammar fix for template documentation. by Bill Neubauer · 14 years ago
  64. 0227c45 gc: fix some spurious leaks by Russ Cox · 14 years ago
  65. 8511ed4 http: return 413 instead of 400 when the request body is too large by Dave Cheney · 14 years ago
  66. 1f0d277 exp/template/html: add some tests for ">" attributes. by Nigel Tao · 14 years ago
  67. 42a56d3 exp/template/html: Reworked escapeText to recognize attr boundaries. by Mike Samuel · 14 years ago
  68. 1558052 version.bash: update VERSION on -save if already present by Gustavo Niemeyer · 14 years ago
  69. 297a08e gofix: forgot to rename the URL type Fixes #2182 by Rob Pike · 14 years ago
  70. 56f9484 bufio: handle a "\r\n" that straddles the buffer. by Andrew Gerrand · 14 years ago
  71. de20cec big: fix nat.scan bug by Evan Shaw · 14 years ago
  72. 42687d6 gc: simplify escape analysis recursion by Russ Cox · 14 years ago
  73. f78e7d3 math: fix Pow10 loop by Volker Dobler · 14 years ago
  74. 80f79ad net: make use of IPv4len, IPv6len by Mikio Hara · 14 years ago
  75. 6ecd5f9 cov: remove tautological #defines by Lucio De Re · 14 years ago
  76. 847b61b gc: Escape analysis. by Luuk van Dijk · 14 years ago
  77. 52818f4 godoc: use virtual file system when generating package synopses by Robert Griesemer · 14 years ago
  78. fa6d038 http: adjust test threshold for larger suse buffers by Brad Fitzpatrick · 14 years ago
  79. bb4cf3f http: on invalid request, send 400 response by Brad Fitzpatrick · 14 years ago
  80. 4a4fa38 exp/norm: Reduced the size of the byte buffer used by reorderBuffer by half by reusing space when combining. by Marcel van Lohuizen · 14 years ago
  81. 00d64c7 reflect: add Value.Bytes, Value.SetBytes methods by Russ Cox · 14 years ago
  82. 66bedf8 go/build: add test support & use in gotest by Russ Cox · 14 years ago
  83. 03582b3 http: delete error kludge by Russ Cox · 14 years ago
  84. 5e188b4 build: avoid redundant bss declarations by Russ Cox · 14 years ago
  85. af18e4b net: add ParseMAC function by Paul Borman · 14 years ago
  86. e656a18 go/ast cleanup: base File/PackageExports on FilterFile/FilterPackage code by Robert Griesemer · 14 years ago
  87. cde06f5 go/ast: adjustments to filter function by Robert Griesemer · 14 years ago
  88. b99d722 gc: fix pc/line table by Julian Phillips · 14 years ago
  89. 33e9d24 runtime: fix void warnings by Russ Cox · 14 years ago
  90. f6d536b go/parser: fix type switch scoping by Robert Griesemer · 14 years ago
  91. f0ef4f4 http: add MaxBytesReader to limit request body size by Brad Fitzpatrick · 14 years ago
  92. 03e9ea5 runtime: simplify stack traces by Russ Cox · 14 years ago
  93. 45407bd ld: handle Plan 9 ar format by Lucio De Re · 14 years ago
  94. bf2d403 syscall: openbsd amd64 syscall support by Joel Sing · 14 years ago
  95. be00d38 build: add openbsd by Joel Sing · 14 years ago
  96. a9fe3a0 os: disable Hostname test on OpenBSD by Joel Sing · 14 years ago
  97. 3554325 ld: remove duplicate bss definitions by Russ Cox · 14 years ago
  98. 9969803 exp/template/html: differentiate URL-valued attributes (such as href) by Nigel Tao · 14 years ago
  99. d8594f3 go/ast: generalize ast.FilterFile by Robert Griesemer · 14 years ago
  100. c7a742c go/ast: fix ast.MergePackageFiles to collect infos about imports by Sebastien Binet · 14 years ago