1. d865b5c syscall: enable ReadDirent tests on aix, linux and solaris by Tobias Klauser · 5 years ago
  2. d0eaec7 CONTRIBUTORS: second round of updates for Go 1.13 by Dmitri Shuralyov · 4 years, 10 months ago
  3. 9859f6b test/codegen: fix ARM32 RotateLeft32 test by Cherry Zhang · 4 years, 10 months ago
  4. 777304a Revert "cmd/compile: make isfat handle 1-element array, 1-field struct" by Matthew Dempsky · 4 years, 10 months ago
  5. aced50a cmd/compile: update fmt_test.go for esc.go code cleanup by Matthew Dempsky · 4 years, 10 months ago
  6. 5322776 cmd/compile: make isfat handle 1-element array, 1-field struct by LE Manh Cuong · 5 years ago
  7. 515bb01 cmd/compile: remove isfat from order expr by LE Manh Cuong · 5 years ago
  8. 52cff70 cmd/compile: truncate constant arithmetic result with typed complex numbers by Cholerae Hu · 5 years ago
  9. 25ebf01 cmd/compile: ensure interface-to-concrete comparison panics when it should by LE Manh Cuong · 5 years ago
  10. 400d021 cmd/compile: fix wrong field type in scasetype by LE Manh Cuong · 5 years ago
  11. 0b9b152 cmd/compile: remove unused code from esc.go by Matthew Dempsky · 5 years ago
  12. 991b0fd cmd/compile: remove -newescape flag by Matthew Dempsky · 5 years ago
  13. 501b786 test: remove -newescape from regress tests by Matthew Dempsky · 5 years ago
  14. 7ed973b net/http: don't panic serving dir in ServeFile with empty Request.URL.Path by Brad Fitzpatrick · 5 years ago
  15. b3a1205a runtime: simplify GOOS detection in mstart() by Ayan George · 4 years, 11 months ago
  16. 4757518 test: add test that failed with gccgo by Ian Lance Taylor · 4 years, 10 months ago
  17. f45eb9f io: add error check on pipe close functions to avoid error overwriting by Jordi Martin · 4 years, 11 months ago
  18. 89865f8 crypto/x509: allow nil Certificates to be compared in Equal by empijei · 5 years ago
  19. 8419844 crypto/ecdsa: improve documentation readability by Mostyn Bramley-Moore · 4 years, 10 months ago
  20. 9dfa4cb math/big: document that Rat.Denom might modify the receiver by Eric Lagergren · 4 years, 10 months ago
  21. 307544f runtime, cmd/compile: implement and use DUFFCOPY on MIPS64 by Meng Zhuo · 5 years ago
  22. b58d9bb syscall: move Renameat to syscall_linux_$GOARCH.go by Tobias Klauser · 5 years ago
  23. 3cfd003 cmd/compile: optimize ARM's math.bits.RotateLeft32 by Ben Shi · 4 years, 11 months ago
  24. c683ab8 cmd/compile: optimize ARM's math.Abs by Ben Shi · 4 years, 11 months ago
  25. 8403d4e cmd/asm: add V[LD|ST][2-4] vector instructions on arm64 by Meng Zhuo · 5 years ago
  26. be452ce math/big: fast path for Cmp if same by Illya Yalovyy · 5 years ago
  27. 1abe22c cmd/compile: don't mark stack object symbol DUPOK by Cherry Zhang · 4 years, 10 months ago
  28. 81fde0c net/http: fix a long test after CL 185117 by Daniel Martí · 4 years, 10 months ago
  29. 372b0ee Revert "cmd/compile: optimize 386's math.bits.TrailingZeros16" by Bryan C. Mills · 4 years, 10 months ago
  30. bc92fe8 compress/flate: improve deflate performance by register allocating the index by Nao YONASHIRO · 5 years ago
  31. 64cfe9f net/url: improve url parsing error messages by quoting by Stefan Baebler · 4 years, 10 months ago
  32. 5fb74fc runtime: reduce allocations when building pprof LabelSet by Martin Möhrmann · 5 years ago
  33. 3737359 encoding/xml: rename fInnerXml to fInnerXML by Eddie Scholtz · 4 years, 10 months ago
  34. 5ff12f6 net/url: use strings.IndexByte instead of strings.Index in split function by Martin Möhrmann · 5 years ago
  35. 6a73e94 cmd/compile: remove gc.eqtype in comments by Cuong Manh Le · 4 years, 10 months ago
  36. f04f594 image/png: hoist repetitive pixels per byte out of loop in Encode by Nao YONASHIRO · 5 years ago
  37. 7be97af cmd/compile: apply optimization for readonly globals on wasm by Agniva De Sarker · 5 years ago
  38. 07f0460 runtime,syscall/js: reuse wasm memory DataView by Agniva De Sarker · 5 years ago
  39. e7a4ab4 net/http/httputil: fix goroutine leak for DumpRequestOut by Agniva De Sarker · 5 years ago
  40. 8fedb2d cmd/compile: optimize bounded shifts on wasm by Agniva De Sarker · 5 years ago
  41. b9ef4c0 cmd/compile: coalesce a few shift rules for wasm by Agniva De Sarker · 5 years ago
  42. 3d48ae3 strconv: Speed improvement to number parsing by Sam Arnold · 4 years, 10 months ago
  43. 22355d6 cmd/compile: optimize 386's math.bits.TrailingZeros16 by Ben Shi · 4 years, 11 months ago
  44. e1e4c49 test/fixedbugs: add more test cases to issue #27718 by Ben Shi · 4 years, 10 months ago
  45. 731e6fc cmd/compile: generate Select on WASM by Ben Shi · 4 years, 10 months ago
  46. 9c67516 cmd/internal/obj/arm64: add support for most system registers by fanzha02 · 5 years ago
  47. b91b3d9 cmd/compile: remove auxSymInt32 by Keith Randall · 4 years, 10 months ago
  48. a8c2e5c crypto/tls: remove TLS 1.3 opt-out by Filippo Valsorda · 4 years, 10 months ago
  49. ffcb678 crypto/tls: remove SSLv3 support by Filippo Valsorda · 4 years, 10 months ago
  50. 52ae04f cmd/compile: improve shortcircuit pass by Josh Bleecher Snyder · 5 years ago
  51. 0a778cf cmd/go/internal/get: remove '--' separator from 'git ls-remote' command by Bryan C. Mills · 4 years, 10 months ago
  52. 260e3d0 cmd/compile: run deadcode before lowered CSE by Josh Bleecher Snyder · 5 years ago
  53. cc6feab net/url: fail TestParseErrors test when getting an unwanted error by Stefan Baebler · 4 years, 10 months ago
  54. 2b59894 net/http: enhance documentation for Server.Addr by Anderson Queiroz · 4 years, 10 months ago
  55. 2ebc3d8 crypto/tls: make SSLv3 again disabled by default by Filippo Valsorda · 4 years, 10 months ago
  56. 8f5353f cmd/go/internal/modload: fix swapped paths in error message by Bryan C. Mills · 4 years, 10 months ago
  57. c302785 cmd/compile: fix "previous" position info for duplicate switch cases by Matthew Dempsky · 4 years, 11 months ago
  58. c1df518 runtime: simplify some pointer conversions by Matthew Dempsky · 4 years, 10 months ago
  59. 94bf9a8 net/http: fix wantConnQueue memory leaks in Transport by Bryan C. Mills · 4 years, 10 months ago
  60. c5f142f cmd/compile: optimize bitset tests by LE Manh Cuong · 5 years ago
  61. ae68a91 encoding/json: remove unnecessary isValidNumber call by Daniel Martí · 5 years ago
  62. b9bf2f5 html/template: micro optimization for isJSType by Dong-hee Na · 5 years ago
  63. 72e71b9 Revert "net/url: fail TestParseErrors test when getting an unwanted error" by Daniel Martí · 4 years, 10 months ago
  64. 1a432f2 cmd/compile: eliminate usage of global Fatalf in ssa.go by LE Manh Cuong · 4 years, 11 months ago
  65. 79dee78 cmd/compile: teach rulegen to remove unused decls by Daniel Martí · 4 years, 10 months ago
  66. 483d6d9 archive/zip: remove unused special case by Andrew Gerrand · 5 years ago
  67. 4a4f752 text/template: avoid allocating a new common in copy by tnclong · 5 years ago
  68. 32b9e56 net/url: fail TestParseErrors test when getting an unwanted error by Stefan Baebler · 4 years, 11 months ago
  69. b963149 net: do not call Windows TransmitFile for large files by Alex Brainman · 5 years ago
  70. 997086b text/template: replace bytes.Buffer with strings.Builder by Dong-hee Na · 5 years ago
  71. fc4663d5 errors: document Is and As methods by Jonathan Amsterdam · 4 years, 10 months ago
  72. 95c3c43 encoding/json: fix the broken "overwriting of data" tests by Daniel Martí · 5 years ago
  73. 1a53915 cmd/compile: initial rulegen rewrite by Daniel Martí · 5 years ago
  74. cd33d27 net/http: fix a typo in comments by Javier Revillas · 4 years, 10 months ago
  75. 324cf21 cmd/compile: remove adjustctx from inline test by LE Manh Cuong · 5 years ago
  76. 69ff0ba cmd/compile: handle sign/zero extensions in prove, via update method by zdjones · 5 years ago
  77. 8057c08 reflect: optimize directlyAssignable to avoid rtype.Name call by Sergei Zagurskii · 5 years ago
  78. dca0d03 cmd/compile/internal/syntax: better error recovery after missing expression by Robert Griesemer · 4 years, 11 months ago
  79. 1a423be ld: fix up header copy and paste error by Jason A. Donenfeld · 4 years, 10 months ago
  80. 8d4b685 cmd/compile: allow embedding overlapping interfaces by Matthew Dempsky · 5 years ago
  81. 97edf77 cmd/compile: refactor expandiface by Matthew Dempsky · 5 years ago
  82. 63661b7 cmd/compile: refactor checkdupfields API by Matthew Dempsky · 5 years ago
  83. cded9f4 doc: align documents link by obei · 4 years, 10 months ago
  84. 989409f doc/go1.13: add information about using private modules to the introduction by Katie Hockman · 4 years, 10 months ago
  85. bdd0ff0 go/types: process each segment of delayed actions in FIFO order by Robert Griesemer · 4 years, 10 months ago
  86. bc405df spec: allow embedding overlapping interfaces by Robert Griesemer · 4 years, 10 months ago
  87. 29d3c56 go/types: postpone interface method type comparison to the end by Robert Griesemer · 4 years, 10 months ago
  88. 82d6e2e go/types: NewInterface/NewInterfaceType complete empty interfaces by Robert Griesemer · 4 years, 10 months ago
  89. a80c5f0 go/types: allow embedding overlapping interfaces by Robert Griesemer · 4 years, 10 months ago
  90. 89f02eb go/types: add -halt flag to ease debugging in test mode by Robert Griesemer · 4 years, 10 months ago
  91. 8b03a39 net/http: make docs refer to Context.Value as a getter instead of context.WithValue by Kevin Gillette · 4 years, 10 months ago
  92. 78f6856 Revert "errors: add example showing a custom error with Unwrap" by Andrew Bonventre · 4 years, 10 months ago
  93. 89fb80f doc/go1.13: add missing slashes by Toshihiro Shiino · 4 years, 10 months ago
  94. 1a7c15f doc/go1.13: fix bad URLs to strconv identifiers by Emmanuel T Odeke · 4 years, 10 months ago
  95. 739123c errors: add example showing a custom error with Unwrap by Jonathan Amsterdam · 5 years ago
  96. 66ff373 cmd/vendor: update vendored x/arch repo to 8a70ba74b3a1 by Cherry Zhang · 4 years, 10 months ago
  97. 9e1c864 doc/go1.13: document fmt's number syntax updates by Emmanuel T Odeke · 4 years, 10 months ago
  98. e684129 all: update 'go get' command in standard library README.vendor by Jay Conrod · 4 years, 10 months ago
  99. 145e193 net/http: update bundled golang.org/x/net/http2 to import security fix by Filippo Valsorda · 4 years, 10 months ago
  100. 5498fa9 strconv: simplify the text for bases in ParseInt by Rob Pike · 4 years, 10 months ago