1. 8c46cb1b [dev.link] cmd/link: write ELF relocations in mmap on all architectures by Cherry Zhang · 3 years, 10 months ago
  2. fcf1cb2 go/build: remove use of package log by Russ Cox · 3 years, 10 months ago
  3. 36939ae [dev.link] cmd/link: parallelize ELF relocation writing by Cherry Zhang · 3 years, 10 months ago
  4. 987ce93 [dev.link] cmd/link: emit ELF relocations in mmap by Cherry Zhang · 3 years, 10 months ago
  5. 87db6d9 doc/go1.15: fix wording in a few places by Alberto Donizetti · 3 years, 10 months ago
  6. dd15017 crypto/tls: create certs w/o KeyEncipherment KU for non-RSA keys in generate_cert.go by Daniel · 3 years, 10 months ago
  7. 5de90d3 Revert "encoding/json: don't reuse slice elements when decoding" by Daniel Martí · 3 years, 10 months ago
  8. a4ba411b cmd/link: skip fallocate test if not supported, and adjust allocation size on darwin by Cherry Zhang · 3 years, 10 months ago
  9. 7799756 cmd/link: fix GC data reading from shared library (attempt 2) by Cherry Zhang · 3 years, 10 months ago
  10. d7553d9 cmd/link: mark special symbols reachable by Cherry Zhang · 3 years, 10 months ago
  11. 84152d5 doc: add riscv64 to ports list by Tobias Klauser · 3 years, 10 months ago
  12. 96e8366 Revert "cmd/link: fix GC data reading from shared library" by Cherry Zhang · 3 years, 10 months ago
  13. 5779bb4 cmd/link: fix GC data reading from shared library by Cherry Zhang · 3 years, 10 months ago
  14. bf061af doc/go1.15: add encoding/asn1 note about minimal encoding by Roland Shoemaker · 3 years, 10 months ago
  15. 364d320 [dev.link] cmd/link: stop Seek file in munmap by Cherry Zhang · 3 years, 10 months ago
  16. b473a1f [dev.link] cmd/link: read symbol type only when necessary in elfreloc1 by Cherry Zhang · 3 years, 10 months ago
  17. 4b28f5d net: fix TestDialerLocalAddr on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  18. c4fd3f6 doc: add note about missing lock in sample code by Ferenc Szabo · 3 years, 10 months ago
  19. 8c52173 doc/go1.15: remove encoding/xml doc by Ian Lance Taylor · 3 years, 10 months ago
  20. 2ca0f5a Revert "encoding/xml: fix reserved namespace check to be case-insensitive" by Ian Lance Taylor · 3 years, 10 months ago
  21. db85615 doc: add alt attribute to gopher image in help.html by Alexander Nohe · 3 years, 10 months ago
  22. 9a64396 doc/go1.15: add release note for encoding/asn1 by Roland Shoemaker · 3 years, 10 months ago
  23. ce81a8f net/http: fix panic with If-None-Match value in http.ServeContent by Marcus Weiner · 3 years, 10 months ago
  24. 152ffca net: add support for dialing from a custom local address on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  25. a980e8a net: handle more interface types without a hardware address on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  26. c875503 doc: fix typos and grammatical errors in contribute.html by Jie Ma · 3 years, 10 months ago
  27. 12c01f7 runtime: ensure arenaBaseOffset makes it into DWARF (for viewcore) by Keith Randall · 3 years, 10 months ago
  28. a295d59 cmd/cgo: prevent redeclaration of _Ctype_void when C.void is used by Matthew Dempsky · 3 years, 10 months ago
  29. 3c474d4 doc/go1.15: fix typos and wording in a few places by Alberto Donizetti · 3 years, 10 months ago
  30. 92051a9 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 10 months ago
  31. 186e61f doc/go1.14: crypto/tls.Config.NameToCertificate is deprecated by Ian Lance Taylor · 3 years, 10 months ago
  32. d1015f3 runtime: don't preempt if preemption is disabled by Cherry Zhang · 3 years, 10 months ago
  33. c143a5f doc/go1.15: fix bad link to crypto/tls by Alberto Donizetti · 3 years, 10 months ago
  34. 7dbd40b [dev.link] cmd/link: remove special dynlinkingGo case in pclntab pass by Cherry Zhang · 3 years, 10 months ago
  35. a9a1217 [dev.link] cmd/link: handle runtime.text/etext symbols more consistently by Cherry Zhang · 3 years, 10 months ago
  36. 1fdf5ba [dev.link] cmd/link: move findfunctab to a generated symbol by Jeremy Faller · 3 years, 10 months ago
  37. f033e23 [dev.link] cmd/link: add generator symbols by Jeremy Faller · 3 years, 11 months ago
  38. b137746 crypto/x509: move and update the SSL_CERT_FILE and SSL_CERT_DIR docs by Filippo Valsorda · 3 years, 10 months ago
  39. 3b2f67a cmd/compile: remove check that Zero's arg has the correct base type by Keith Randall · 3 years, 10 months ago
  40. 334752d os: return *PathError error in File.Sync on Plan 9 by Fazlul Shahriar · 3 years, 10 months ago
  41. cbfced7 [dev.link] cmd/internal: convert basic types to builtin symbols by Than McIntosh · 3 years, 11 months ago
  42. be38746 [dev.link] cmd/internal/obj: don't write builtin names in obj writer by Than McIntosh · 3 years, 11 months ago
  43. 1bb247a doc/go1.15: mention consequence of os.File.ReadFrom by Ian Lance Taylor · 3 years, 11 months ago
  44. d7e3a16 doc/faq: fix a grammar mistake by Kerollos Magdy · 3 years, 10 months ago
  45. b465202 net: consistently document deadline handling by Ian Lance Taylor · 3 years, 10 months ago
  46. 7eb5941 crypto/tls: replace VerifyPeerCertificate example with VerifyConnection by Filippo Valsorda · 3 years, 10 months ago
  47. 66cb673 crypto/tls: expand the ConnectionState docs by Filippo Valsorda · 3 years, 10 months ago
  48. 3c6fec8 crypto/tls: fix DialContext docs by Filippo Valsorda · 3 years, 10 months ago
  49. 72019cf crypto/x509: restore support for ios tag on darwin/amd64 by Filippo Valsorda · 3 years, 10 months ago
  50. 3e95c5b crypto/x509: update bundled iOS roots and rewrite generator by Filippo Valsorda · 3 years, 10 months ago
  51. 320e4ad crypto/elliptic: document and test that IsOnCurve(∞) == false by Filippo Valsorda · 3 years, 10 months ago
  52. a89fd32 [dev.link] cmd/link: fix data race on AIX by Cherry Zhang · 3 years, 10 months ago
  53. f0cf4d4 [dev.link] cmd/{compile,link}: fix file/line of last instruction in DWARF line table by Than McIntosh · 3 years, 10 months ago
  54. 9f33108 cmd/link: skip zero values in fingerprint check by Cherry Zhang · 3 years, 10 months ago
  55. f547046 [dev.link] cmd/link: rescope Datblk to datblk by Jeremy Faller · 3 years, 11 months ago
  56. 18bcc7c net/http: document Dir behavior with symlinks by Katie Hockman · 3 years, 11 months ago
  57. 37682f7 [dev.link] cmd/link: apply relocations while writing symbols by Cherry Zhang · 3 years, 11 months ago
  58. 968e18e text/template: fix lint typo in VariableNode doc by Macks · 3 years, 10 months ago
  59. b486bd8 runtime: fix comment about memequal implementation locations by Cholerae Hu · 3 years, 11 months ago
  60. 60f7876 syscall: check secondary group membership for Faccessat(..., AT_EACCESS) on Linux by Tobias Klauser · 3 years, 11 months ago
  61. 5e526e6 [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 3 years, 11 months ago
  62. f2bba30 cmd/link: use sym.Symbol in addpersrc by Cherry Zhang · 3 years, 11 months ago
  63. 27a0012 cmd/dist: don't copy arm64 specific files for bootstap build by fanzha02 · 3 years, 11 months ago
  64. b424a31 runtime/trace: fix file name in example by Rodolfo Carvalho · 3 years, 11 months ago
  65. af09ff1 runtime, syscall: use local cache for Setenv/Getenv in Plan 9 by Richard Miller · 4 years ago
  66. 3dec253 reflect: zero stack slots before writing to them with write barriers by Keith Randall · 3 years, 11 months ago
  67. a07e281 cmd/compile: redo flag constant ops for arm64 by Keith Randall · 3 years, 11 months ago
  68. 40ef1fa cmd/compile: redo flag constant ops for arm by Keith Randall · 3 years, 11 months ago
  69. 377c153 cmd/compile: mark s390x int <-> float conversions as clobbering flags by Michael Munday · 3 years, 11 months ago
  70. 4379fa1 cmd/internal/obj/ppc64: update doc by Lynn Boger · 3 years, 11 months ago
  71. d872bbc reflect: handling flagIndir in DeepEqual potential cycles by Ian Lance Taylor · 3 years, 11 months ago
  72. 84baf41 doc/go1.15: document new bufio.ErrBadReadCount by Ian Lance Taylor · 3 years, 11 months ago
  73. 292a771 net/rpc: clarify documention of Call.Done field by Ian Lance Taylor · 3 years, 11 months ago
  74. 0ce1ffc4 regexp/syntax: append patchLists in constant time by Andy Balholm · 3 years, 11 months ago
  75. 8b98498 net/http: make Transport.RoundTrip preserve Requests by Damien Neil · 3 years, 11 months ago
  76. f84bbd5 cmd/compile: mark block control instruction unsafe in "all unsafe" functions by Cherry Zhang · 4 years ago
  77. dea6d928f bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader by Dmitri Shuralyov · 3 years, 11 months ago
  78. d1a186d2 [dev.link] cmd/link: parallelize second-stage DWARF generation by Than McIntosh · 3 years, 11 months ago
  79. 0fb1517 [dev.link] cmd/link: remove implicit reachability setting from SymbolBuilder by Than McIntosh · 3 years, 11 months ago
  80. 27144d1 [dev.link] cmd/link: refactor dwarf gen methods to be comp-unit centric by Than McIntosh · 3 years, 11 months ago
  81. d08bab9 [dev.link] cmd/link: rework line table generation to reduce heap mem by Than McIntosh · 3 years, 11 months ago
  82. bc1dbe5 [dev.link] cmd/link: stop emitting .debug_pubnames/.debug_pubtypes by Than McIntosh · 3 years, 11 months ago
  83. 188e995 [dev.link] cmd/link: reduce alignment requirement for symtab/elfstr by Than McIntosh · 3 years, 11 months ago
  84. ef9e8fb [dev.link] cmd/link: remove dwarf2.go by Than McIntosh · 3 years, 11 months ago
  85. 340efd3 go/token: explain file base offset better in documentation by Robert Griesemer · 3 years, 11 months ago
  86. e25aa4f doc/go1.15: enumerate ELF-based OSes by Austin Clements · 3 years, 11 months ago
  87. 96354f1 [dev.link] cmd/internal/goobj2: fix comment by Than McIntosh · 3 years, 11 months ago
  88. 9ca2474 cmd/go: fix mod_gomodcache and generate_env TestScripts on Plan 9 by Fazlul Shahriar · 3 years, 11 months ago
  89. 844bf11 doc/go1.15: fix two typos by Ainar Garipov · 3 years, 11 months ago
  90. dd3bfb3 doc/go1.15: add missing slashes by Toshihiro Shiino · 3 years, 11 months ago
  91. 1c95530 cmd: update golang.org/x/tools by Jay Conrod · 3 years, 11 months ago
  92. d286e61 runtime: set g to gsignal before adjustSignalStack by Cherry Zhang · 3 years, 11 months ago
  93. 41bdb93 doc/go1.15: document go/printer.StdFormat by Ian Lance Taylor · 3 years, 11 months ago
  94. 15e3e0d doc/gccgo: change gold build instructions to use Git repository by Tobias Klauser · 3 years, 11 months ago
  95. 583a591 doc/gccgo: update GCC repository after migration to Git by Tobias Klauser · 3 years, 11 months ago
  96. 8c8045f cmd/compile: fix ordering problems in struct equality by Keith Randall · 3 years, 11 months ago
  97. 8a33a8c A+C: add Nikita Gillmann (individual CLA) by nikita · 3 years, 11 months ago
  98. 11389ba encoding/json: revert "avoid work when unquoting strings, take 2" by Daniel Martí · 3 years, 11 months ago
  99. 9340bd6 runtime: avoid lock starvation in TestNetpollBreak on Plan 9 by Richard Miller · 3 years, 11 months ago
  100. 9701910 image/gif: speed up initializing test image by Nigel Tao · 3 years, 11 months ago