1. 9b62461 gc: allow select case expr = <-c by Russ Cox · 15 years ago
  2. 4bfcfcf syscall: add inotify on Linux by Balazs Lecz · 15 years ago
  3. 07b56fc CONTRIBUTORS: add Balazs Lecz (Google CLA) by Russ Cox · 15 years ago
  4. 6a624fa libcgo: set g, m in thread local storage for windows 386. by Wei Guangjing · 15 years ago
  5. f2db47d syscall: fix windows value of IPV6_V6ONLY by Alex Brainman · 15 years ago
  6. b15b0a0 bytes: fix typo in AddByte comment by Andrew Gerrand · 15 years ago
  7. e4245f2 syscall: add IPPROTO_IPV6 and IPV6_V6ONLY const to fix nacl and windows build by Alex Brainman · 15 years ago
  8. 6866026 test: Add test which causes incorrect error from gccgo. by Ian Lance Taylor · 15 years ago
  9. 2f80d32 utf8.String: Slice(i,j) by Rob Pike · 15 years ago
  10. b1f44a1 gc: improve error message for x \= 0 by Russ Cox · 15 years ago
  11. ac771a8 go spec: ... changes by Robert Griesemer · 15 years ago
  12. 6f32c82 utf8: Add new type String to automate string indexing by code point. by Rob Pike · 15 years ago
  13. d472665 net: enable v4-over-v6 on ip sockets by Russ Cox · 15 years ago
  14. b031b5c net: fix crash in DialIP by Russ Cox · 15 years ago
  15. daf64bf gofmt: don't substitute invalid positions with valid ones in rewrites by Robert Griesemer · 15 years ago
  16. 5c4917c syscall: rebuild z files by Russ Cox · 15 years ago
  17. f33ef07 syscall: fix socketpair in syscall_bsd by Russ Cox · 15 years ago
  18. dabd9fe syscall: work harder to avoid doing this ever again by Russ Cox · 15 years ago
  19. 5bd0bea syscall: fix mkall.sh for nacl by Russ Cox · 15 years ago
  20. 908b068 syscall: fix permissions on mksysnum_nacl.sh by Russ Cox · 15 years ago
  21. 9a96fb3 mkall.sh, mkerrors.sh: work more broadly by Russ Cox · 15 years ago
  22. fb7e175 debug/proc: ... changes (fix build) by Russ Cox · 15 years ago
  23. d8fc38c crypto/ocsp: update for asn1 change (fix build) by Russ Cox · 15 years ago
  24. 8206baf asn1: make interface consistent with json by Russ Cox · 15 years ago
  25. 1d315a8 gc: printing of ... by Russ Cox · 15 years ago
  26. 8d87cca xml: Allow entities inside CDATA tags by Dan Sinclair · 15 years ago
  27. 2ee420f ... changes by Russ Cox · 15 years ago
  28. 75dd8fd gc: ... changes by Russ Cox · 15 years ago
  29. 6cf1a34 build: use full path when compiling libraries by Russ Cox · 15 years ago
  30. 34d413f runtime: fix unwindstack crash by Russ Cox · 15 years ago
  31. e439345 bufio.UnreadRune: fix bug at EOF Fixes #1132. by Rob Pike · 15 years ago
  32. 099d7b4 exp/draw: remove "this isn't ready yet" comments. by Nigel Tao · 15 years ago
  33. bfb1276 os: check for valid arguments in windows Readdir by Peter Mundy · 15 years ago
  34. 7c9f0f0 html: disable print by Russ Cox · 15 years ago
  35. 052cd29 nacl: update instructions for new SDK by Russ Cox · 15 years ago
  36. 344600f fmt/Printf: document and tweak error messages produced for bad formats by Rob Pike · 15 years ago
  37. d181625 exp/spacewar: fix build. by Nigel Tao · 15 years ago
  38. 44b3b20 gofmt: preserve syntactically relevant blanks between ints and tokens that start with a '.' (2nd attempt) by Robert Griesemer · 15 years ago
  39. 0716d95 gofmt: don't remove syntactically relevant blank in f(42 ...) by Robert Griesemer · 15 years ago
  40. f3549d8 io/ioutil: use _test not _obj in test by Russ Cox · 15 years ago
  41. 81ba399 bytes, strings: change lastIndexFunc to use DecodeLastRune by Roger Peppe · 15 years ago
  42. f11271b utf8: add DecodeLastRune and DecodeLastRuneInString to by Roger Peppe · 15 years ago
  43. 1959c3a tests: fix prints by Rob Pike · 15 years ago
  44. c10865c syscall: implement windows version of Utimes() by Alex Brainman · 15 years ago
  45. 105c913 tag release.2010-09-22 by Andrew Gerrand · 15 years ago
  46. 71ee385 release.2010-09-22 by Andrew Gerrand · 15 years ago weekly.2010-09-22
  47. 43527e9 netchan: fix comment typo. by Nigel Tao · 15 years ago
  48. 0f17173 exp/draw: add Point.Eq, Point.Mul, Point.Div, Rectangle.Size methods by Roger Peppe · 15 years ago
  49. 1a8bd67 http: fix redirect test for international users by Andrew Gerrand · 15 years ago
  50. 855f083 build: add missing files for arm changes by Russ Cox · 15 years ago
  51. 7b17523 http: Change redirect test URL, as the old one now fails. by Ian Lance Taylor · 15 years ago
  52. a6b6142 gofmt: support for ... after actual arguments by Robert Griesemer · 15 years ago
  53. 3487495 suffixarray: cleanup per suggestion from Roger Peppe by Robert Griesemer · 15 years ago
  54. ad9042b http: don't always escape all reserved chars (fix build) by Andrew Gerrand · 15 years ago
  55. d093bdb http: escape _all_ reserved characters as per the RFC by Andrew Gerrand · 15 years ago
  56. 22974fb suffixarray: a package for creating suffixarray-based indexes by Robert Griesemer · 15 years ago
  57. 1763649 fmt: support '*' for width or precision by Anthony Martin · 15 years ago
  58. b7cb844 build: make all.bash run on Ubuntu ARM by Russ Cox · 15 years ago
  59. 96d6f9d misc/dashboard/builder: -cmd for user-specified build command by Andrew Gerrand · 15 years ago
  60. a071853 os: make Open() O_APPEND flag work on windows by Alex Brainman · 15 years ago
  61. 8ee9865 strings: fix minor bug in LastIndexFunc by Roger Peppe · 15 years ago
  62. b11740f build: fixes for native arm build by Russ Cox · 15 years ago
  63. a2450c1 cgo: bug fixes by Russ Cox · 15 years ago
  64. 58795ea exp/4s, exp/nacl/av: sync to recent exp/draw changes. by Nigel Tao · 15 years ago
  65. 0e73fff misc/dashboard/builder: fix bug that caused old revisions to be rebuilt by Andrew Gerrand · 15 years ago
  66. c23f647 doc: variable-width layout by Andrew Gerrand · 15 years ago
  67. 7d03d0e syscall: Use vsyscall for syscall.Gettimeofday and .Time on linux amd64. by Ian Lance Taylor · 15 years ago
  68. 4659f6d regexp: delete Iter methods They are unused and not that useful anyway. by Rob Pike · 15 years ago
  69. 6952347 misc/dashboard/builder: fixes and improvements by Andrew Gerrand · 15 years ago
  70. a33ad24 env.bash: fix building in directory with spaces in the path. by Alex Brainman · 15 years ago
  71. bd77a88 exp/nacl/av: update color to max out at 1<<16-1 instead of 1<<32-1. by Nigel Tao · 15 years ago
  72. c20e024 godoc: default filter file name should be "" by Robert Griesemer · 15 years ago
  73. 103d756 loader fix static init redo by Ken Thompson · 15 years ago
  74. d4c8a54 doc: fix typo in go_spec.html by Joe Poirier · 15 years ago
  75. eb572e0 6l/8l: emit DWARF frame info. by Luuk van Dijk · 15 years ago
  76. 8e5f673 crypto/x509, crypto/tls: improve root matching and observe CA flag. by Adam Langley · 15 years ago
  77. 6989f6e Fix certificate validation. by Adam Langley · 15 years ago
  78. 724886b netchan: fix unimportant typo in test error call. by Rob Pike · 15 years ago
  79. da705c6 netchan: provide a method (Importer.Errors()) to recover protocol errors. by Rob Pike · 15 years ago
  80. 8a313e2 Make.inc: make GOOS detection work on windows by Alex Brainman · 15 years ago
  81. 950ee18 syscall: fix NaCl by Russ Cox · 15 years ago
  82. 33c4ff0 test: fix NaCl build by Russ Cox · 15 years ago
  83. d4baf3c runtime: better panic for send to nil channel by Russ Cox · 15 years ago
  84. e769342 nacl: fix zero-length writes by Russ Cox · 15 years ago
  85. af12feb 6l, 8l: clean up ELF code, fix NaCl by Russ Cox · 15 years ago
  86. afbee9d exp/draw/x11: mouse location is a signed integer. by Nigel Tao · 15 years ago
  87. 1e4b1f9 netchan: handle closing of channels. by Rob Pike · 15 years ago
  88. 63623ba 5l: avoid fixed buffers in list by Russ Cox · 15 years ago
  89. b6ad32b doc/go_mem.html: update location of "once". Fixes #1118. by Rob Pike · 15 years ago
  90. c8b3d02 gob: make robust when decoding a struct with non-struct data. by Rob Pike · 15 years ago
  91. 42a61b9 windows: fix netchan test by using 127.0.0.1. Re-enable the test on Windows. by Rob Pike · 15 years ago
  92. 289432d pkg/Makefile: disable netchan test to fix windows build by Alex Brainman · 15 years ago
  93. 7757fcc doc: fix typo in go_for_cpp_programmers.html by Andrew Gerrand · 15 years ago
  94. 9997dae os: make RemoveAll() work on windows by Alex Brainman · 15 years ago
  95. 7534d40 fix various comments by Robert Griesemer · 15 years ago
  96. d348971 add readonly flag to static initialization by Ken Thompson · 15 years ago
  97. 19075ea netchan: add a cross-connect test. by Rob Pike · 15 years ago
  98. b410be3 godoc: show "Last update" info for directory listings. by Robert Griesemer · 15 years ago
  99. d19fcd0 gc: spell debug['u'] correctly by Russ Cox · 15 years ago
  100. 555f5b6 gc: make sure path names are canonical by Russ Cox · 15 years ago