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