1. 8ee9bca cmd/compile: suppress typecheck errors in a type switch case with broken type by Gergely Brautigam · 5 years ago
  2. 9cb2471 debug/pe: prevent slice out of bounds access in (*File).ImportedSymbols by Tobias Klauser · 5 years ago
  3. 8da1b01 debug/pe: omit panic in (*File).ImportedSymbols on empty optional headers by Tobias Klauser · 5 years ago
  4. 5a1c7b5 crypto/tls: enable TLS 1.3 by default by Filippo Valsorda · 5 years ago
  5. 8834353 Revert "crypto/tls: disable RSA-PSS in TLS 1.2" by Filippo Valsorda · 5 years ago
  6. f31305b cmd/asm: improve DATA size operand validation by Josh Bleecher Snyder · 5 years ago
  7. 4a91d55 cmd/go: preserve more env vars for TestScript child processes by Ian Lance Taylor · 5 years ago
  8. ec52146 net: add missing error check in test by Leon Klingele · 5 years ago
  9. b9d19ef net: use EUI-48/EUI-64 reserved address blocks for documentation by Mikio Hara · 5 years ago
  10. 9426d8c time: rewrite ExampleDuration_Nanoseconds to be more idiomatic. by Rob Pike · 5 years ago
  11. 6fa7669 cmd/compile: unify duplicate const detection logic by Matthew Dempsky · 6 years ago
  12. e5fb1c6 cmd/compile/internal/ssa: fix bad CL rebase by Matthew Dempsky · 5 years ago
  13. a73abca math/big: handle alias of cofactor inputs in GCD by Brian Kessler · 5 years ago
  14. 572329e go/ast: break out after first variable in ExampleCommentMap by go101 · 5 years ago
  15. 20930c7 regexp: limit the capacity of slices of bytes returned by FindX by Francesc Campoy · 5 years ago
  16. 98cbf45 go/types: add gccgo sizes information by Ian Lance Taylor · 5 years ago
  17. 7a9968f container/heap: avoid memory leak in example by WhisperRain · 5 years ago
  18. e609bd3 cmd/link: use SeekPC in testDWARF by Ian Lance Taylor · 6 years ago
  19. b97e40f net: remove unixgram test sockets by Ian Lance Taylor · 5 years ago
  20. 4b05dc9 os: clarify that mode argument is only used if file is created by Ian Lance Taylor · 5 years ago
  21. dc04552 net: explain why we ignore the first line of Plan 9 interface-status files by Leon Klingele · 5 years ago
  22. 97f8157 bytes: clean up a test by Leon Klingele · 5 years ago
  23. 068a832 time: read 64-bit data if available by Ian Lance Taylor · 5 years ago
  24. c1050a8 cmd/compile: don't generate newobject call for 0-sized types by Iskander Sharipov · 5 years ago
  25. 3a90373 fmt: fix an error in documentation for fmt by Bryan Heden · 5 years ago
  26. b686244 net/http: add godoc for Dir.Open function by Dmitry Mottl · 5 years ago
  27. c3c90d0 test: add test case that caused a gccgo compiler crash by Ian Lance Taylor · 5 years ago
  28. b325799 compress/gzip: clarify that Multistream gzip requires a ByteReader by Jeremy Jay · 5 years ago
  29. d090429 all: fix typos as reported by 'misspell' by Leon Klingele · 5 years ago
  30. 337662f io: align style of test comments in multi_test.go by Derek Phan · 5 years ago
  31. 08831b1 cmd/compile: avoid collisions between statictmps and user vars by Alessandro Arzilli · 6 years ago
  32. 2cdebb5 cmd/link: delete stale deadcode reference by Austin Clements · 6 years ago
  33. ef954a0 bytes: hoist error creation out of function by Marcel van Lohuizen · 5 years ago
  34. c55eeeb7 runtime: use hw.ncpuonline sysctl in getncpu on openbsd by Tobias Klauser · 5 years ago
  35. ea65d01 net/http: clean the path of the stripped URL by StripPrefix by Ggicci · 5 years ago
  36. 5a7e8f4 crypto/tls: fix typo by Yasser Abdolmaleki · 5 years ago
  37. 38a4b37 syscall: add empty line before marker comments in zsyscall_darwin_*.go by Tobias Klauser · 6 years ago
  38. 8d057f3 cmd/internal/src: fix typo in pos.go by Tooru Takahashi · 5 years ago
  39. f495f54 cmd/compile: don't bother compiling functions named "_" by Keith Randall · 5 years ago
  40. 933e34a cmd/compile: treat slice pointers as non-nil by Keith Randall · 5 years ago
  41. 57976fe cmd/compile: update comment about x86 nop instruction generator by Keith Randall · 5 years ago
  42. 5cf4e44 runtime: fix syscall.NewCallback to return all bits for uintptr values by Alex Brainman · 5 years ago
  43. c97e576 html/template: use strings.Builder by Josh Bleecher Snyder · 5 years ago
  44. c63dc6d cmd/compile: remove badgerbadgerbadger optimization by Josh Bleecher Snyder · 5 years ago
  45. d6311ff math/big: add %#b and %O integer formats by Russ Cox · 5 years ago
  46. 675503c math/big: add %x float format by Russ Cox · 5 years ago
  47. 1e58bb1 cmd/compile: inline checknil by Josh Bleecher Snyder · 6 years ago
  48. e90e7a5 encoding/base32: simplify and speed up decoder by Daniel Martí · 6 years ago
  49. da50e10 go/doc: skip escaping comments in pre-formatted blocks by Agniva De Sarker · 5 years ago
  50. 39fa3f1 cmd/compile: fix a typo in assignment mismatch error by Agniva De Sarker · 5 years ago
  51. 576a3c6 crypto/x509: remove redundant check for nil in tests by Marat Khabibullin · 5 years ago
  52. 6d781de cmd/compile: confusing error if composite literal field is a method by Michael Fraenkel · 5 years ago
  53. c6e4706 net/textproto: prevent test from failing with nil pointer dereference by Marat Khabibullin · 5 years ago
  54. 8d72e59 crypto/tls: remove superfluous for label by Filippo Valsorda · 5 years ago
  55. 01971b9 cmd/compile: cull dead code by Josh Bleecher Snyder · 6 years ago
  56. 8ca559e cmd/dist: skip Fortran tests on Android by Elias Naur · 5 years ago
  57. 8cf1d16 encoding/json: add example for json.HTMLEscape by Ketan Parmar · 5 years ago
  58. 15b4c71 text/template: error on method calls on nil interfaces by Daniel Martí · 5 years ago
  59. acf786f cmd/compile: remove unused func eqtypenoname by Daniel Martí · 5 years ago
  60. 7be432e misc/android: copy testdata directories to device before running by Elias Naur · 5 years ago
  61. 1aa0fcf misc/android: serialize adb commands on android emulators by Elias Naur · 5 years ago
  62. e3d99a3 misc/android,cmd/dist: move $GOROOT copying to the exec wrapper by Elias Naur · 5 years ago
  63. 3ef7e3d cmd/vendor/golang.org/x/sys: re-vendor by Elias Naur · 5 years ago
  64. da2d02a cmd/dist: build exec wrappers during bootstrap by Elias Naur · 5 years ago
  65. 42a82ce math/bits: optimize Reverse32 and Reverse64 by Michael Munday · 5 years ago
  66. b65ab88 net/rpc: fix args order in strings.Contains call by Iskander Sharipov · 5 years ago
  67. 856525c text/template: improve nil errors in evalField by Daniel Martí · 6 years ago
  68. be9c534 cmd/compile: don't crash on -d=ssa/ by Daniel Martí · 6 years ago
  69. 467456b doc: add 1.12 to the project history by Alberto Donizetti · 5 years ago
  70. c0101b1 time: parse 1us in Nanoseconds example by Alberto Donizetti · 5 years ago
  71. b5a68a9 misc/cgo: skip cgotest.TestCrossPackageTests on iOS and set PWD by Bryan C. Mills · 5 years ago
  72. 3cf56e7 text/template: accept new number syntax by Russ Cox · 5 years ago
  73. f601d41 fmt: scan new number syntax by Russ Cox · 5 years ago
  74. ac51237 fmt: format 0b, 0o prefixes in %#b and %O by Russ Cox · 5 years ago
  75. e1a6d1f fmt: format hex floats and complexes by Russ Cox · 5 years ago
  76. 50bb2b6 cmd/go: allow "stdout" and "stderr" as inputs to script_test "cp" command by Bryan C. Mills · 5 years ago
  77. 1670da9 test: add a go.mod file in the working directory of nosplit.go by Bryan C. Mills · 5 years ago
  78. c6da080 misc/cgo/testgodefs: move source files into testdata by Bryan C. Mills · 5 years ago
  79. dd4e7f9 misc/cgo/testso{,var}: fix tests in module mode by Bryan C. Mills · 5 years ago
  80. 8bffb85 doc: document Go 1.12 by Andrew · 5 years ago
  81. 9d26ec8 doc/go1.12: remove draft notice by Andrew · 5 years ago
  82. 2f9728a doc/go1.12: change go install to go get by Andrew · 5 years ago
  83. 2d34740 cmd/compile: call ginsnop, not ginsnop2 on ppc64le for mid-stack inlining tracebacks by Lynn Boger · 5 years ago
  84. 73b803e misc: wait for device readyness in the exec wrapper by Elias Naur · 5 years ago
  85. f5aecc1 Revert "androidtest.bash: wait for device to be ready before using it" by Elias Naur · 5 years ago
  86. 01f34cb misc/cgo/life: fix tests in module mode by Bryan C. Mills · 5 years ago
  87. c6611b2 misc/cgo/stdio: fix tests in module mode by Bryan C. Mills · 5 years ago
  88. eb2d1cd misc/cgo/testplugin: convert test.bash to Go and fix in module mode by Bryan C. Mills · 5 years ago
  89. 551af5f misc/cgo/test: fix tests in module mode by Bryan C. Mills · 5 years ago
  90. 3726d91 cmd/go/internal/imports: use the full path to resolve symlinks by Bryan C. Mills · 5 years ago
  91. 8f1e2d4 misc/cgo/testsanitizers: move test source files into testdata directory by Bryan C. Mills · 5 years ago
  92. a00611f misc/cgo/testcshared: fix tests in module mode by Bryan C. Mills · 5 years ago
  93. ffde2dd misc/cgo/testshared: fix tests in module mode by Bryan C. Mills · 5 years ago
  94. 13d9a29 misc/cgo/testcarchive: fix tests in module mode by Bryan C. Mills · 5 years ago
  95. 27b9571 androidtest.bash: wait for device to be ready before using it by Elias Naur · 5 years ago
  96. 8ea27e1 misc/cgo/errors: fix tests in module mode by Bryan C. Mills · 5 years ago
  97. b35daca crypto/rc4: remove false guarantees from Reset docs and deprecate it by Filippo Valsorda · 5 years ago
  98. 56e4b0b misc/android: add build constraints on files intended to be built by filename only by Bryan C. Mills · 5 years ago
  99. 2ef8abb cmd/internal/obj/arm64: fix the bug assembling TSTW by fanzha02 · 5 years ago
  100. 0349f29 cmd/compile: flow interface data to heap if CONVIFACE of a non-direct interface escapes by Cherry Zhang · 5 years ago