1. 04e95a1 api: add go1.2.txt, use in tests by Andrew Gerrand · 11 years ago
  2. f41b43a net/url: fix regression when serializing relative URLs by Brad Fitzpatrick · 11 years ago
  3. 88c448b runtime: correct test for when to poll network by Ian Lance Taylor · 11 years ago
  4. 667303f1 runtime: correct parameter name in MCentral_AllocList comment by Ian Lance Taylor · 11 years ago
  5. 4dce7f8 encoding/xml: accept chains of interfaces and pointers by Russ Cox · 11 years ago
  6. e39eda1 database/sql: make tests repeatable with -cpu=n,n by Alberto García Hierro · 11 years ago
  7. e5babef database/sql: fix some test fmt verbs by Brad Fitzpatrick · 11 years ago
  8. 37db880 database/sql: Fix connection leak and potential deadlock by Alberto García Hierro · 11 years ago
  9. 478f4b6 database/sql: fix double decrement of numOpen count; test for connection leaks by Alberto García Hierro · 11 years ago
  10. 4d38d12 cmd/cgo: simpler fix for issue 6506. Replaces CL 14682044. Fixes #6506. by Shenghou Ma · 11 years ago
  11. 5feb155 cmd/cgo: print the builtin prolog after the per-file preamble by Russ Cox · 11 years ago
  12. 9aee98d undo CL 14231047 / 2f4c2dde2756 by Alex Brainman · 11 years ago
  13. 043ace1 cmd/cgo: fix Xcode 5 incompatibility for #defined expressions by Russ Cox · 11 years ago
  14. 56aeec3 cmd/cgo: work around bug in clang debug info for builtins like memset by Russ Cox · 11 years ago
  15. 9a420b7 runtime/pprof: disable flaky TestGoroutineSwitch on windows by Alex Brainman · 11 years ago
  16. 2acb80b cmd/gc: fix comment about performing indexing at compile time. by Keith Randall · 11 years ago
  17. 21e6b90 net/http: skip content-type sniffing if the header is explicitly unset. by Michael Piatek · 11 years ago
  18. c78d67f debug/dwarf: report the value of an unrecognized attribute format by Ian Lance Taylor · 11 years ago
  19. 89ebc28 cmd/api: make it work even when cgo is disabled by Shenghou Ma · 11 years ago
  20. 5b2f626 go/build: add GOOS and GOARCH to name of gccgo pkg directory by Ian Lance Taylor · 11 years ago
  21. 96648e0 go/build: fix test if built with CGO_ENABLED=0 by Ian Lance Taylor · 11 years ago
  22. 7dba510 cmd/gc: re-word some error messages Fixes #6557. by Shenghou Ma · 11 years ago
  23. 649fc25 net: fix TestDialFailPDLeak to work when GOMAXPROCS is large by Ian Lance Taylor · 11 years ago
  24. 139cc96 runtime: markfreed's error reports should be prefixed with "markfreed", not "markallocated". by Keith Randall · 11 years ago
  25. c774e90 cmd/go: add any .c/.cc files to the SWIG shared library by Ian Lance Taylor · 11 years ago
  26. cb30917 runtime/cgo: mark callback functions as NOSPLIT by Ian Lance Taylor · 11 years ago
  27. 0965459 debug/dwarf: handle surprising clang encoding by Russ Cox · 11 years ago
  28. 7bbe016 net: fix typo in failure message in test by Ian Lance Taylor · 11 years ago
  29. 8ba6deb compress/flate: fix infinite loop on malformed data by Russ Cox · 11 years ago
  30. daa61d1 encoding/gob: add examples by Rob Pike · 11 years ago
  31. 254dc5f cmd/go, runtime: express armv5t architecture constraint differently by Carl Shapiro · 11 years ago
  32. 9795882 math: the trig functions work in radians; document that by Rob Pike · 11 years ago
  33. fc1bea3 os/user: fix user lookups on dragonfly by Joel Sing · 11 years ago
  34. fba015e os/user: enable tests on all supported platforms by Joel Sing · 11 years ago
  35. 932428a os/signal: make test logs reflect reality by Joel Sing · 11 years ago
  36. 869368a runtime: fix bug in maps at the intersection of iterators, growing, and NaN keys by Keith Randall · 11 years ago
  37. 15baf6b runtime: remove 3 unused declarations. by Keith Randall · 11 years ago
  38. ef4e12a reflect: test using a MakeFunc value in a couple of different ways by Ian Lance Taylor · 11 years ago
  39. 4207897 runtime: collect profiles even while on g0 stack by Alex Brainman · 11 years ago
  40. e59db90 reflect: add a test that gccgo mishandled by Ian Lance Taylor · 11 years ago
  41. a51b8cf gofmt: explain why lower bounds aren't automatically simplified by Robert Hencke · 11 years ago
  42. c457963 sync/atomic: explain how to subtract an unsigned constant by Rob Pike · 11 years ago
  43. 01479b6 go/doc: update ToHTML doc comment by Russ Cox · 11 years ago
  44. 408238e runtime: change default stack segment size to 8 kB by Russ Cox · 11 years ago
  45. 0a033a1 cmd/gc: support -installsuffix in the compiler and builder by Dave Day · 11 years ago
  46. 94a6511 net: use original argument in lookup error by Russ Cox · 11 years ago
  47. e086773 cmd/go: document relative imports by Russ Cox · 11 years ago
  48. 95d85d9 crypto/tls: document ConnectionState fields by Russ Cox · 11 years ago
  49. 4216203 runtime: remove syscall.NewCallbackCDecl on Windows by Russ Cox · 11 years ago
  50. 0857045 encoding/json: add an example for RawMessage by Josh Bleecher Snyder · 11 years ago
  51. 1b0bffa net/http: be clear that HTTPS is supported by Russ Cox · 11 years ago
  52. 5f853d7 runtime: fix finalizer test on amd64 by Russ Cox · 11 years ago
  53. 8d6bc66 cmd/gc: qualified embedded fields with owner package. by Rémy Oudompheng · 11 years ago
  54. 4d7c635 crypto/tls: Update reference to the TLS 1.2 RFC. by Frithjof Schulze · 11 years ago
  55. c3dadca runtime: do not scan stack by frames during garbage collection by Russ Cox · 11 years ago
  56. 6b188ef cmd/dist, build: support building statically linked toolchain by Shenghou Ma · 11 years ago
  57. 57f6971 cmd/go: use -installsuffix to determine the includes directory list by Dave Day · 11 years ago
  58. 7a480a8 undo CL 14154043 / 3e485428767e by Carl Shapiro · 11 years ago
  59. 6ffd70e encoding/gob: do not hide pointer argument for the garbage collector by Carl Shapiro · 11 years ago
  60. cdb3323 race.bash, race.bat: build a race enabled cmd/cgo before trying to use it by Dave Cheney · 11 years ago
  61. 9bd1f49 syscall: Fix one issue detected by vet. by Robin Eklind · 11 years ago
  62. 48da675 encoding/json: Tweak documentation for Encoder.Encode. by Kamil Kisiel · 11 years ago
  63. 0ab8f2d reflect: expose reflect.call argument slice to the garbage collector by Carl Shapiro · 11 years ago
  64. fa7791e all: fix some mistakes found by go tool vet . by Rob Pike · 11 years ago
  65. f752484 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. by Adam Langley · 11 years ago
  66. 649a2a9 runtime, syscall: update freebsd/arm calling convention to match EABI by Dave Cheney · 11 years ago
  67. 752960a cmd/go: "go test -c -test.bench=XX fmt" shouldn't hang Fixes #6480. by Shenghou Ma · 11 years ago
  68. 935a826 cmd/cgo: fix so that tests pass again when using gccgo by Ian Lance Taylor · 11 years ago
  69. e2e9d1d html/template: update the Tree field after parsing new templates by Rob Pike · 11 years ago
  70. 20db0f4 go/ast: add Slice3 field to SliceExpr by Robert Griesemer · 11 years ago
  71. b0ef6ae math/big: Fix variable name in documentation for *Int.Bytes and BitLen. by Kamil Kisiel · 11 years ago
  72. 828a4b9 sync/atomic: adjust for new runtime.cas64 prototype by Russ Cox · 11 years ago
  73. 5639d27 cmd/cgo: retain Go pointer passed to C call for duration of call by Russ Cox · 11 years ago
  74. 7616c94 cmd/dist, cmd/go: embed default C++ compiler into cmd/go Fixes #6426. by Shenghou Ma · 11 years ago
  75. b80ef1a net: re-enable raw socket tests on windows by Alex Brainman · 11 years ago
  76. 0f3ea75 encoding/json: don't cache value addressability when building first encoder by Brad Fitzpatrick · 11 years ago
  77. e8bbbe0 net: ensure that ResolveTCPAddr(addr.String()) reproduces addr by Russ Cox · 11 years ago
  78. 2be6236 net: fix Close of autobind unix listener by Albert Strasheim · 11 years ago
  79. 2d2ae53 reflect: update docs; Interface can return a method value by Andrew Gerrand · 11 years ago
  80. d9f034d net/http: accept Content-Range for entire file by Russ Cox · 11 years ago
  81. 3c1ece2 cmd/cgo: update #cgo docs to reflect reality by Russ Cox · 11 years ago
  82. 05ff4d7 runtime/pprof: fix profile parser in test by Russ Cox · 11 years ago
  83. bc2c338 crypto/tls: document that the package supports TLS 1.2 by Russ Cox · 11 years ago
  84. 0fc9db7 undo CL 13321048 / 9567c5da6e25 by Russ Cox · 11 years ago
  85. e07b5ba reflect: add example for StructTag by Kamil Kisiel · 11 years ago
  86. 60513bf cmd/ld: fix "_image_base__ not defined" problem for cmd/8l. Fixes #6431. by Shenghou Ma · 11 years ago
  87. 3861cb4 go/build: add go1.2 build tag by Péter Surányi · 11 years ago
  88. 3e3ed5d fmt: one bad index shouldn't spoil them all by Rob Pike · 11 years ago
  89. c2b7fb3 net/http: send correct time in Date header. by Dmitry Chestnykh · 11 years ago
  90. 3ec600d runtime/race: update runtime to r191161. Fixes #6305. by Dmitriy Vyukov · 11 years ago
  91. 521dbbf runtime/pprof: run TestGoroutineSwitch for longer by Alex Brainman · 11 years ago
  92. afda774 cmd/api: always do API check if hg is available by Brad Fitzpatrick · 11 years ago
  93. 0826c04 cmd/yacc: report correct line for 'default action causes potential type clash' by Russ Cox · 11 years ago
  94. 5be1821 cmd/gc: fix imported and not used error for import . by Russ Cox · 11 years ago
  95. 36f8480 cmd/gc: print expression in 'duplicate case in switch' error by Russ Cox · 11 years ago
  96. 551ada4 runtime: avoid allocation of internal panic values by Russ Cox · 11 years ago
  97. 0d85d54 cmd/ld: fix "ld -s" to not discard pclntab. Fixes #6245. by Shenghou Ma · 11 years ago
  98. 318e165 crypto/x509: update comment on system root cert locations. by David Symonds · 11 years ago
  99. 381b72a cmd/gc: cleanup SWITCH nodes after walk. by Rémy Oudompheng · 11 years ago
  100. c742179 cmd/ld: handle IMAGE_SYM_CLASS_LABEL symbols. by Shenghou Ma · 11 years ago