1. 194ae32 math/big: implement recursive algorithm for division by Rémy Oudompheng · 5 years ago
  2. b8cb75f text/template: add error check for parenthesized first argument in pipeline by Rob Pike · 4 years, 7 months ago
  3. b60c7a5 go/doc: document unicode quoting conversion by Agniva De Sarker · 4 years, 7 months ago
  4. 72e043e cmd/doc: show variables of unexported types for -all by Agniva De Sarker · 4 years, 7 months ago
  5. c2edcf4 crypto/tls: take key size into account in signature algorithm selection by Filippo Valsorda · 4 years, 7 months ago
  6. 0ee22d9 crypto/tls: add CipherSuites, InsecureCipherSuites and CipherSuiteName by Filippo Valsorda · 5 years ago
  7. e2cac31 crypto/tls: add correct names for CHACHA20_POLY1305 cipher suite constants by Filippo Valsorda · 4 years, 7 months ago
  8. 52a5bf4 crypto/tls: re-enable RSA-PSS in TLS 1.2 again by Filippo Valsorda · 4 years, 7 months ago
  9. 5b17b65 crypto/tls: implement Certificate.SupportedSignatureAlgorithms by Filippo Valsorda · 4 years, 7 months ago
  10. eb93c68 crypto/tls: select only compatible chains from Certificates by Filippo Valsorda · 4 years, 7 months ago
  11. 4b21642 crypto/tls: implement (*CertificateRequestInfo).SupportsCertificate by Filippo Valsorda · 4 years, 7 months ago
  12. dd01738 crypto/tls: implement (*ClientHelloInfo).SupportsCertificate by Filippo Valsorda · 4 years, 7 months ago
  13. ec73263 crypto/tls: refactor certificate and signature algorithm logic by Filippo Valsorda · 4 years, 7 months ago
  14. 4faada9 go/doc: add NewFromFiles with support for classifying examples by Dmitri Shuralyov · 4 years, 7 months ago
  15. eb68c4a cmd/link: disable a DWARF testpoint on Windows pending investigation by Than McIntosh · 4 years, 7 months ago
  16. c32aab3 cmd/go: convert TestNonCanonicalImportPaths to a script test by Bryan C. Mills · 4 years, 7 months ago
  17. 49ac23a cmd/go: convert TestFmtLoadErrors to a script test by Bryan C. Mills · 4 years, 7 months ago
  18. 0c703b3 internal/cpu,internal/bytealg: add support for riscv64 by Joel Sing · 4 years, 7 months ago
  19. ee706cf net/smtp: add missing error check in test by Leon Klingele · 4 years, 7 months ago
  20. 181faef [dev.link] cmd/compile, cmd/asm: delete old object file format support by Cherry Zhang · 4 years, 7 months ago
  21. aacffb6 [dev.link] cmd/link: remove old objs from host obj loaders by Jeremy Faller · 4 years, 7 months ago
  22. d431804 cmd/go/internal/modcmd: skip modules with empty version strings by Jay Conrod · 4 years, 7 months ago
  23. b1159ba cmd/dist: write binaries to to GOTMPDIR instead of GOROOT in runHostTest by Bryan C. Mills · 4 years, 7 months ago
  24. eb55a0c net/http: add DialTLSContext hook to Transport by Gabriel Rosenhouse · 4 years, 7 months ago
  25. c9a4b01 cmd/go: in 'go build -o', allow the destination file to exist if it is empty by Bryan C. Mills · 4 years, 7 months ago
  26. e9f8d67 flag: clarify that a flag cannot be re-defined by Agniva De Sarker · 4 years, 7 months ago
  27. 0e312f2 strconv: reformat and tidy comments in example by Rob Pike · 4 years, 7 months ago
  28. ad7ce39 crypto/x509: fix CreateCRL for Ed25519 CAs by Lorenz Brun · 4 years, 7 months ago
  29. 6375fe4 misc: ensure that test overlay directories are writable by Bryan C. Mills · 4 years, 7 months ago
  30. 70be481 cmd/go: fix windows test failures by Jay Conrod · 4 years, 7 months ago
  31. 275a7be cmd/go: remove -w workaround for -buildmode=plugin on Darwin by Than McIntosh · 4 years, 7 months ago
  32. 795e8c2 cmd/go: address DWARF linker issues with -buildmode=plugin on Darwin by Than McIntosh · 5 years ago
  33. 8cdb769 [dev.link] cmd: reenable newobj mode by default by Cherry Zhang · 4 years, 7 months ago
  34. 64c9ee9 encoding/json: error when encoding a pointer cycle by Daniel Martí · 4 years, 10 months ago
  35. f511467 runtime: fix min/max logic in findScavengeCandidate by Michael Anthony Knyszek · 4 years, 7 months ago
  36. 7cd858c [dev.link] all: merge branch 'master' into dev.link by Cherry Zhang · 4 years, 7 months ago
  37. 696c414 cmd/go: error out of 'go mod download' if the main module is passed as argument by Constantin Konstantinidis · 4 years, 10 months ago
  38. b3885db cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390x by Michael Munday · 4 years, 7 months ago
  39. 75c839a runtime: don't save G during VDSO if we're handling signal by Cherry Zhang · 4 years, 7 months ago
  40. c31bcd1 runtime/pprof: skip checks for inlined functions when inlining is disabled by Bryan C. Mills · 4 years, 7 months ago
  41. f07059d cmd/compile: rename sizeof_Array and array_* to slice_* by DQNEO · 5 years ago
  42. 47bc240 Revert "net: halve the allocs in ParseCIDR by sharing slice backing" by Brad Fitzpatrick · 4 years, 7 months ago
  43. 298be61 cmd/compile: add json logging for escape analysis by David Chase · 4 years, 7 months ago
  44. 46c9fd0 cmd/compile: enable optimizer logging for bounds checking by David Chase · 4 years, 7 months ago
  45. 40ebcfa cmd/compile: enable nil check logging for other architectures. by David Chase · 4 years, 7 months ago
  46. cd53fdd cmd/compile: add framework for logging optimizer (non)actions to LSP by David Chase · 4 years, 7 months ago
  47. 4d4ddd8 cmd/go: make env -w and -u validate GOOS and GOARCH values by jsign · 4 years, 7 months ago
  48. 9eb9c7b time: change variable name to next by Agniva De Sarker · 4 years, 7 months ago
  49. e6fb39a runtime: make the test addresses for pageAlloc smaller on 32-bit by Michael Anthony Knyszek · 4 years, 7 months ago
  50. 78d4560 cmd/go/internal/lockedfile, os: fix O_CREATE flag on Plan 9 by Fazlul Shahriar · 4 years, 7 months ago
  51. 29cfb4d crypto/tls: add ExampleConfig_VerifyPeerCertificate by Filippo Valsorda · 4 years, 9 months ago
  52. 7148478 sync: yield to the waiter when unlocking a starving mutex by Rhys Hiltner · 4 years, 7 months ago
  53. 6e11195 syscall: skip TestSyscallNoError on mips{,le} by Tobias Klauser · 4 years, 7 months ago
  54. a0262b2 cmd/compile: intrinsify functions added to runtime/internal/sys by David Chase · 4 years, 7 months ago
  55. bde1968 os/signal: use a larger channel buffer for all signals in TestSignal by Ian Lance Taylor · 4 years, 7 months ago
  56. 11da2b2 runtime: copy some functions from math/bits to runtime/internal/sys by David Chase · 4 years, 7 months ago
  57. 42db1da cmd/go/internal/modfetch: add GOINSECURE by witchard · 4 years, 7 months ago
  58. 0bbcce9 cmd/go/internal/lockedfile: skip flaky TestTransform on plan9 by Bryan C. Mills · 4 years, 7 months ago
  59. b7d097a cmd/compile: don't apply -lang=go1.X restrictions to imported packages by Matthew Dempsky · 4 years, 7 months ago
  60. 9ee6ba0 runtime: fix line number for faulting instructions by Keith Randall · 4 years, 8 months ago
  61. 9e914f5 cmd/go/internal/modload: fail if no package was found in local module by Ariel Mashraki · 4 years, 7 months ago
  62. bababde Merge "cmd: merge branch 'dev.link' into master" by Gerrit Code Review · 4 years, 7 months ago
  63. 7a5e0fe net/http: relax TestLinuxSendfile, trace all system calls, match n64:sendfile by Brad Fitzpatrick · 4 years, 7 months ago
  64. 904e1136c runtime: add pipe/pipe2 on Solaris by Ian Lance Taylor · 4 years, 7 months ago
  65. f6ff806 cmd/go: refuse -w with an invalid GOPATH by Baokun Lee · 4 years, 7 months ago
  66. e6c12c3 net/http: support gzip, x-gzip Transfer-Encodings by Emmanuel T Odeke · 5 years ago
  67. b2b0992 Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET" by Than McIntosh · 4 years, 7 months ago
  68. cb47edc net: improve IPMask docs by Visweswara R · 5 years ago
  69. 0c8f6cc runtime: if InjectDebugCall sees "not at safe point", keep trying by Ian Lance Taylor · 4 years, 7 months ago
  70. 7714dca encoding/binary: add float support to fast path by Martin Garton · 4 years, 8 months ago
  71. 3e5c043 net/url: reduce allocs on resolvePath func by sergey · 5 years ago
  72. 4692343 encoding/asn1: fix unmarshalling SEQUENCE OF SET by kaxapi · 4 years, 7 months ago
  73. aff3aaa net: halve the allocs in ParseCIDR by sharing slice backing by Chris Stockton · 4 years, 7 months ago
  74. 1fd3f8b net/http: refactor test TestParseFormUnknownContentType by David Ndungu · 4 years, 10 months ago
  75. cfb1312 runtime: sleep a bit when waiting for running debug call goroutine by Ian Lance Taylor · 4 years, 7 months ago
  76. a2cd2bd runtime: add per-p page allocation cache by Michael Anthony Knyszek · 4 years, 8 months ago
  77. 81640ea runtime: add page cache and tests by Michael Anthony Knyszek · 4 years, 8 months ago
  78. c444ec3 encoding/binary: make Read return an error when data is not a pointer by Udalov Max · 5 years ago
  79. a84ac18 cmd/go/internal/lockedfile: add a unit-test for Transform by Bryan C. Mills · 4 years, 7 months ago
  80. c5fac1e cmd/go/internal/modload: use lockedfile.Read for the initial read of the go.mod file by Bryan C. Mills · 4 years, 7 months ago
  81. 4517c02 runtime: add per-p mspan cache by Michael Anthony Knyszek · 4 years, 8 months ago
  82. a762221 runtime: rearrange mheap_.alloc* into allocSpan by Michael Anthony Knyszek · 4 years, 8 months ago
  83. a5a6f61 runtime: fix (*gcSweepBuf).block guarantees by Michael Anthony Knyszek · 4 years, 7 months ago
  84. dac936a runtime: make more page sweeper operations atomic by Michael Anthony Knyszek · 4 years, 8 months ago
  85. 47232f0 cmd/internal/obj/arm64: make function epilogue async-signal safe by Cherry Zhang · 4 years, 7 months ago
  86. 374c284 runtime: add async preemption support on PPC64 by Cherry Zhang · 4 years, 7 months ago
  87. 7f574e4 runtime: remove unnecessary large parameter to mheap_.alloc by Michael Anthony Knyszek · 4 years, 8 months ago
  88. ffb5646 runtime: define maximum supported physical page and huge page sizes by Michael Anthony Knyszek · 4 years, 7 months ago
  89. 17722c2 [dev.link] cmd/link/internal/loader: reduce ABI alias postprocessing overhead by Than McIntosh · 4 years, 7 months ago
  90. b4245ea [dev.link] cmd/link: use mmapped data for macho host objs by Jeremy Faller · 4 years, 7 months ago
  91. a782472 cmd/go: delete flaky TestQEMUUserMode by Bryan C. Mills · 4 years, 7 months ago
  92. ae4534e runtime: ensure heap memstats are updated atomically by Michael Anthony Knyszek · 4 years, 8 months ago
  93. 814c505 runtime: remove useless heap_objects accounting by Michael Anthony Knyszek · 4 years, 8 months ago
  94. 4208dbe runtime: make allocNeedsZero lock-free by Michael Anthony Knyszek · 4 years, 7 months ago
  95. 52aebe8 runtime: skip TestPingPongHog on builders by Bryan C. Mills · 4 years, 7 months ago
  96. 45b4ed7 runtime/pprof: delete unused locForPC by Hana (Hyang-Ah) Kim · 4 years, 7 months ago
  97. e25de44 runtime/pprof: correct inlined function location encoding for non-CPU profiles by Hana (Hyang-Ah) Kim · 4 years, 7 months ago
  98. f5e89c2 Revert "math/cmplx: handle special cases" by Ian Lance Taylor · 4 years, 7 months ago
  99. e038c7e runtime/pprof: correctly encode inlined functions in CPU profile by Hana (Hyang-Ah) Kim · 4 years, 7 months ago
  100. 33dfd35 runtime: remove old page allocator by Michael Anthony Knyszek · 4 years, 9 months ago