1. 0a3de5b compiler/natives/src/sync: update for Go 1.13 internal API changes by Dmitri Shuralyov · 6 years ago 1.13-wip 1.13.0-wip
  2. cf2e405 target Go 1.13 Beta 1, update version to GopherJS 1.13-wip by Dmitri Shuralyov · 6 years ago
  3. 5d27143 build, compiler/natives/src/reflect: remove Go 1.11-specific code (#933) by Dmitri Shuralyov · 6 years ago
  4. 3e4dfb7 compiler: update version to 1.12-2 (#914) by Hajime Hoshi · 6 years ago
  5. de1776f Add syscall/js (#908) by Hajime Hoshi · 6 years ago
  6. bd77b11 compiler/natives/src/time: disable TestSleep by Hajime Hoshi · 6 years ago
  7. c74ca33 compiler/natives/src/time: disable TestSleep by Hajime Hoshi · 6 years ago
  8. 8a4e74d compiler/natives: regenerate by Dmitri Shuralyov · 6 years ago
  9. bb26745 Go 1.12 support (version bump to GopherJS 1.12-1). by Hajime Hoshi · 6 years ago
  10. 09ef6f4 compiler: Update version to 1.12-1 by Hajime Hoshi · 6 years ago
  11. 8471480 compiler/natives/src/reflect: Add comments by Hajime Hoshi · 6 years ago
  12. 18df411 go generate by Hajime Hoshi · 6 years ago
  13. e34c676 Fix .std_test_pkg_exclusions by Hajime Hoshi · 6 years ago
  14. 3844e18 Add more testable standard libs by Hajime Hoshi · 6 years ago
  15. 9da6e14 Test internal/fmtsort by Hajime Hoshi · 6 years ago
  16. a2f6a71 Add .std_test_pkg_exlusions by Hajime Hoshi · 6 years ago
  17. 4711f47 Remove filename suffixes _js by Hajime Hoshi · 6 years ago
  18. 2ea661b reflect: Reimplement mapiter functions by Hajime Hoshi · 6 years ago
  19. 35239cf Fix testing issues on macOS by Hajime Hoshi · 6 years ago
  20. db381e3 Fix circle.yml by Hajime Hoshi · 6 years ago
  21. 158447e Address on reviews by Hajime Hoshi · 6 years ago
  22. cf99cfe Address on reviews by Hajime Hoshi · 6 years ago
  23. 57d7708 tests: Add new failure tests in Go 1.12 by Hajime Hoshi · 6 years ago
  24. 250c084 compiler/natives/src/reflect: Fix failure tests by Hajime Hoshi · 6 years ago
  25. 3a29d97 compiler/natives/src: Fix test failures by Hajime Hoshi · 6 years ago
  26. c0c4111 compiler/natives/src: Fix some test failures by Hajime Hoshi · 6 years ago
  27. 9793ddf compiler/natives/src/crypto/rand: Add func batched by Hajime Hoshi · 6 years ago
  28. f65c39d compiler/natives/src/syscall: Define syscall functions for Darwin by Hajime Hoshi · 6 years ago
  29. 6b3d4d1 go generate by Hajime Hoshi · 6 years ago
  30. 96c95ab compiler/natives/src/internal/syscall/unix: Add fstatatTrap by Hajime Hoshi · 6 years ago
  31. 756c79f Update circle.yml by Hajime Hoshi · 6 years ago
  32. 9576d72 compiler/natives/src/syscall: Rename syscall by Hajime Hoshi · 6 years ago
  33. 80a8d4e compiler/natives/src/syscall: Add Syscall18 by Hajime Hoshi · 6 years ago
  34. f022788 compiler/natives/src/reflect: Update function signatures by Hajime Hoshi · 6 years ago
  35. a395e60 compiler/natives/src/internal/cpu: Add CacheLinePadSize by Hajime Hoshi · 6 years ago
  36. 62c39c2 Target Go 1.12, update version to GopherJS 1.12-wip. by Hajime Hoshi · 6 years ago
  37. 847fc94 ci: upgrade to Go 1.11.5 (#903) by Paul Jolly · 6 years ago 1.11.2+go1.11.5
  38. a7e14a8 ci: use black list instead of white list for standard library tests (#902) by Paul Jolly · 6 years ago
  39. d547d1d CI: Update to Go 1.11.2. (#878) by Dmitri Shuralyov · 7 years ago
  40. 0766667 added godoc (#869) by pj · 7 years ago
  41. 1babbf9 Revert "Added viewport support and defered execution on gopherjs serve (#860)" (#866) by Hajime Hoshi · 7 years ago
  42. b337c87 CI: Upgrade to CircleCI 2.0. (#864) by Dmitri Shuralyov · 7 years ago
  43. 0fee806 Go 1.11.1 support (version bump to GopherJS 1.11-2). (#865) by Dmitri Shuralyov · 7 years ago
  44. bf5fc7d Added viewport support and defered execution on gopherjs serve (#860) by Anik Hasibul · 7 years ago
  45. 0210a2f Go 1.11 support (version bump to GopherJS 1.11-1). (#853) by Dmitri Shuralyov · 7 years ago
  46. 8b6e878 compiler: Bump version to GopherJS 1.11-1. by Dmitri Shuralyov · 7 years ago
  47. e3b6673 Target Go 1.11 final. by Dmitri Shuralyov · 7 years ago
  48. bf5bd66 Regenerate. by Dmitri Shuralyov · 7 years ago
  49. da29940 natives/reflect: Skip new failing test. by Dmitri Shuralyov · 7 years ago
  50. 1f566be natives/runtime: Update TypeAssertionError instantiation. by Dmitri Shuralyov · 7 years ago
  51. f2f28a8 Target Go 1.11 RC 2. by Dmitri Shuralyov · 7 years ago
  52. e0db4d4 tests: Triage test failures new to Go 1.11. by Dmitri Shuralyov · 7 years ago
  53. 64ad028 natives/crypto/internal/subtle: Implement for GopherJS. by Dmitri Shuralyov · 7 years ago
  54. a23c7c0 Target Go 1.11 RC 1. by Dmitri Shuralyov · 7 years ago
  55. 1205be0 Target Go 1.11 Beta 3. by Dmitri Shuralyov · 7 years ago
  56. ec05aba natives/runtime: Add pkgpath method for _type. (#846) by Egon Elbre · 7 years ago
  57. 8e3982a Target Go 1.11 Beta 2. by Damir Vandic · 7 years ago
  58. f6627b0 natives/math: Use Go implementation for extreme Ldexp inputs. by Dmitri Shuralyov · 7 years ago
  59. e29d711 natives/strings: Skip TestBuilderGrow. by Dmitri Shuralyov · 7 years ago
  60. 884657e natives/reflect: Sort exported methods first; add xcount to uncommonType. by Dmitri Shuralyov · 7 years ago
  61. 3c29284 natives/reflect: Use 'embedded' rather than 'anonymous'. by Dmitri Shuralyov · 7 years ago
  62. 9f7f458 natives/testing: Update frameSkip signature and implementation. by Dmitri Shuralyov · 7 years ago
  63. f2b3fe5 natives/unicode: Update signature of to. by Dmitri Shuralyov · 7 years ago
  64. a8a9c4e natives/sync: Update sync.WaitGroup fields. by Dmitri Shuralyov · 7 years ago
  65. 97c17c2 natives/syscall: Implement rawSyscallNoError, unsetenv_c. by Dmitri Shuralyov · 7 years ago
  66. 6bf01c0 natives/internal/syscall/unix: Define randomTrap; override IsNonblock. by Dmitri Shuralyov · 7 years ago
  67. 7c756a8 natives/internal/cpu: Define CacheLineSize constant for GOARCH=js. by Dmitri Shuralyov · 7 years ago
  68. 061c27b Target Go 1.11 Beta 1, update version to GopherJS 1.11-wip. by Dmitri Shuralyov · 7 years ago
  69. 89baedc compiler/prelude: Keep nil slice nil when slicing. (#852) by Dmitri Shuralyov · 7 years ago 1.10.4+go1.10.1
  70. 0892b62 doc: Document Node.js version 10.0.0 requirement. by Dmitri Shuralyov · 7 years ago
  71. 5232e51 node-syscall: Use Get instead of deprecated CloneElementAt. (#810) by Paul Jolly · 7 years ago
  72. 8dffc02 compiler: Bump version to GopherJS 1.10-4. by Dmitri Shuralyov · 7 years ago
  73. 423bf76 compiler: Use gcexportdata instead of gcimporter15. (#803) by Paul Jolly · 7 years ago
  74. 1daac00 compiler: Bump version to GopherJS 1.10-3. by Dmitri Shuralyov · 7 years ago
  75. c8e5f7c README: Remove note saying vendoring GopherJS is unsupported. by Dmitri Shuralyov · 7 years ago
  76. d0d69c0 tests: Add test that GopherJS can be vendored. by Dmitri Shuralyov · 7 years ago
  77. b24e356 Restore support for testing js package. by Dmitri Shuralyov · 7 years ago
  78. b90dbcb build, compiler/typesutil: Don't use vendor directory to resolve js, nosync. by Dmitri Shuralyov · 7 years ago
  79. c121b3d build: Load js, nosync packages from gopherjspkg rather than GOPATH. by Dmitri Shuralyov · 7 years ago
  80. a4af087 compiler/gopherjspkg: Add package. by Dmitri Shuralyov · 7 years ago
  81. f681903 build: Make fewer copies of NewBuildContext. by Dmitri Shuralyov · 7 years ago
  82. fcfa75a Move js package tests into tests package. by Dmitri Shuralyov · 7 years ago
  83. e1d10e7 compiler: automate regeneration of prelude (#784) by Paul Jolly · 7 years ago
  84. 27662f8 CI: Update to Go 1.10.1. (#795) by Paul Jolly · 7 years ago
  85. e14987c compiler: support arbitrary value js struct tag values (#779) by Paul Jolly · 7 years ago
  86. 558a913 compiler: Vendor golang.org/x/tools/go/gcimporter15. by Paul Jolly · 7 years ago
  87. 827bd48 compiler/natives/src/reflect: Optimize Swapper by swapping JS array elements directly (bypass reflection). (#785) by Ben Echols · 7 years ago
  88. 82b3220 README: Document supported GOOS values. (#777) by Dmitri Shuralyov · 7 years ago
  89. 97d8e76 compiler/prelude: Initialize high/max before checking range by Hajime Hoshi · 7 years ago
  90. 768621c doc: Document that plugin package is unsupported. (#774) by Hajime Hoshi · 7 years ago
  91. df18d38 Error on invalid gopherjs test -c, -o flag usage. by Dmitri Shuralyov · 7 years ago
  92. 9c69860 compiler: Minify prelude with UglifyJS 3. by Dave Brophy · 7 years ago
  93. 4e9f423 Go 1.10 support (version bump to GopherJS 1.10-1). (#755) by Dmitri Shuralyov · 7 years ago
  94. 4ebbd33 compiler: Bump version to GopherJS 1.10-1. by Dmitri Shuralyov · 7 years ago
  95. c7eb1e9 compiler/natives: Regenerate. by Dmitri Shuralyov · 7 years ago
  96. 88dc1af Revert "WIP: Hacky fix for wrong method set order with unicode." by Dmitri Shuralyov · 7 years ago
  97. 28e102c compiler/natives/src/reflect: Override Value.assignTo method, drop v.Kind() == Interface && v.IsNil(). by Dmitri Shuralyov · 8 years ago
  98. 5e5d2d2 Revert "compiler/natives/src/reflect: Return true in IsNil for implicitly converted nil interface." by Dmitri Shuralyov · 8 years ago
  99. 7729020 Target Go 1.10 final. by Dmitri Shuralyov · 8 years ago
  100. 0bd5ec1 compiler/natives/src/encoding/gob: Skip TestTypeRace. by Dmitri Shuralyov · 8 years ago