1. 9a78935 runtime/pprof: test that stack barriers never appear in profile by Austin Clements · 9 years ago
  2. 9c9d74a runtime: prevent sigprof during all stack barrier ops by Austin Clements · 9 years ago
  3. 3a2fc06 runtime: handle sigprof in stackBarrier by Austin Clements · 9 years ago
  4. aae81d9 net/http: start of making all relevant tests test both http1 and http2 by Brad Fitzpatrick · 9 years ago
  5. e4a1acc net/http: accept empty method in Transport again by Brad Fitzpatrick · 9 years ago
  6. e8e0d90 cmd/dist: run testshared on linux/386 by Michael Hudson-Doyle · 9 years ago
  7. 09d7de8 cmd/link, runtime: call addmoduledata when dynamically linking on linux/386 by Michael Hudson-Doyle · 9 years ago
  8. 34cbccd cmd/compile/internal/gc: add line numbers for complit elts if needed (addresses TODO) by Robert Griesemer · 9 years ago
  9. 431c2328 cmd/compile/internal/gc: address TODO (better comment) by Robert Griesemer · 9 years ago
  10. fe762b6 cmd/compile/internal/gc: better error message for parenthesized go/defer exprs by Robert Griesemer · 9 years ago
  11. 5500d46 cmd/compile/internal/gc: fix incorrect parsing of &(T{}) when followed by { by Robert Griesemer · 9 years ago
  12. 1a111ea cmd/compile/internal/gc: fix parsing of <-x (recv op vs recv-only chan) by Robert Griesemer · 9 years ago
  13. 9ceb1ac net: use t.Fatalf, not t.Fatal, in test by Ian Lance Taylor · 9 years ago
  14. 342f17e cmd/internal/obj/x86, cmd/link: enable access to global data via GOT when -dynlink on 386 by Michael Hudson-Doyle · 9 years ago
  15. cb03938 cmd/internal/obj/x86: position independent access to global data on 386 when -shared by Michael Hudson-Doyle · 9 years ago
  16. 3c85e1b cmd/internal/obj/x86: factor rewriting to use GOT into separate function by Michael Hudson-Doyle · 9 years ago
  17. 6bf794a cmd/link: link go.o first by Russ Cox · 9 years ago
  18. 918a264 cmd/compile: fix Val vs Opt collision by Russ Cox · 9 years ago
  19. f8e6418 runtime: fix bad signal stack when using cgo-created threads and async signals by Russ Cox · 9 years ago
  20. 921e7df cmd/dist: don't run internal link tests on arm or darwin/arm64 by Ian Lance Taylor · 9 years ago
  21. 5af2be8 Revert "runtime: use a proper type, sigset, for m.sigmask" by Russ Cox · 9 years ago
  22. 53c21df strings: fix period placement in Search doc comment by Caleb Spare · 9 years ago
  23. 8d2f60f cmd/link: add -libgcc option by Ian Lance Taylor · 9 years ago
  24. 3bf61fb cmd/internal/obj/x86, cmd/link/internal/x86: support IE model TLS on linux/386 by Michael Hudson-Doyle · 9 years ago
  25. 61da0e9 cmd/compile, cmd/compile/internal/x86: do not let regopt use CX in position independent code by Michael Hudson-Doyle · 9 years ago
  26. 6056cc5 runtime: handle volatility of CX when dynamically linking on linux/386 by Michael Hudson-Doyle · 9 years ago
  27. c8abb02 cmd/go: enable -buildmode=pie on linux/386 by Michael Hudson-Doyle · 9 years ago
  28. a3e7544 encoding/asn1: enforce use of short form lengths. by David Benjamin · 9 years ago
  29. f4b4d2f time: _2006 is a literal _, followed by 2006 by Edward Muller · 9 years ago
  30. 2619dcc path/filepath: in Rel use case-insensitive comparison on Windows by Mohit Agarwal · 9 years ago
  31. 4d4a266 net: fix IPv4 address selection by Matthew Dempsky · 9 years ago
  32. e0e4ccb path/filepath: include the original paths in error messages by Mohit Agarwal · 9 years ago
  33. 888aadf cmd: enable android/386 build (buildmode=pie by default) by Hyang-Ah Hana Kim · 9 years ago
  34. 7db7727 runtime: use a proper type, sigset, for m.sigmask by Elias Naur · 9 years ago
  35. 07d4899 cmd/doc: fix strange indentation artifacts with unexported fields by Joe Tsai · 9 years ago
  36. 90e26f5 runtime, syscall: use int $0x80 to invoke syscalls on android/386 by Michael Hudson-Doyle · 9 years ago
  37. f4a9bd8 net: don't require recursion be available in DNS responses by Dan Peterson · 9 years ago
  38. a29113f go/build: in TestDependencies, crypto/tls does not use cgo by Ian Lance Taylor · 9 years ago
  39. 8b1152a net/http: add/update mp4 sniffing by Emmanuel Odeke · 9 years ago
  40. ce8f49f runtime: android/arm64 support by David Crawshaw · 9 years ago
  41. babdb38 net/http: detect when an HTTPS client contacts an HTTP server by Caleb Spare · 9 years ago
  42. 662ab8b cmd/compile/internal/gc: add dropped line correction again by Robert Griesemer · 9 years ago
  43. 0133d24 cmd/compile/internal/gc: don't ignore EOF in new parser by Robert Griesemer · 9 years ago
  44. a20556b cmd/compile/internal/gc: correctly use internal call to error reporting by Robert Griesemer · 9 years ago
  45. f9357cd runtime: check for updated arena_end overflow by Austin Clements · 9 years ago
  46. 4d39bb6 runtime: make mcache.tiny a uintptr by Austin Clements · 9 years ago
  47. 835c83b runtime: clear tiny alloc cache in mark term, not sweep term by Austin Clements · 9 years ago
  48. 45d1c8a crypto/tls: return a typed error on invalid record headers by Caleb Spare · 9 years ago
  49. bf5b4e7 unicode/utf8: table-based algorithm for decoding by Marcel van Lohuizen · 9 years ago
  50. 2c11164 cmd/compile: fix value range check for complex constants by Russ Cox · 9 years ago
  51. 292ad59 cmd/compile: do not emit args_stackmap for func _ by Russ Cox · 9 years ago
  52. 247959d cmd/compile: reject identifiers beginning with non-ASCII digit by Russ Cox · 9 years ago
  53. f2eb3de cmd/compile: document -trimpath by Russ Cox · 9 years ago
  54. 9aed0b7 cmd/compile: add special case for testing first field of struct variable by Ian Lance Taylor · 9 years ago
  55. be1ef46 runtime: add optional expensive check for invalid cgo pointer passing by Ian Lance Taylor · 9 years ago
  56. 1860a0f cmd/dist: check more GOOS/GOARCH combinations in mkdeps.bash by Ian Lance Taylor · 9 years ago
  57. f7c7ed7 cmd/go: set buildmode=pie default for android/arm64. by Rahul Chaudhry · 9 years ago
  58. 0de59c2 runtime: handle sysReserve returning a pointer below the arena by Austin Clements · 9 years ago
  59. 97dc591 runtime: avoid stat underflow crash by Austin Clements · 9 years ago
  60. 9b299c1 unicode/utf8: removed uses of ranging over string by Marcel van Lohuizen · 9 years ago
  61. 25a28da cmd/dist, cmd/go: run testshared on arm64 by Michael Hudson-Doyle · 10 years ago
  62. 4bae454 cmd/link: work around arm64 linker bugs with GOT relocations against local symbols by Michael Hudson-Doyle · 9 years ago
  63. 3534e2b cmd/internal/obj, cmd/link: access global data via a GOT in -dynlink mode on arm64 by Michael Hudson-Doyle · 10 years ago
  64. deb0961 crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites by Shenghou Ma · 9 years ago
  65. fb01ad2 math/rand: add a comment for the i=0 iteration by Jingguo Yao · 9 years ago
  66. 7af0839 cmd/go, runtime: always use position-independent code to invoke vsyscall helper on linux/386 by Michael Hudson-Doyle · 9 years ago
  67. 52393ad runtime: remove go:nosplit comment from reflect.typelinks by Ian Lance Taylor · 9 years ago
  68. c60707b encoding/json: use reflect.SetBytes when decoding bytes by Håvard Haugen · 9 years ago
  69. 0624fd3 cmd/compile: regenerate builtin.go by Didier Spezia · 9 years ago
  70. 3a96bf0 cmd/dist: disable shootout/spectralnorm on linux/mips64 builder by Shenghou Ma · 9 years ago
  71. 754f707 cmd/link, cmd/go, cmd/dist: use copy of libgcc.a for internal linking by Ian Lance Taylor · 9 years ago
  72. 5a0d9ef crypto/tls, crypto/aes: remove allocations when Writing & Reading by Brad Fitzpatrick · 9 years ago
  73. ac658a8 cmd/compile/internal/gc: consume at least one token in case of syntax error by Robert Griesemer · 9 years ago
  74. d8dd9c7 cmd/dist: default to clang, not gcc, on freebsd by Russ Cox · 9 years ago
  75. 1212675 cmd/compile: associate tracking issue numbers with TODOs by Robert Griesemer · 9 years ago
  76. 59dc257 cmd/compile: cleanup in parser (3) by Robert Griesemer · 9 years ago
  77. 8d733ec cmd/compile: cleanup in parser.go (2) by Robert Griesemer · 9 years ago
  78. 18160e0 cmd/compile: cleanup in parser.go by Robert Griesemer · 9 years ago
  79. c8bc7f1 cmd/compile: better syntax error handling for new parser by Robert Griesemer · 9 years ago
  80. 06eb504 runtime: remove zgoarch_*.go files by Matthew Dempsky · 9 years ago
  81. b4c9ec8 net/rpc: verify that embedding works with changed semantics by Marcel van Lohuizen · 9 years ago
  82. b569b87 cmd/compile/internal/gc: recursive-descent parser by Robert Griesemer · 9 years ago
  83. b5c1b5d cmd/go: fix build -n when adding to archive with gc toolchain by Ian Lance Taylor · 9 years ago
  84. 9958a7b Revert "cmd/internal/obj/arm64, cmd/link: use two instructions rather than three for loads from memory" by David Crawshaw · 9 years ago
  85. a734a85 net/http: require valid methods in NewRequest and Transport.RoundTrip by Brad Fitzpatrick · 9 years ago
  86. 0b314e1 net/http: add method constants by Brad Fitzpatrick · 9 years ago
  87. d3a4e8e compress/gzip: specify when Reader.Header is valid by Joe Tsai · 9 years ago
  88. 2a031e6 cmd/internal/obj/arm64: rewrite branches that are too far by Shenghou Ma · 9 years ago
  89. ec9aae7 runtime: move m's OS-specific semaphore fields into mOS by Matthew Dempsky · 9 years ago
  90. d42cc10 cmd/dist: set timeout for go1 benchmark too by Shenghou Ma · 9 years ago
  91. 3a30498 archive/tar: make output deterministic by Matt Layher · 10 years ago
  92. 7bb38f6 runtime: replace tls0 with m0.tls by Matthew Dempsky · 9 years ago
  93. 940d41e net: make TestInterfaceList work on non-English Windows by Yasuhiro Matsumoto · 9 years ago
  94. 0adf6dc runtime: disable prefetching on 386 by Shenghou Ma · 9 years ago
  95. 85ca578 os: add document for ErrInvalid by Shenghou Ma · 9 years ago
  96. 37ac54d cmd/dist: run testshared on linux/ppc64le by Michael Hudson-Doyle · 9 years ago
  97. 1ccefcd cmd/link, runtime: implement & call addmoduledata on ppc64le by Michael Hudson-Doyle · 9 years ago
  98. 64fbca4 cmd/internal/obj/ppc64: avoid calling morestack via a PLT when dynamically linking by Michael Hudson-Doyle · 9 years ago
  99. 2ac9931 cmd/internal/obj, cmd/link: access global data via GOT when dynlinking on ppc64le by Michael Hudson-Doyle · 9 years ago
  100. 9a47602 cmd/go, cmd/link: enable -buildmode=shared on linux/ppc64le by Michael Hudson-Doyle · 9 years ago