1. 2e47b28 androidtest.bash: correct the location of compiled packages by Hyang-Ah Hana Kim · 9 years ago
  2. 73f329f runtime, syscall: add calls to msan functions by Ian Lance Taylor · 9 years ago
  3. c279250 runtime: change functype's in and out fields to []*_type by Matthew Dempsky · 9 years ago
  4. 163653e go/build: test code cleanup: remove unnecessary func var by Hyang-Ah Hana Kim · 9 years ago
  5. 08d04ba log/syslog: disable unix/unixgram tests on android by Hyang-Ah Hana Kim · 9 years ago
  6. 5174df9 runtime, runtime/msan: add msan runtime support by Ian Lance Taylor · 9 years ago
  7. a42f668 runtime: eliminate unused _GCstw phase by Austin Clements · 9 years ago
  8. 28f458c runtime: eliminate unnecessary ragged barrier by Austin Clements · 9 years ago
  9. 0c69f13 cmd/compile: add -msan option by Ian Lance Taylor · 9 years ago
  10. 7b4b96f cmd/link: add -msan option by Ian Lance Taylor · 9 years ago
  11. 3c1712d cmd/vet: fix shadow assignment check with complex rhs by Konstantin Shaposhnikov · 9 years ago
  12. 9e902f0 cmd/compile: generalize racewalk to instrument (naming change) by Ian Lance Taylor · 9 years ago
  13. 76dcedc cmd/go: dedup packages in packagesAndErrors by Nodir Turakulov · 9 years ago
  14. d8c6bf9 cmd/compile: remove a stray word in the go:nosplit documentation by Aaron Jacobs · 9 years ago
  15. b60c820 cmd/compile: "invalid variable name x in type switch", where x is a name of a constant by acanino · 9 years ago
  16. 3b000b3 net/http: update copy of http2 by Brad Fitzpatrick · 9 years ago
  17. cf59c1f html/template: include itself while cloning by Nodir Turakulov · 9 years ago
  18. 09eb588 net/http: return error from Serve if http2.ConfigureServer returns an error by Brad Fitzpatrick · 9 years ago
  19. d4a7ea1 runtime: add stringStructOf helper function by Matthew Dempsky · 9 years ago
  20. ef986fa runtime: change odd 'print1_write' file names by Aaron Jacobs · 9 years ago
  21. 460568b6 path/filepath: disable symlink tests on android. by Hyang-Ah Hana Kim · 9 years ago
  22. 84808a2 os: disable symlink tests on android. by Hyang-Ah Hana Kim · 9 years ago
  23. 7628521 cmd/compile/internal/gc: there are no -0 floating-point constants by Robert Griesemer · 9 years ago
  24. ff85f86 spec: remove "untyped bool" oxymorons by Matthew Dempsky · 9 years ago
  25. 2bf91af crypto/cipher: fix CTR infinite loop with large block sizes by Caleb Spare · 9 years ago
  26. 55ecda4 spec: clarify numeric conversions where IEEE-754 produces -0.0 by Robert Griesemer · 10 years ago
  27. 27838f3 cmd/compile/internal/gc: remove atoi function (minor cleanup) by Robert Griesemer · 9 years ago
  28. 30ee591 runtime: add syscalls needed for android/amd64 logging. by Hyang-Ah Hana Kim · 9 years ago
  29. 7d2c6eb cmd/internal/obj/x86: align functions with trap instruction by Ilya Tocar · 9 years ago
  30. 77b1fef cmd/compile, syscall: use go:norace comment for forkAndExecInChild by Ian Lance Taylor · 9 years ago
  31. 3bc0601 runtime: rename _func.frame to make it clear it's deprecated and unused. by Aaron Jacobs · 9 years ago
  32. 26fe24c fmt: Add support for capital '%X' format verb for scanning by Thorben Krueger · 9 years ago
  33. 0bf515c net/http/httptest: detect Content-Type in ResponseRecorder by Nodir Turakulov · 9 years ago
  34. d4d1668 net/http: add Transport.TLSNextProto, ErrSkipAltProtocol by Brad Fitzpatrick · 9 years ago
  35. a3156aa net/http/httptest: change Server to use http.Server.ConnState for accounting by Brad Fitzpatrick · 10 years ago
  36. 684218e cmd/compile: clarify where mkbuiltin.go input files are found by Ian Lance Taylor · 9 years ago
  37. 4dc49d2 cmd/go: don't override GIT_TERMINAL_PROMPT by Burcu Dogan · 9 years ago
  38. 88fa2e0 net/http: fix typo in serve_test.go by Nodir Turakulov · 9 years ago
  39. c5856cf runtime: tweaks to allow -buildmode=shared to work by Michael Hudson-Doyle · 9 years ago
  40. d66f6c2c cmd/link: centralize knowledge of size of fixed part of stack by Michael Hudson-Doyle · 9 years ago
  41. c23c8d5 cmd/compile: allow -shared/-dynlink on ppc64 by Michael Hudson-Doyle · 10 years ago
  42. fd85928 cmd/cgo: give __uint128_t type [16]uint8 by David Crawshaw · 9 years ago
  43. 996c540 net: android no longer supports unix/unixgram by David Crawshaw · 9 years ago
  44. 3cd56b4 runtime: combine gcResetGState and gcResetMarkState by Austin Clements · 9 years ago
  45. b0d5e5c runtime: consolidate gcResetGState calls by Austin Clements · 9 years ago
  46. feb92a8 runtime: remove work.partial queue by Austin Clements · 9 years ago
  47. 1da6b2e fmt: clarify reflect.Value printing by Nodir Turakulov · 9 years ago
  48. 17a256b cmd/go: -buildmode=pie for android/arm by David Crawshaw · 9 years ago
  49. 26205cb cmd/link: PIE executables for android/arm by David Crawshaw · 9 years ago
  50. e538e1b go/types: check that typed constant shift expressions are representable by Matthew Dempsky · 9 years ago
  51. e920f7d cmd/cgo: don't print absolute path in comment by David Crawshaw · 9 years ago
  52. a8645e2 net/http: use the correct error variable in serveFile by Brad Fitzpatrick · 9 years ago
  53. 5d88323 runtime: remove a redundant nil pointer check. by Aaron Jacobs · 9 years ago
  54. 386fa03 runtime: merge proc1.go -> proc.go by Nodir Turakulov · 9 years ago
  55. 22dfbbe compress/flate: improve inflate speed by reading more bits at a time by Joe Tsai · 9 years ago
  56. 2437575 runtime: merge race1.go -> race.go by Nodir Turakulov · 9 years ago
  57. 6deb3c0 runtime, runtime/cgo: conform to PIC register use rules in ppc64 asm by Michael Hudson-Doyle · 9 years ago
  58. b8f8969 reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame size by Michael Hudson-Doyle · 9 years ago
  59. 97055dc cmd/compile, cmd/internal/obj: centralize knowledge of size of fixed part of stack by Michael Hudson-Doyle · 9 years ago
  60. a485581 runtime: add a constant for the smallest possible stack frame by Michael Hudson-Doyle · 9 years ago
  61. 45c06b2 cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on ppc64x by Michael Hudson-Doyle · 9 years ago
  62. d0c9b40 mime: Remove an allocation in word decoding. by Justin Nuß · 10 years ago
  63. db2e73f runtime: merge stack{1,2}.go -> stack.go by Nodir Turakulov · 9 years ago
  64. 69a99cc cmd/link: always disable lazy PLT resolution when dynamically linking Go by Michael Hudson-Doyle · 9 years ago
  65. dab143c net/http: Client support for Expect: 100-continue by Yasuharu Goto · 10 years ago
  66. 4562784 runtime: remove some unnecessary unsafe code in mfixalloc by Matthew Dempsky · 9 years ago
  67. 368f73b net: unblock plan9 TCP Read calls after socket close by Brad Fitzpatrick · 9 years ago
  68. 7d86d57 net: use IndexByte implementation from runtime package by Ilya Tocar · 9 years ago
  69. 9358f7f runtime: merge panic1.go into panic.go by Nodir Turakulov · 9 years ago
  70. d72d299 runtime: rename print1.go -> print.go by Nodir Turakulov · 9 years ago
  71. 881b0e7 runtime: merge string1.go into string.go by Nodir Turakulov · 9 years ago
  72. 6de4009 database/sql: avoid deadlock waiting for connections by Chris Hines · 10 years ago
  73. 19aa4209 syscall: fix nacl listener to not accept connections once closed by Brad Fitzpatrick · 9 years ago
  74. 42c7929 runtime, runtime/debug: access unexported runtime functions with //go:linkname, not assembly stubs by Michael Hudson-Doyle · 9 years ago
  75. 0b8d583 runtime, os/signal: use //go:linkname instead of assembly stubs to get access to runtime functions by Michael Hudson-Doyle · 9 years ago
  76. 4c2465d runtime: use unsafe.Pointer(x) instead of (unsafe.Pointer)(x) by Matthew Dempsky · 9 years ago
  77. 67722fe cmd/compile/internal/gc: reject invalid unsafe.Sizeof([0]byte{}[0]) by Matthew Dempsky · 9 years ago
  78. 7eb94db cmd/compile/internal/gc: refactor range/memclr optimization by Matthew Dempsky · 9 years ago
  79. d3ae2d2 net/http/cgi: optimize internal function removeLeadingDuplicates a bit by Brad Fitzpatrick · 9 years ago
  80. 167a712 text/template: resolve non-empty interface by Nodir Turakulov · 9 years ago
  81. 65fc379 mime: limit UTF-8 encoded-word length to 75 characters by Alexandre Cesaro · 10 years ago
  82. 9f60a0a net/http/httputil: clarify where DumpRequest(Out)? can be used. by Aaron Jacobs · 9 years ago
  83. 0731471 encoding/json: simplify encodeState.{string, stringBytes} by Nodir Turakulov · 9 years ago
  84. 20736fc net/http: enable automatic HTTP/2 if TLSNextProto is nil by Brad Fitzpatrick · 9 years ago
  85. 7a3dcd2 vendor: import golang.org/x/net/http2 by Brad Fitzpatrick · 9 years ago
  86. b58515b net/http: don't hang if RemoteAddr() blocks by David Glasser · 9 years ago
  87. 2687db1 compress/gzip: fix go vet warning by Joe Tsai · 9 years ago
  88. 6186050 net/http/cgi: make provided Env override even system env vars by Steven Hartland · 10 years ago
  89. 1d765b7 runtime: Reduce testing for fastlog2 implementation by Raul Silvera · 9 years ago
  90. a6f69b3 encoding/csv: indicate package of EOF in docs by Katrina Owen · 9 years ago
  91. 30b9663 cmd/internal/obj: move empty field to the top by Shenghou Ma · 9 years ago
  92. ee07504 misc/cgo/testcshared: use -pie for android-L. by Hyang-Ah Hana Kim · 9 years ago
  93. 6e5ccce8 misc/cgo/test: fix go vet warnings by Ian Lance Taylor · 9 years ago
  94. 2d823fd net/http: ignore Transfer-Encoding for HTTP/1.0 responses by Brad Fitzpatrick · 9 years ago
  95. 2961cab runtime: remove _Kind constants by Ian Lance Taylor · 9 years ago
  96. 29aaf67 cmd/go: always log dynamic import errors by Burcu Dogan · 9 years ago
  97. 5b9c6b9 cmd/go: don't accept a relative path as GOBIN by Burcu Dogan · 9 years ago
  98. c6ef16b api: update next.txt by Brad Fitzpatrick · 9 years ago
  99. 8dd52cf net/http: export the "new" error codes from RFC 6585 by Brad Fitzpatrick · 9 years ago
  100. 6f77278 net/textproto: properly trim continued lines in MIME headers by Didier Spezia · 9 years ago