1. fe5005f syscall: remove the Signal type on Plan 9 by Anthony Martin · 13 years ago
  2. 2bed8a7 go/build: cgo is supported on Linux/ARM by Shenghou Ma · 13 years ago
  3. e7a0a75 cmd/go: cgo for Linux/ARM Part 4 of CL 5601044 (cgo: Linux/ARM support) by Shenghou Ma · 13 years ago
  4. 9602dd5 cmd/cgo: support Linux/ARM Part 3 of CL 5601044 (cgo: Linux/ARM support) by Shenghou Ma · 13 years ago
  5. 5cffce6 runtime: cgo support for Linux/ARM by Shenghou Ma · 13 years ago
  6. 452a9e4 cmd/5l, cmd/ld: dynamic linking library support by Shenghou Ma · 13 years ago
  7. c44a22c misc/dashboard/codereview: remove transitional code. by David Symonds · 13 years ago
  8. 3fab2a9 encoding/json: Fix panic when trying to unmarshal the empty string into an integer by Michael Chaten · 13 years ago
  9. 61060ac syscall: add Termios support on darwin by Francisco Souza · 13 years ago
  10. 890be5c test: add bug437, a test that used to fail with gccgo at link time by Ian Lance Taylor · 13 years ago
  11. c8e1946 crypto/x509: fix panic when using unavailable hash function. by Adam Langley · 13 years ago
  12. 278d4a5 cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-in by Shenghou Ma · 13 years ago
  13. df64448 test: add bug436, valid code that crashed gccgo by Ian Lance Taylor · 13 years ago
  14. 52ec4aa cmd/dist: remove stray src/pkg/runtime/z* when cleaning by Shenghou Ma · 13 years ago
  15. 7a77645 misc/dashboard/codereview: add copyright notices to Go files by Andrew Gerrand · 13 years ago
  16. d42495a cmd/cc: add PREFETCH built-in (like SET, USED) by Russ Cox · 13 years ago
  17. 1083816 exp/locale/collate: fixed two bugs uncovered by regression tests. by Marcel van Lohuizen · 13 years ago
  18. 81d9621 cmd/gc: test for issue 3552 by Luuk van Dijk · 13 years ago
  19. c1c851b runtime: avoid unnecessary zeroization of huge memory blocks by Dmitriy Vyukov · 13 years ago
  20. 0d55d98 os/signal: run windows TestCtrlBreak during build by Alex Brainman · 13 years ago
  21. 9062686 os: conform to Go 1 API on Plan 9 by Anthony Martin · 13 years ago
  22. 3859032 build: dist-based build for Plan 9 by Anthony Martin · 13 years ago
  23. ce30769 misc/dashboard/codereview: LGTM favicon by Rob Pike · 13 years ago
  24. d472d3f bytes: add assembly version of Equal for ARM by Dave Cheney · 13 years ago
  25. 82e30c6 cgo: rename C names for Go types to avoid conflicting with package by Ian Lance Taylor · 13 years ago
  26. cc9a5c3 misc/dashboard/codereview: preserve CL ordering. by David Symonds · 13 years ago
  27. 86a9153 compress/flate: add a copy overrun test. by Nigel Tao · 13 years ago
  28. 83aa040 misc/dashboard/codereview: de-dup LGTMs. by David Symonds · 13 years ago
  29. c3c8e35 encoding/json: don't match field name if a JSON struct tag is present. by David Symonds · 13 years ago
  30. dae2992 misc/dashboard/codereview: send mail immediately, and fill in time.Time fields. by David Symonds · 13 years ago
  31. 4de15a5 compress/flate: optimize history-copy decoding. by Nigel Tao · 13 years ago
  32. 84ce0f7 cmd/go: do not ignore DepsErrors in 'go run' by Robert Hencke · 13 years ago
  33. 44fd1d1 runtime: give proper messages when user defined DYLD_INSERT_LIBRARIES on Darwin by Shenghou Ma · 13 years ago
  34. 1bdb788 misc/dashboard/codereview: record Message-ID of code review thread mails. by David Symonds · 13 years ago
  35. 5d33196 misc/dashboard/codereview: add handy logout URL. by David Symonds · 13 years ago
  36. 4335ec9 misc/dashboard/codereview: send mail to assigned reviewers if they aren't already looped in. by David Symonds · 13 years ago
  37. ed90fbc encoding/base64: don't ignore underlying souce read error in decode by Brad Fitzpatrick · 13 years ago
  38. fe2ce52 syscall: add a test for passing an fd over a unix socket by Brad Fitzpatrick · 13 years ago
  39. d5b299e compress/flate: add Encoder/Decoder benchmarks by Dave Cheney · 13 years ago
  40. 24cce5c misc/dashboard/codereview: don't depend on map iteration order for unit calculation. by David Symonds · 13 years ago
  41. a0f7c6c os/exec: close all internal descriptors when Cmd.Start() fails. by Brian Dellisanti · 13 years ago
  42. 6d1face A+C: add Brian Dellisanti (individual CLA) by Ian Lance Taylor · 13 years ago
  43. fe25258 misc/dashboard/codereview: simplify parallel operations for front page, and capture timing info. by David Symonds · 13 years ago
  44. f72c828 net: consolidate common socket functions by Dave Cheney · 13 years ago
  45. 1a79053 misc/dashboard/codereview: more abbreviated modification duration. by David Symonds · 13 years ago
  46. 0175e3f misc/dashboard/codereview: new app. by David Symonds · 13 years ago
  47. dd294fb image/png: speed up PNG decoding for common color models: Gray, NRGBA, by Nigel Tao · 13 years ago
  48. 9ce770a old/regexp, old/template: delete. by David Symonds · 13 years ago
  49. 0bad08c path/filepath: fix typo by Anthony Martin · 13 years ago
  50. 029d62f misc/dist: drop repetition in filenames, default to release tag by Andrew Gerrand · 13 years ago
  51. d8443d2 re-tag go1.0.1 by Andrew Gerrand · 13 years ago
  52. 4d0bb13 tag go1.0.1 by Andrew Gerrand · 13 years ago
  53. 314df52 doc: go1.0.1 release notes by Andrew Gerrand · 13 years ago
  54. d09943a cmd/go: new tag selection logic by Russ Cox · 13 years ago
  55. e5f2662 syscall: remove sysctl workaround for openbsd by Joel Sing · 13 years ago
  56. 5491623 syscall: fix a number of exec bugs on Plan 9 by Anthony Martin · 13 years ago
  57. 42aa9ab gc: use correct line number for EOF syntax error by Anthony Martin · 13 years ago
  58. 4d3db77 doc: update wiki article to use html/template properly. by David Symonds · 13 years ago
  59. b28431e doc: simplify the image_draw article example for converting an image to RGBA. by Nigel Tao · 13 years ago
  60. e412761 cmd/godoc: update App Engine README and script for Go 1 by Shenghou Ma · 13 years ago
  61. a09e981 exp/html: adjust inTableBodyIM to match spec by Andrew Balholm · 13 years ago
  62. 555ca36 time: doc fix. by David Symonds · 13 years ago
  63. d2e7005 codereview: look for new release branches by Russ Cox · 13 years ago
  64. b6522c4 dashboard: sort user interface by internal counter, not date by Andrew Gerrand · 13 years ago
  65. 61a8eb0 net/http: ignore paths on CONNECT requests in ServeMux by Brad Fitzpatrick · 13 years ago
  66. 7f7a70f mime: make ParseMediaType return zero results on error by Brad Fitzpatrick · 13 years ago
  67. 689d5b9 runtime: use __tfork() syscall on openbsd by Joel Sing · 13 years ago
  68. fdce27f exp/locale/collate: Added Builder type for generating a complete by Marcel van Lohuizen · 13 years ago
  69. 52f0afe exp/locale/collate: Added skeleton for the higher-level types to provide by Marcel van Lohuizen · 13 years ago
  70. bcf48c7 exp/locale/collate: added trie for associating colElems to runes. by Marcel van Lohuizen · 13 years ago
  71. bb3f3c9 exp/locale/collate: added representation for collation elements by Marcel van Lohuizen · 13 years ago
  72. e456d01 exp/locale/collate: implementation of trie that is used for detecting contractions. by Marcel van Lohuizen · 13 years ago
  73. 733b51d9 net/http: revert 97d027b3aa68 by Gustavo Niemeyer · 13 years ago
  74. 990f3af crypto/rand: use io.ReadFull in test by Ian Lance Taylor · 13 years ago
  75. 52f122d encoding/json: allow punctuation in tag names by Bobby Powers · 13 years ago
  76. b252fe7 net: fix crash of Listen with "" or nil laddr by Mikio Hara · 13 years ago
  77. 0681b13 bytes: add assembly version of IndexByte for ARM by Dave Cheney · 13 years ago
  78. 97a7def vet: check values for named constants as well as literals. by Rob Pike · 13 years ago
  79. 459837c all: fix errors found by go vet by Rob Pike · 13 years ago
  80. dde8358 exp/html: adjust inTableIM to match spec by Andrew Balholm · 13 years ago
  81. 76490cf test: add test for order of evaluation of map index on left of = by Ian Lance Taylor · 13 years ago
  82. 78e4d17 misc/dist: more gophers for OS X installer by Mikkel Krautz · 13 years ago
  83. 0f80050 runtime: fix runtime.Breakpoint for ARM by Shenghou Ma · 13 years ago
  84. dee62a4 cmd/5g: fix URL typo by Shenghou Ma · 13 years ago
  85. b885633 exp/html: make inBodyIM match spec by Andrew Balholm · 13 years ago
  86. 87eaa4c mime/multipart: report io.EOF correctly on part ending without newlines by Brad Fitzpatrick · 13 years ago
  87. 5fc2af1 path: document that Clean deletes trailing slashes. by Rob Pike · 13 years ago
  88. 1182089 text/template: improve the error reporting for unexported fields. by Rob Pike · 13 years ago
  89. cc5cbee net/http: allow clients to disable keep-alive by Gustavo Niemeyer · 13 years ago
  90. d1ab10b net: fix typo in Listener.File() documentation by Rémy Oudompheng · 13 years ago
  91. f14a534 test: test handling of negative float constants by Ian Lance Taylor · 13 years ago
  92. 426bf36 time: change float expression to ensure it is an integer by Ian Lance Taylor · 13 years ago
  93. c17d09a misc/dist: require 10.6 or later for OS X .pkgs by Mikkel Krautz · 13 years ago
  94. 5583060 cmd/gc: fix addresses escaping through closures called in-place. by Luuk van Dijk · 13 years ago
  95. b678c19 net/http: lex cleanup by Pascal S. de Kloe · 13 years ago
  96. e7e7b1c math: ARM assembly implementation for Abs by Shenghou Ma · 13 years ago
  97. a8098cb text/template: detect unexported fields better by Rob Pike · 13 years ago
  98. 5337290 reflect: document and test TypeOf(nil) Fixes #3549. by Rob Pike · 13 years ago
  99. 0cc8ee98 exp/html: add more cases to inBodyIM by Andrew Balholm · 13 years ago
  100. cad4804 strconv: 2x-4x speed improvement for atof64. by Rémy Oudompheng · 13 years ago