1. 92c1e72 runtime: make NumGoroutines faster by Dmitriy Vyukov · 11 years ago
  2. dc84eca runtime: improve select benchmarks by Dmitriy Vyukov · 11 years ago
  3. 90870e6 strings: remove byteBitmap by Rui Ueyama · 11 years ago
  4. 8158b8b gofmt: -s flag simplifies "for _ = range x" by Robert Griesemer · 11 years ago
  5. cf521ce os: Implement symlink support for Windows by Michael Fraenkel · 11 years ago
  6. 47fd6bd A+C: snyh (individual CLA) by Shenghou Ma · 11 years ago
  7. 5035750 runtime: align gomemeq return value correctly by Keith Randall · 11 years ago
  8. 7a9e7c0 archive/tar: fix writing of pax headers by Cristian Staretu · 11 years ago
  9. 8a23c00 src, misc: applied gofmt -s -w by Robert Griesemer · 11 years ago
  10. 8d504c4 cmd/gc: implement 'for range x {' by Russ Cox · 11 years ago
  11. 26d0f75 time: change nsec back to int32 by Russ Cox · 11 years ago
  12. 055dfc2 liblink: fix precedence bug in pcdata comparison by Russ Cox · 11 years ago
  13. 0c6b55e runtime: convert map implementation to Go. by Keith Randall · 11 years ago
  14. 3b1b840 strconv: fix handling of BOMs in CanBackquote by Volker Dobler · 11 years ago
  15. a03900a flag: fix typo by Matthew Cottingham · 11 years ago
  16. 74c9cc8 cmd/ld: use count, not upper bound, in type of array by Rob Pike · 11 years ago
  17. 59af2c6 cmd/go/doc: Fix example domain code.org exists by Yasuhiro Matsumoto · 11 years ago
  18. aa76377 runtime: start goroutine ids at 1 by Dmitriy Vyukov · 11 years ago
  19. c12c5db compress/bzip2: fix panics on malformed input. by Adam Langley · 11 years ago
  20. cddad8a cmd/ld: change DWARF encoding for array lengths by Rob Pike · 11 years ago
  21. 6012ac9 cmd/ld: consistently document flags that expect values by Matthew Dempsky · 11 years ago
  22. 348a205 objdump: remove out-of-date comment by Matthew Dempsky · 11 years ago
  23. 387c1c6 runtime: make a test more robust by Dmitriy Vyukov · 11 years ago
  24. 8422d1e runtime: zero dangling pointer by Dmitriy Vyukov · 11 years ago
  25. 0a5cb7d net: Don't read beyond end of slice when parsing resolv.conf options. by Jakob Borg · 11 years ago
  26. c213b88 cmd/go: skip vcs tests on nacl and android by Dave Cheney · 11 years ago
  27. c0a824a strconv: fix CanBackquote for invalid UTF-8 by Volker Dobler · 11 years ago
  28. deae10e go/ast: fix walk to handle "for range x" by Robert Griesemer · 11 years ago
  29. 79b106e cmd/ld: generate correct upper bound value for array types. by Rob Pike · 11 years ago
  30. fd7b82b go get: Support for IBM DevOps Services (hub.jazz.net) git repos by Chris McGee · 11 years ago
  31. a44cf8d A+C: add Chris McGee (individual CLA) by Andrew Gerrand · 11 years ago
  32. 64c2083 runtime: refactor routines for stopping, running goroutine from m by Russ Cox · 11 years ago
  33. d3a2f58 go/*: permit "for range x" by Robert Griesemer · 11 years ago
  34. 81e661a doc/go1.4.txt: permit for range x by Rob Pike · 11 years ago
  35. 20ae6d9 spec: permit "for range x" (no index variables) by Robert Griesemer · 11 years ago
  36. 8b836fa cmd/go: introduce support for $GCCGO env var by Peter Collingbourne · 11 years ago
  37. 369a3ff make.bat: return exit code to dashboard builder by Alex Brainman · 11 years ago
  38. e182169 cmd/ld: add go-specific dwarf type information by Russ Cox · 11 years ago
  39. 90c146f liblink: fix warnings on Plan 9 by David du Colombier · 11 years ago
  40. 125d1e9 ld: change DWARF output for structs by Rob Pike · 11 years ago
  41. 5c2f01f image/png: interlacing support for png. by Dustin Long · 11 years ago
  42. 0e69429 cmd/go: do not fail if libgcc does not exist by Benny Siegert · 11 years ago
  43. f5b600f debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Symbols and (*File).DynamicSymbols, and formalize symbol order. by Pietro Gagliardi · 11 years ago
  44. 54d0b5a nacltest.bash: set GOROOT before invoking cmd/go by Shenghou Ma · 11 years ago
  45. 99e2a56 nacltest.bash: nacl/arm support. by Shenghou Ma · 11 years ago
  46. 0829533 misc/nacl: add go_nacl_arm_exec, update README by Shenghou Ma · 11 years ago
  47. 366f88f cmd/dist: always use GOARM=7 for nacl/arm by Shenghou Ma · 11 years ago
  48. d1fee62 crypto/rc4: disable assembly implementation for nacl/arm. by Shenghou Ma · 11 years ago
  49. 837bc4e syscall: nacl/arm support. by Shenghou Ma · 11 years ago
  50. 62af04c sync/atomic: nacl/arm support. by Shenghou Ma · 11 years ago
  51. d1177ed runtime: nacl/arm support. by Shenghou Ma · 11 years ago
  52. 783bcba cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support by Shenghou Ma · 11 years ago
  53. 6fbade1 A+C: add Dustin Long (Markover Inc. DBA Poptip corporate CLA). by Nigel Tao · 11 years ago
  54. 418b39d runtime: align stack before calling windows in usleep2 by Alex Brainman · 11 years ago
  55. a1778ec runtime: ignore exceptions from foreign threads. Fixes #8224. by Shenghou Ma · 11 years ago
  56. 76ce843 net/rpc: use html/template to render html by Josh Bleecher Snyder · 11 years ago
  57. 475d266 A+C: Manuel Mendez (individual CLA) by Andrew Gerrand · 11 years ago
  58. 8e902dd docs: Make consistent use of optional li closing tags. by Robin Eklind · 11 years ago
  59. fe71b387b androidtest.bash: missing ! by David Crawshaw · 11 years ago
  60. c4b714d os: no /tmp on android by David Crawshaw · 11 years ago
  61. 5512f6f cmd/go: use $CC to build _cgo_defun.c by Peter Collingbourne · 11 years ago
  62. 0622e13 runtime: grow heap by 64K instead of 128K by Dmitriy Vyukov · 11 years ago
  63. a5f8e8f androidtest.bash, misc/android: build scripts for android by David Crawshaw · 11 years ago
  64. 29aac3d debug/plan9obj: fix test build by Aram Hăvărneanu · 11 years ago
  65. 9c31411 syscall: use the nsec system call instead of /dev/bintime on Plan 9 by Aram Hăvărneanu · 11 years ago
  66. a84e3ad runtime: use the nsec system call instead of /dev/bintime on Plan 9 by Aram Hăvărneanu · 11 years ago
  67. 0a2083e debug/plan9obj, cmd/addr2line: on Plan 9 use a.out header by Aram Hăvărneanu · 11 years ago
  68. fa113cf cmd/objdump: set goarch properly on non-386 Plan 9 systems by Aram Hăvărneanu · 11 years ago
  69. 38e75f9 syscall: remove more NxM assumptions on Plan 9 by Aram Hăvărneanu · 11 years ago
  70. a6cc634 os: fix failing test on Plan 9 by Aram Hăvărneanu · 11 years ago
  71. 8aea9a0 syscall: NetlinkRIB, avoid allocation in loop by Cristian Staretu · 11 years ago
  72. 3e80141 cmd/go: fix build -o panic when import path pattern matches 0 pkgs by Dmitri Shuralyov · 11 years ago
  73. 107b8fc run.bash: disable tests that don't (yet) like running off the host by David Crawshaw · 11 years ago
  74. f2b59a3 test: add test for gccgo comment lexing failure by Ian Lance Taylor · 11 years ago
  75. b058986 go/build: add android to the flock by David Crawshaw · 11 years ago
  76. 1648df6 runtime: skip crash test on android by David Crawshaw · 11 years ago
  77. 97c8b24 runtime: fix spurious "[string too long]" error by Dmitriy Vyukov · 11 years ago
  78. 331bf64 cmd/addr2line: skip test on android by David Crawshaw · 11 years ago
  79. 4e0214e cmd/pack: skip test on android (no Go tool) by David Crawshaw · 11 years ago
  80. b157077 cmd/nm: skip test on android (no Go tool) by David Crawshaw · 11 years ago
  81. cb2355b os: adjust tests for android file system by David Crawshaw · 11 years ago
  82. 8543ed3 cmd/objdump: skip test on android (no Go tool) by David Crawshaw · 11 years ago
  83. e50d059 crypto/x509: skip test on android (no Go tool) by David Crawshaw · 11 years ago
  84. 9416fb8 net: no AI_ALL on android by David Crawshaw · 11 years ago
  85. 8b6dafa net: treat android like linux in tests by David Crawshaw · 11 years ago
  86. a31eeef undo CL 101670044 / 49a6cbd80cf2 by Josh Bleecher Snyder · 11 years ago
  87. ccb9912 net/rpc: use html/template to render html by Josh Bleecher Snyder · 11 years ago
  88. 7b0ee53 cmd/ld: fix off-by-one in DWARF frame tables by Rob Pike · 11 years ago
  89. c1c8c3c runtime: export _rt0 for android by David Crawshaw · 11 years ago
  90. 48347cc doc/contribute.html: capitalize the first letter by Tetsuo Kiso · 11 years ago
  91. 735e38c debug/elf: fix nil deref in test by Dmitriy Vyukov · 11 years ago
  92. 67afeac image/gif: fix nil deref in test by Dmitriy Vyukov · 11 years ago
  93. 72faffb runtime/cgo: replace fprintf(stderr, ...) with fatalf(...) for linux/android by David Crawshaw · 11 years ago
  94. 822b2cb doc/contribute: reorder documented steps to match normal workflow. by Bill Thiede · 11 years ago
  95. b2c75ae runtime/cgo: revert use of undefined logging function by David Crawshaw · 11 years ago
  96. 12b990b cmd/go, cmd/ld, runtime, os/user: TLS emulation for android by David Crawshaw · 11 years ago
  97. d3be3da runtime: delete unnecessary confusing code by Dmitriy Vyukov · 11 years ago
  98. 2ec3a0a crypto/x509: fix format strings in test by Dmitriy Vyukov · 11 years ago
  99. df75f08 runtime: make runtime·usleep and runtime·osyield callable from cgo callback by Aram Hăvărneanu · 11 years ago
  100. 61ccc1f archive/tar: reuse temporary buffer in readHeader by Cristian Staretu · 11 years ago