[go: up one dir, main page]

  1. 90c8964 [release-branch.go1.11-security] go1.11.3 by Dmitri Shuralyov · 7 years ago go1.11.3
  2. 897b44e [release-branch.go1.11-security] cmd/go: set user and email in test-local git repos by Bryan C. Mills · 7 years ago
  3. 914efab [release-branch.go1.11-security] doc: document Go 1.11.3 and Go 1.10.6 by Dmitri Shuralyov · 7 years ago
  4. d39cd4d [release-branch.go1.11-security] cmd/go/internal/get: relax pathOK check to allow any letter by Bryan C. Mills · 7 years ago
  5. d01ccd8 [release-branch.go1.11-security] cmd/go/internal/get: use a strings.Replacer in expand by Bryan C. Mills · 7 years ago
  6. 5aedc8a [release-branch.go1.11-security] cmd/go/internal/get: reject Windows shortnames as path components by Bryan C. Mills · 7 years ago
  7. 8954add [release-branch.go1.11-security] cmd/go: reject 'get' of paths containing leading dots or unsupported characters by Bryan C. Mills · 7 years ago
  8. df52396 [release-branch.go1.11-security] crypto/x509: limit number of signature checks for each verification by Filippo Valsorda · 7 years ago
  9. e8a95ae [release-branch.go1.11] go1.11.2 by Andrew Bonventre · 7 years ago go1.11.2
  10. bbce36c [release-branch.go1.11] doc: document Go 1.11.2 by Andrew Bonventre · 7 years ago
  11. 6fb1030 [release-branch.go1.11] doc: document Go 1.10.5 by Andrew Bonventre · 7 years ago
  12. 68ad1d6 [release-branch.go1.11] go/types: use correct receiver types for embedded interface methods by Robert Griesemer · 7 years ago
  13. 369c188 [release-branch.go1.11] database/sql: correctly report MaxIdleClosed stat by Daniel Theophanes · 7 years ago
  14. eb46d15 [release-branch.go1.11] cmd/trace: don't drop sweep slice details by Hana Kim · 7 years ago
  15. ce6c8a5 [release-branch.go1.11] cmd/go/internal/modcmd: remove non-existent -dir flag by Agniva De Sarker · 7 years ago
  16. 97781d2 [release-branch.go1.11] internal/poll: advance file position in windows sendfile by Alex Brainman · 7 years ago
  17. edb6c16 [release-branch.go1.11] cmd/go, cmd/link: silence bogus Apple Xcode warning by Russ Cox · 7 years ago
  18. 05b2b9b [release-branch.go1.11] cmd/go: ensure git attributes are set by Jason Keene · 7 years ago
  19. 844bb04 [release-branch.go1.11] doc: update docs.html with new tour import path by Andrew Bonventre · 7 years ago
  20. c33153f7 [release-branch.go1.11] cmd/go: don't mention -mod=release by Mark Rushakoff · 7 years ago
  21. aa09661 [release-branch.go1.11] cmd/compile: fix type of OffPtr in some optimization rules by Cherry Zhang · 7 years ago
  22. 19fe28a [release-branch.go1.11] cmd/compile: don't crash reporting misuse of shadowed built-in function by taylorza · 7 years ago
  23. e9c178d [release-branch.go1.11] misc/wasm: add mention of polyfill for Edge support by Richard Musiol · 7 years ago
  24. 2695716 [release-branch.go1.11] go1.11.1 by Katie Hockman · 7 years ago go1.11.1
  25. 52c4bdb [release-branch.go1.11] doc: document Go 1.11.1 by Katie Hockman · 7 years ago
  26. 92ae524 [release-branch.go1.11] encoding/json: fix UnmarshalTypeError without field and struct values by Taesu Pyo · 7 years ago
  27. 307f8b5 [release-branch.go1.11] net: concatenate multiple TXT strings in single TXT record by Matthew Waters · 7 years ago
  28. 58c9bd9 [release-branch.go1.11] reflect: fix s390x reflect method calls by Keith Randall · 7 years ago
  29. 3afa9df [release-branch.go1.11] reflect: ensure correct scanning of return values by Keith Randall · 7 years ago
  30. a2f1c8e [release-branch.go1.11] reflect: use correct write barrier operations for method funcs by Keith Randall · 7 years ago
  31. 34e5a85 [release-branch.go1.11] doc: add go1.11 to contrib.html by Chris Broadfoot · 7 years ago
  32. 7544ac6 [release-branch.go1.11] cmd/go: add GOMIPS value to build id for mipsle by Ian Lance Taylor · 7 years ago
  33. 05a0c7b [release-branch.go1.11] net: fail fast for DNS rcode success with no answers of requested type by Ian Gudger · 7 years ago
  34. e535c71 [release-branch.go1.11] runtime: ignore races between close and len/cap by Keith Randall · 7 years ago
  35. b5ed6ec [release-branch.go1.11] net/http: ensure null body in Fetch response is not read by Johan Brandhorst · 7 years ago
  36. f2113d9 [release-branch.go1.11] doc/go1.11, cmd/go: elaborate on new GOFLAGS environment variable by Dmitri Shuralyov · 7 years ago
  37. c9ca36f [release-branch.go1.11] cmd/compile: prevent overflow in walkinrange by Alberto Donizetti · 7 years ago
  38. 0541668 [release-branch.go1.11] go/types: handle nil pointer when panic is written outside of a function by Rebecca Stambler · 7 years ago
  39. 5a25f45 [release-branch.go1.11] cmd/compile: count nil check as use in dead auto elim by Cherry Zhang · 7 years ago
  40. eeaf877 [release-branch.go1.11] runtime/trace: fix syntax errors in NewTask doc example by Charles Kenney · 7 years ago
  41. 71fce84 [release-branch.go1.11] crypto/x509: allow ":" in Common Name hostnames by Filippo Valsorda · 7 years ago
  42. cd9f601 [release-branch.go1.11] cmd/go: add -Wl,--export-dynamic to linker flag whitelist by Ian Lance Taylor · 7 years ago
  43. 5753489 [release-branch.go1.11] runtime: in semasleep, subtract time spent so far from timeout by Keith Randall · 7 years ago
  44. ebf5d98 [release-branch.go1.11] cmd/compile: in prove, fix fence-post implications for unsigned domain by Giovanni Bajo · 7 years ago
  45. ad116f7 [release-branch.go1.11] net: refactor readerAtEOF splice test by Andrei Tudor Călin · 7 years ago
  46. 359a02b [release-branch.go1.11] doc: add Go 1.11 to release history page by Joe Cortopassi · 7 years ago
  47. 6d601b8 [release-branch.go1.11] cmd/go: don't let script grep commands match $WORK by Ian Lance Taylor · 7 years ago
  48. 523dc5a [release-branch.go1.11] doc/go1.11: fix typo by Shenghou Ma · 7 years ago
  49. 41e62b8 [release-branch.go1.11] runtime: mark sigInitIgnored nosplit by Ian Lance Taylor · 7 years ago go1.11
  50. 89eb905 [release-branch.go1.11] go1.11 by Andrew Bonventre · 7 years ago
  51. f5c8875 [release-branch.go1.11] doc: document Go 1.10.4 by Andrew Bonventre · 7 years ago
  52. c7415c1 [release-branch.go1.11] doc/go1.11: add link to new WebAssembly wiki page by Dmitri Shuralyov · 7 years ago
  53. 08c66d7 [release-branch.go1.11] doc/go1.11: remove draft status by Andrew Bonventre · 7 years ago
  54. 02c0c32 [release-branch.go1.11] go1.11rc2 by Andrew Bonventre · 7 years ago go1.11rc2
  55. ca25572 [release-branch.go1.11] internal/poll, net: fix sendfile on Windows, add test by Brad Fitzpatrick · 7 years ago
  56. 2eb8116 [release-branch.go1.11] crypto/tls: make ConnectionState.ExportKeyingMaterial a method by Filippo Valsorda · 7 years ago
  57. 4124fe1 [release-branch.go1.11] cmd/go: fix list -compiled of package with only tests by Russ Cox · 7 years ago
  58. 4383edf [release-branch.go1.11] cmd/go: fix 'go help go.mod' example by Russ Cox · 7 years ago
  59. e1ad7cd [release-branch.go1.11] cmd/go: add go.sum entries to go mod download -json output by Russ Cox · 7 years ago
  60. 811b0c1 [release-branch.go1.11] cmd/go: fix modload response for std-vendored packages by Russ Cox · 7 years ago
  61. ece4cdb [release-branch.go1.11] cmd/go: fix modload infinite directory loop by Daniel Martí · 7 years ago
  62. 673a05e [release-branch.go1.11] Merge branch 'master' into release-branch.go1.11 by Brad Fitzpatrick · 7 years ago
  63. e0faedbb cmd/go: add missing newlines in printf formats by Daniel Martí · 7 years ago
  64. edf8105 doc/go1.11: Delve 1.1.0 added support for method calls by Austin Clements · 7 years ago
  65. bf80e3b cmd/go: fix module get -insecure by Russ Cox · 7 years ago
  66. c5046bc cmd/go/internal/modconv: fix TestConvertLegacyConfig expectations by Russ Cox · 7 years ago
  67. 5d750db cmd/go: fix go mod tidy crash on empty module by Russ Cox · 7 years ago
  68. cc880de cmd/go: allow 'go run x.go' to use nearby internal imports in module mode by Russ Cox · 7 years ago
  69. 239b8f2 cmd/go: fix and reenable TestAccidentalGitCheckout by Russ Cox · 7 years ago
  70. 714c141 cmd/go: update TestGoGetUpdateWithWildcard expected behavior by Russ Cox · 7 years ago
  71. 850c964 cmd/go: treat VCS errors as hard errors in module search by Russ Cox · 7 years ago
  72. 4864dec cmd/go: remove go mod fix, add go help go.mod by Russ Cox · 7 years ago
  73. 16a7212 cmd/go/internal/modfetch: correct TestCodeRepo expectation by Russ Cox · 7 years ago
  74. 0a842d5 os: handle TMPDIR in TempDir on Plan 9 by David du Colombier · 7 years ago
  75. 64fae25 cmd/go: do not turn list ./nonexist into a network lookup by Russ Cox · 7 years ago
  76. 8dd27b1 cmd/go: report which patterns match each package in list by Russ Cox · 7 years ago
  77. 2ce6da0 cmd/go: fix -gcflags, -ldflags not applying to current directory by Russ Cox · 7 years ago
  78. d46587c cmd/go: distinguish patterns from the results of matching them by Russ Cox · 7 years ago
  79. 08d10f9 doc: describe golang.org/x/go/packages in go1.11 release notes by Alan Donovan · 7 years ago
  80. c81d216 go/doc: allow interior dot in heading, as in "go.mod" by Russ Cox · 7 years ago
  81. 3e0f5f9 doc/code: drop mentions of GOPATH/pkg directory by Russ Cox · 7 years ago
  82. 2482451 cmd/vet: don't suggest ... if it breaks a program by Daniel Martí · 7 years ago
  83. 876c6d1 cmd/compile: make duplicate anonymous interface output deterministic by Dan Johnson · 7 years ago
  84. 751ea93 cmd/go: document import "C" check from CL 129062 by Russ Cox · 7 years ago
  85. 974d536 cmd/go: ignore import "C" files in module loader in non-cgo mode by Russ Cox · 7 years ago
  86. c265c89 cmd/go: ignore /tmp/go.mod by Russ Cox · 7 years ago
  87. dea36a6 cmd/go: disable TestAccidentalGitCheckout for now by Brad Fitzpatrick · 7 years ago
  88. a68b713 runtime: load errno as signed 32-bit by Keith Randall · 7 years ago
  89. 6502c11 cmd/go: fix typos in go help mod subpages by Alberto Donizetti · 7 years ago
  90. c882f4b go/printer: consider empty lines in table layout computation by Robert Griesemer · 7 years ago
  91. 469ada6 runtime: go fmt runtime2.go by Martin Möhrmann · 7 years ago
  92. daeb0b4 go/printer: revert "make empty lines break table alignment" by Robert Griesemer · 7 years ago
  93. 81555cb cmd/compile/internal/gc: add nil check for closure call on wasm by Richard Musiol · 7 years ago
  94. 807e7f2 [release-branch.go1.11] go1.11rc1 by Filippo Valsorda · 7 years ago go1.11rc1
  95. 4fc7b93 net/http: support configuring fetch options by Johan Brandhorst · 7 years ago
  96. 7a6fc1f net/http: update request cancelation docs by Brad Fitzpatrick · 7 years ago
  97. 015873c doc: update the primary security coordinator to filippo@ by Filippo Valsorda · 7 years ago
  98. f1c7faa A+C: second and final round of updates for Go 1.11 by Filippo Valsorda · 7 years ago
  99. 5c11480 cmd/go: don't let ... match GOROOT/src/cmd in module mode by Russ Cox · 7 years ago
  100. 64205cd cmd/go: report implicit cgo inputs in go list -compiled by Russ Cox · 7 years ago