1. acc90c5 cmd/compile: Fix `internal compiler: getinarg: not a func` when returning invalid interface. by acanino · 10 years ago
  2. 788eb99 doc: update release tag in source directions to go1.5.1 by Austin Clements · 9 years ago
  3. 9f6df6c runtime: use 4 byte writes in amd64p32 memmove/memclr by Austin Clements · 9 years ago
  4. 44078a3 runtime: adjust huge page flags only on huge page granularity by Austin Clements · 9 years ago
  5. 9a31d38 runtime: remove sweep wait loop in finishsweep_m by Austin Clements · 9 years ago
  6. dac220b runtime: remove in-use page count loop from STW by Austin Clements · 9 years ago
  7. 608c1b0 runtime: scan objects with finalizers concurrently by Austin Clements · 9 years ago
  8. fbd2660 runtime: introduce gcMode type for GC modes by Austin Clements · 9 years ago
  9. 1b84bb8 runtime: fix out-of-date comment on gcWork usage by Austin Clements · 9 years ago
  10. f35310e syscall: skip a couple tests when running under Kubernetes by Brad Fitzpatrick · 9 years ago
  11. 4c2a400 readme: emphasize issue tracker is for bugs/proposals by Robert Griesemer · 9 years ago
  12. 73fe6123 database/sql: fix case where Stmt.Close discards error by Ian Gudger · 9 years ago
  13. f80ff56 misc/cgo/testsanitizers: skip test for version of clang before 3.6 by Ian Lance Taylor · 9 years ago
  14. 47ccf96 runtime: darwin/386 entrypoint for c-archive by David Crawshaw · 10 years ago
  15. 2c91114 runtime: adjust the ppc64x memmove and memclr to copy by word as much as it can by Michael Hudson-Doyle · 9 years ago
  16. 9fb7938 runtime: drop sigfwd from signal forwarding unsupported platforms by Mikio Hara · 10 years ago
  17. 02d2db1 archive/tar: make Reader.Read errors persistent by Joe Tsai · 9 years ago
  18. d96a3a2 net: make /etc/hosts lookups case-insensitive by Burcu Dogan · 9 years ago
  19. f1b25c4 go/types: fix incorrect comment at Info.Implicits. by Alan Donovan · 9 years ago
  20. 745cdc3 cmd/compile: repair escape analysis of range &fixedArray by David Chase · 9 years ago
  21. db70c01 runtime/trace: reduce memory usage for trace stress tests on openbsd/arm by Joel Sing · 9 years ago
  22. 1d5251f runtime: handle sysReserve failure in mHeap_SysAlloc by Joel Sing · 9 years ago
  23. 59bacb2 runtime: update comment to match function name by Jeremy Schlatter · 9 years ago
  24. 090843b6 text/template: change IsTrue to take interface{} instead of reflect.Value. by David Symonds · 9 years ago
  25. 79480ca archive/tar: fix bugs with sparseFileReader by Joe Tsai · 9 years ago
  26. b179739 compress/zlib: detect truncated streams by Joe Tsai · 9 years ago
  27. 0c1f054 runtime, runtime/cgo: support using msan on cgo code by Ian Lance Taylor · 9 years ago
  28. b72a4a0 encoding/binary: document that Read returns io.EOF iff zero bytes are read by Joe Tsai · 9 years ago
  29. e01be84 runtime: test that periodic GC works by Austin Clements · 10 years ago
  30. 829cc34 go/format: handle whitespace-only input correctly by Robert Griesemer · 9 years ago
  31. a4fc351 go/format, cmd/gofmt: avoid dependency on internal package format by Robert Griesemer · 9 years ago
  32. e78e654 crypto/x509: parse CSRs with a critical flag in the requested extensions. by Adam Langley · 10 years ago
  33. 8ee0261 crypto/x509: make verification of an empty certificate consistent across platforms. by Adam Langley · 10 years ago
  34. 5d5889c math/big: correct documentation for ProbablyPrime. by Adam Langley · 10 years ago
  35. be16001 crypto/tls: better error messages when PEM inputs are switched. by Adam Langley · 10 years ago
  36. 7e1d1f8 go/types: move gotype command into this directory by Robert Griesemer · 9 years ago
  37. bb6be3a go/types: clarify doc string for types.Check by Robert Griesemer · 9 years ago
  38. 0e5b4eb cmd/dist: build packages in parallel, make code more Go-like by Russ Cox · 10 years ago
  39. c73df92 cmd/compile/internal/gc: remove stringsCompare by Håvard Haugen · 9 years ago
  40. 0722a5e cmd/doc: fix pretty printing of paths by Rob Pike · 9 years ago
  41. 3b9e8bb math/big: more documentation by Robert Griesemer · 9 years ago
  42. 18563f8 math/big: clean up *Int encoding tests by Robert Griesemer · 9 years ago
  43. 38c5fd5c math/big: implement Float.Text(Un)Marshaler by Robert Griesemer · 9 years ago
  44. 02e8ec0 text/template, html/template: fix block example name by Andrew Gerrand · 9 years ago
  45. 652d238 doc: add text/template blocks and redefinition to go1.6.txt by Andrew Gerrand · 9 years ago
  46. cbe8a35 encoding/json: document that encoding.TextMarshaler is used if no (json) Marshaler is present by Robert Griesemer · 9 years ago
  47. 3d4cd14 math/big: improved documentation by Robert Griesemer · 9 years ago
  48. c978f13 cmd/doc: rearrange the newlines to group better by Rob Pike · 9 years ago
  49. 12dfc3b text/template, html/template: add block keyword and permit template redefinition by Andrew Gerrand · 10 years ago
  50. 09c6d13 cmd/cgo: only declare real function in gccgo exported header file by Ian Lance Taylor · 9 years ago
  51. 82a9d90 tests/fixedbugs: make test for issue11656 run known instruction by Joel Sing · 9 years ago
  52. b7fa4f2 net/http/fcgi: fix panic with malformed params record by Didier Spezia · 9 years ago
  53. c468957 cmd/go: Skip note reading test with linkmode external on openbsd/arm by Joel Sing · 9 years ago
  54. 59129c6 math/big: remove some string conversions in Int encoding by Robert Griesemer · 9 years ago
  55. 7fa5a11 math/big: move Int/Rat gob/json/xml functionality in separate files by Robert Griesemer · 9 years ago
  56. e937eee math/big: removed more unnecessary string conversions by Robert Griesemer · 9 years ago
  57. 8d701f0 math/big: implement Int.Text, Int.Append by Robert Griesemer · 9 years ago
  58. 707b619 syscall: fix alignment check for link-layer information on BSD variants by Mikio Hara · 9 years ago
  59. 81fada5 doc: go1.6.txt: bufio.ErrFinalToken by Rob Pike · 9 years ago
  60. ec12754 bufio: fix scanning with a final empty token. by Rob Pike · 9 years ago
  61. dc6df1b cmd/go: elide -rpath when not applicable and used via LDFLAGS by Shawn Walker-Salas · 10 years ago
  62. b07a9ef math/big: faster string conversion routines by Robert Griesemer · 9 years ago
  63. 007fa01 cmd/doc: don't stop after first package if the symbol is not found by Rob Pike · 9 years ago
  64. 3f7c3e0 math/big: fix test for denormalized inputs and enable more test cases by Robert Griesemer · 9 years ago
  65. 44ab8ba compile/internal/gc,internal/obj: remove some usages of obj.Bool2int by Marvin Stenger · 9 years ago
  66. 550b7cc cmd/link/internal/ld: removed some uses of stringsCompare by Marvin Stenger · 9 years ago
  67. ffe7439 cmd/compile/internal/gc: move functions from util.go to lex.go by Marvin Stenger · 9 years ago
  68. d08f34e cmd/compile/internal/gc: convert return values from int to bool by Marvin Stenger · 9 years ago
  69. 8560ead multipart: fixes problem parsing mime/multipart of certain lengths by Francisco Claude · 10 years ago
  70. d1b1487 archive/tar: remove dead code with USTAR path splitting by Joe Tsai · 10 years ago
  71. 2c96e5d cmd/dist: fix build after "go test" argument order change by Shenghou Ma · 9 years ago
  72. c720875 spec: minor adjustment of prose in composite literal section by Robert Griesemer · 9 years ago
  73. c0486b1 doc: go1.6.txt: go test flag changes by Rob Pike · 9 years ago
  74. 6acb4d9 cmd/go: fix processing of flags for test binaries. by Rob Pike · 9 years ago
  75. 0befa47 strconv: slightly simplified roundShortest; better comments by Robert Griesemer · 9 years ago
  76. 59a6ba5 math/big: factored out an internal accessor method (cleanup), added benchmark by Robert Griesemer · 9 years ago
  77. 53c92f9 os: document that behavior of Seek on O_APPEND files is not specified by Shenghou Ma · 9 years ago
  78. 604fbab runtime: fix incomplete sentence in comment by Shenghou Ma · 9 years ago
  79. 4fc9565 math/big: implement negative precision for Float.Append/Text by Robert Griesemer · 9 years ago
  80. d02a4c1 runtime: test that timeBeginPeriod succeeds by Alex Brainman · 10 years ago
  81. b0a1f64 compress/gzip: detect truncated streams by Joe Tsai · 9 years ago
  82. 9deb940 compress/flate: detect truncated streams by Joe Tsai · 9 years ago
  83. 646401b os: add check for ERROR_BAD_NETPATH in windows IsNotExist by Alex Brainman · 10 years ago
  84. c604f48 doc: document go1.4.3 by Chris Broadfoot · 9 years ago
  85. 226aaf4 regexp: add runnable example to regex.Split by Seth Hoenig · 10 years ago
  86. 143f3fd encoding/json: spell "marshaling" and "unmarshaling" consistently by Andrew Gerrand · 10 years ago
  87. 7b7f855 test/fixedbugs: update overly restrictive test case by Robert Griesemer · 9 years ago
  88. b307910 runtime: fix offset in invalidptr panic message by Austin Clements · 9 years ago
  89. 5cf281a runtime: optimize duffcopy on amd64 by Ilya Tocar · 9 years ago
  90. b5d94b7 math/big: add test cases for min/max exponent values by Robert Griesemer · 9 years ago
  91. 16b3675 math/big: optimize Float.Parse by reducing powers of 10 to powers of 2 and 5 by Robert Griesemer · 9 years ago
  92. c396c04 src/cmd/compile/internal/gc: remove now unnecessary restriction on float exponent parsing by Robert Griesemer · 9 years ago
  93. 66c25fa image/png: integer underflow when decoding by Nathan Otterness · 10 years ago
  94. 980cb0c cmd/asm: fix crash triggered by nested #define by Rob Pike · 9 years ago
  95. bca70a6 cmd/compile/internal/gc: use sort.Interface for reflect methods by Håvard Haugen · 10 years ago
  96. ebd9693 cmd/vet: build the binary only once in the test by Rob Pike · 9 years ago
  97. c07ec39 go/printer: avoid stomping on err before checking it by Tarmigan Casebolt · 10 years ago
  98. 7454f53 cmd/vet: copy changes from golang.org/x/tools to cmd/vet by Rob Pike · 9 years ago
  99. 4e99ed6 cmd/doc: don't drop const/var block if first entry is unexported by Rob Pike · 10 years ago
  100. fcf8143 encoding/json: scanner: use byte, more consistent by Marvin Stenger · 9 years ago