1. 0434d40 [dev.link] cmd/compile: mark stmp and stkobj symbols as static by Than McIntosh · 3 years, 10 months ago
  2. 2336d12 doc/editors.html: update VS Code Go extension url by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  3. ca978a5 A+C: add Kush Patel (corporate CLA for Hootsuite Inc) by Kush Patel · 3 years, 10 months ago
  4. cd10f5f crypto/tls: relax the docs of InsecureSkipVerify by Filippo Valsorda · 3 years, 11 months ago
  5. c769a47 net: correct address when listening on IPv4zero tcp4/udp4 on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  6. 12debf4 crypto/x509/pkix: print non-standard parsed Names at the end by Filippo Valsorda · 3 years, 10 months ago
  7. 6ba3e6a doc/go1.15: add html/template and text/template docs by Filippo Valsorda · 3 years, 10 months ago
  8. 3b6b86d go/build: rewrite TestDependencies to be cleaner, more correct by Russ Cox · 3 years, 10 months ago
  9. 18d042e all: go get golang.org/x/net@ab3426394381 by Russ Cox · 3 years, 10 months ago
  10. bff3727 doc/go1.15: update Go 1.15 release notes using relnote by Carlos Amedee · 3 years, 10 months ago
  11. 59a702a [dev.link] cmd/link: emit Mach-O relocations in mmap by Cherry Zhang · 3 years, 10 months ago
  12. 041d885 [dev.link] cmd/link: run more tests in parallel by Cherry Zhang · 3 years, 10 months ago
  13. 130ede0 [dev.link] cmd/link: remove some unneeded code from writeBlock() by Than McIntosh · 3 years, 10 months ago
  14. 6b34417 path/filepath: add explicit comment marking elided errors by Russ Cox · 3 years, 10 months ago
  15. 1e93812 [dev.link] cmd/link: better naming for Loader container/subsym methods, part 2 of 2 by Than McIntosh · 3 years, 10 months ago
  16. 3c3cc19 [dev.link] cmd/link: better naming for Loader container/subsym methods, part 1 of 2 by Than McIntosh · 3 years, 10 months ago
  17. 6a167c7 cmd/go: display test binary output if invoked with -help by Ian Lance Taylor · 3 years, 10 months ago
  18. 20afbe8 cmd/oldlink: port bug fixes to old linker by Cherry Zhang · 3 years, 10 months ago
  19. 8c46cb1b [dev.link] cmd/link: write ELF relocations in mmap on all architectures by Cherry Zhang · 3 years, 10 months ago
  20. fcf1cb2 go/build: remove use of package log by Russ Cox · 3 years, 10 months ago
  21. 36939ae [dev.link] cmd/link: parallelize ELF relocation writing by Cherry Zhang · 3 years, 10 months ago
  22. 987ce93 [dev.link] cmd/link: emit ELF relocations in mmap by Cherry Zhang · 3 years, 10 months ago
  23. 87db6d9 doc/go1.15: fix wording in a few places by Alberto Donizetti · 3 years, 10 months ago
  24. dd15017 crypto/tls: create certs w/o KeyEncipherment KU for non-RSA keys in generate_cert.go by Daniel · 3 years, 10 months ago
  25. 5de90d3 Revert "encoding/json: don't reuse slice elements when decoding" by Daniel Martí · 3 years, 10 months ago
  26. a4ba411b cmd/link: skip fallocate test if not supported, and adjust allocation size on darwin by Cherry Zhang · 3 years, 10 months ago
  27. 7799756 cmd/link: fix GC data reading from shared library (attempt 2) by Cherry Zhang · 3 years, 10 months ago
  28. d7553d9 cmd/link: mark special symbols reachable by Cherry Zhang · 3 years, 10 months ago
  29. 84152d5 doc: add riscv64 to ports list by Tobias Klauser · 3 years, 10 months ago
  30. 96e8366 Revert "cmd/link: fix GC data reading from shared library" by Cherry Zhang · 3 years, 10 months ago
  31. 5779bb4 cmd/link: fix GC data reading from shared library by Cherry Zhang · 3 years, 10 months ago
  32. bf061af doc/go1.15: add encoding/asn1 note about minimal encoding by Roland Shoemaker · 3 years, 10 months ago
  33. 364d320 [dev.link] cmd/link: stop Seek file in munmap by Cherry Zhang · 3 years, 10 months ago
  34. b473a1f [dev.link] cmd/link: read symbol type only when necessary in elfreloc1 by Cherry Zhang · 3 years, 10 months ago
  35. 4b28f5d net: fix TestDialerLocalAddr on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  36. c4fd3f6 doc: add note about missing lock in sample code by Ferenc Szabo · 3 years, 10 months ago
  37. 8c52173 doc/go1.15: remove encoding/xml doc by Ian Lance Taylor · 3 years, 10 months ago
  38. 2ca0f5a Revert "encoding/xml: fix reserved namespace check to be case-insensitive" by Ian Lance Taylor · 3 years, 10 months ago
  39. db85615 doc: add alt attribute to gopher image in help.html by Alexander Nohe · 3 years, 10 months ago
  40. 9a64396 doc/go1.15: add release note for encoding/asn1 by Roland Shoemaker · 3 years, 10 months ago
  41. ce81a8f net/http: fix panic with If-None-Match value in http.ServeContent by Marcus Weiner · 3 years, 11 months ago
  42. 152ffca net: add support for dialing from a custom local address on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  43. a980e8a net: handle more interface types without a hardware address on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  44. c875503 doc: fix typos and grammatical errors in contribute.html by Jie Ma · 3 years, 10 months ago
  45. 12c01f7 runtime: ensure arenaBaseOffset makes it into DWARF (for viewcore) by Keith Randall · 3 years, 10 months ago
  46. a295d59 cmd/cgo: prevent redeclaration of _Ctype_void when C.void is used by Matthew Dempsky · 3 years, 10 months ago
  47. 3c474d4 doc/go1.15: fix typos and wording in a few places by Alberto Donizetti · 3 years, 10 months ago
  48. 92051a9 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 10 months ago
  49. 186e61f doc/go1.14: crypto/tls.Config.NameToCertificate is deprecated by Ian Lance Taylor · 3 years, 10 months ago
  50. d1015f3 runtime: don't preempt if preemption is disabled by Cherry Zhang · 3 years, 10 months ago
  51. c143a5f doc/go1.15: fix bad link to crypto/tls by Alberto Donizetti · 3 years, 10 months ago
  52. 7dbd40b [dev.link] cmd/link: remove special dynlinkingGo case in pclntab pass by Cherry Zhang · 3 years, 10 months ago
  53. a9a1217 [dev.link] cmd/link: handle runtime.text/etext symbols more consistently by Cherry Zhang · 3 years, 10 months ago
  54. 1fdf5ba [dev.link] cmd/link: move findfunctab to a generated symbol by Jeremy Faller · 3 years, 11 months ago
  55. f033e23 [dev.link] cmd/link: add generator symbols by Jeremy Faller · 3 years, 11 months ago
  56. b137746 crypto/x509: move and update the SSL_CERT_FILE and SSL_CERT_DIR docs by Filippo Valsorda · 3 years, 11 months ago
  57. 3b2f67a cmd/compile: remove check that Zero's arg has the correct base type by Keith Randall · 3 years, 10 months ago
  58. 334752d os: return *PathError error in File.Sync on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  59. cbfced7 [dev.link] cmd/internal: convert basic types to builtin symbols by Than McIntosh · 3 years, 11 months ago
  60. be38746 [dev.link] cmd/internal/obj: don't write builtin names in obj writer by Than McIntosh · 3 years, 11 months ago
  61. 1bb247a doc/go1.15: mention consequence of os.File.ReadFrom by Ian Lance Taylor · 3 years, 11 months ago
  62. d7e3a16 doc/faq: fix a grammar mistake by Kerollos Magdy · 3 years, 11 months ago
  63. b465202 net: consistently document deadline handling by Ian Lance Taylor · 3 years, 11 months ago
  64. 7eb5941 crypto/tls: replace VerifyPeerCertificate example with VerifyConnection by Filippo Valsorda · 3 years, 11 months ago
  65. 66cb673 crypto/tls: expand the ConnectionState docs by Filippo Valsorda · 3 years, 11 months ago
  66. 3c6fec8 crypto/tls: fix DialContext docs by Filippo Valsorda · 3 years, 11 months ago
  67. 72019cf crypto/x509: restore support for ios tag on darwin/amd64 by Filippo Valsorda · 3 years, 11 months ago
  68. 3e95c5b crypto/x509: update bundled iOS roots and rewrite generator by Filippo Valsorda · 3 years, 11 months ago
  69. 320e4ad crypto/elliptic: document and test that IsOnCurve(∞) == false by Filippo Valsorda · 3 years, 11 months ago
  70. a89fd32 [dev.link] cmd/link: fix data race on AIX by Cherry Zhang · 3 years, 11 months ago
  71. f0cf4d4 [dev.link] cmd/{compile,link}: fix file/line of last instruction in DWARF line table by Than McIntosh · 3 years, 11 months ago
  72. 9f33108 cmd/link: skip zero values in fingerprint check by Cherry Zhang · 3 years, 11 months ago
  73. f547046 [dev.link] cmd/link: rescope Datblk to datblk by Jeremy Faller · 3 years, 11 months ago
  74. 18bcc7c net/http: document Dir behavior with symlinks by Katie Hockman · 3 years, 11 months ago
  75. 37682f7 [dev.link] cmd/link: apply relocations while writing symbols by Cherry Zhang · 3 years, 11 months ago
  76. 968e18e text/template: fix lint typo in VariableNode doc by Macks · 3 years, 11 months ago
  77. b486bd8 runtime: fix comment about memequal implementation locations by Cholerae Hu · 4 years ago
  78. 60f7876 syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on Linux by Tobias Klauser · 3 years, 11 months ago
  79. 5e526e6 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 11 months ago
  80. f2bba30 cmd/link: use sym.Symbol in addpersrc by Cherry Zhang · 3 years, 11 months ago
  81. 27a0012 cmd/dist: don't copy arm64 specific files for bootstap build by fanzha02 · 3 years, 11 months ago
  82. b424a31 runtime/trace: fix file name in example by Rodolfo Carvalho · 3 years, 11 months ago
  83. af09ff1 runtime, syscall: use local cache for Setenv/Getenv in Plan 9 by Richard Miller · 4 years ago
  84. 3dec253 reflect: zero stack slots before writing to them with write barriers by Keith Randall · 3 years, 11 months ago
  85. a07e281 cmd/compile: redo flag constant ops for arm64 by Keith Randall · 3 years, 11 months ago
  86. 40ef1fa cmd/compile: redo flag constant ops for arm by Keith Randall · 3 years, 11 months ago
  87. 377c153 cmd/compile: mark s390x int <-> float conversions as clobbering flags by Michael Munday · 3 years, 11 months ago
  88. 4379fa1 cmd/internal/obj/ppc64: update doc by Lynn Boger · 3 years, 11 months ago
  89. d872bbc reflect: handling flagIndir in DeepEqual potential cycles by Ian Lance Taylor · 3 years, 11 months ago
  90. 84baf41 doc/go1.15: document new bufio.ErrBadReadCount by Ian Lance Taylor · 3 years, 11 months ago
  91. 292a771 net/rpc: clarify documention of Call.Done field by Ian Lance Taylor · 3 years, 11 months ago
  92. 0ce1ffc4 regexp/syntax: append patchLists in constant time by Andy Balholm · 3 years, 11 months ago
  93. 8b98498 net/http: make Transport.RoundTrip preserve Requests by Damien Neil · 3 years, 11 months ago
  94. f84bbd5 cmd/compile: mark block control instruction unsafe in "all unsafe" functions by Cherry Zhang · 4 years ago
  95. dea6d928f bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader by Dmitri Shuralyov · 3 years, 11 months ago
  96. d1a186d2 [dev.link] cmd/link: parallelize second-stage DWARF generation by Than McIntosh · 3 years, 11 months ago
  97. 0fb1517 [dev.link] cmd/link: remove implicit reachability setting from SymbolBuilder by Than McIntosh · 3 years, 11 months ago
  98. 27144d1 [dev.link] cmd/link: refactor dwarf gen methods to be comp-unit centric by Than McIntosh · 3 years, 11 months ago
  99. d08bab9 [dev.link] cmd/link: rework line table generation to reduce heap mem by Than McIntosh · 3 years, 11 months ago
  100. bc1dbe5 [dev.link] cmd/link: stop emitting .debug_pubnames/.debug_pubtypes by Than McIntosh · 3 years, 11 months ago