Sign in
chromium
/
external
/
github.com
/
gopherjs
/
gopherjs
/
refs/tags/v1.12.0
6177771
compiler: upgrade to Go 1.12 (#41)
by Paul Jolly
· 6 years ago
v1.12.0
bb0d124
compiler: upgrade to Go 1.11.5 (#43)
by Paul Jolly
· 6 years ago
v1.11.50
f5b96be
compiler: fix handling of nil assigned to blank identifier (#38)
by Paul Jolly
· 7 years ago
163c058
build: add test for golang_org imports (#37)
by Paul Jolly
· 7 years ago
87822ab
build: correctly apply all build context build tags when calc mod deps (#36)
by Paul Jolly
· 7 years ago
cff6246
build: fix list for module dependencies for tests (#35)
by Paul Jolly
· 7 years ago
951f90d
README: update note on modules in README (#34)
by Paul Jolly
· 7 years ago
4d506bd
build: almost complete module support (#33)
by Paul Jolly
· 7 years ago
167388b
tool: trim cache at the end of a session where we do cache work. (#31)
by Paul Jolly
· 7 years ago
5fe72a7
test: use github.com/rogpeppe/go-internal (#29)
by Paul Jolly
· 7 years ago
59ba804
ci: upgrade to Go 1.11.2 (#30)
by Paul Jolly
· 7 years ago
7a8dc4c
README: correct install steps (#28)
by Paul Jolly
· 7 years ago
d1c34fc
ci: Go 1.11.1 support (#25)
by Paul Jolly
· 7 years ago
55c28f2
ci: fix various breakages (#22)
by Paul Jolly
· 7 years ago
74a9a91
build: do not use IgnoreVendor in Go 1.11 mode (#17)
by Paul Jolly
· 7 years ago
de7a65b
doc: add caveat to README for Go 1.11 branch (#18)
by Paul Jolly
· 7 years ago
11e9f3a
build: fix import path resolution with no args (#15)
by Paul Jolly
· 7 years ago
af1a935
Initial module-aware changes for Go1.11 (#14)
by Paul Jolly
· 7 years ago
f0cdca1
Origin Go1.11 changes (#13)
by Paul Jolly
· 7 years ago
38b413b
doc: update README with instructions on how to install this fork. (#11)
by Paul Jolly
· 7 years ago
go1.10
d07b764
compiler: fix Make(Full)Wrapper where this is no return value (#10)
by Paul Jolly
· 7 years ago
75a0cb9
js: add MakeFullWrapper to expose exported methods and struct fields. (#8)
by Paul Jolly
· 7 years ago
e13dc1a
vendor: vendor go/types to workaround bug in method set calc. (#7)
by Paul Jolly
· 7 years ago
bd71904
compiler: fix variadic args not being nil when zero length. (#6)
by Paul Jolly
· 7 years ago
89cfdc6
compiler: use hash calculation for determining staleness (#5)
by Paul Jolly
· 7 years ago
679d5dd
compiler/prelude: format .js files using prettier (#4)
by Paul Jolly
· 7 years ago
e8b02f4
compiler/prelude: move prelude to separate .js files (#3)
by Paul Jolly
· 7 years ago
51d17b2
ci: upgrade to CircleCI 2 (#2)
by Paul Jolly
· 7 years ago
e43635d
ci: fix circle config for myitcv/gopherjs build (#1)
by Paul Jolly
· 7 years ago
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
· 7 years ago
5e5d2d2
Revert "compiler/natives/src/reflect: Return true in IsNil for implicitly converted nil interface."
by Dmitri Shuralyov
· 7 years ago
7729020
Target Go 1.10 final.
by Dmitri Shuralyov
· 7 years ago
0bd5ec1
compiler/natives/src/encoding/gob: Skip TestTypeRace.
by Dmitri Shuralyov
· 7 years ago
12f65e2
compiler/natives/src/io: Skip TestMultiWriterSingleChainFlatten.
by Dmitri Shuralyov
· 7 years ago
446447a
compiler/natives/src/strings: Skip optional pointer manipulation.
by Dmitri Shuralyov
· 7 years ago
4bff1ed
doc: Document partially supported packages in more detail.
by Dmitri Shuralyov
· 7 years ago
8fc1f3c
build: Exclude linux-specific crypto/rand tests.
by Dmitri Shuralyov
· 7 years ago
7c7c569
tests: Triage test failures new to Go 1.10.
by Dmitri Shuralyov
· 7 years ago
397649b
Target Go 1.10 RC 2.
by Dmitri Shuralyov
· 7 years ago
7aa01e3
Target Go 1.10 RC 1.
by Dmitri Shuralyov
· 7 years ago
1df2504
compiler/natives/src/bytes: Skip all tests that rely on syscall.Getpagesize.
by Dmitri Shuralyov
· 7 years ago
aed37b5
WIP: Try a fix for Linux os.Exit stalls.
by Dmitri Shuralyov
· 7 years ago
7e7b29d
compiler/natives/src/runtime: Stop using sys.DefaultGoroot.
by Dmitri Shuralyov
· 7 years ago
611259a
Target Go 1.10 Beta 2.
by Dmitri Shuralyov
· 7 years ago
c565975
WIP: Better solution for method name encoding mismatch.
by Dmitri Shuralyov
· 7 years ago
072e78d
Revert "compiler/natives/src/reflect: Don't skip string internalization for types."
by Dmitri Shuralyov
· 7 years ago
9d5176b
compiler/natives/src/reflect: Implement throw.
by Dmitri Shuralyov
· 7 years ago
8b2ca4b
compiler/natives/src/strings: Simple Builder implementation for js architecture.
by Dmitri Shuralyov
· 7 years ago
3e6aba5
compiler/natives/src/testing: Override frameSkip to avoid runtime.Callers.
by Dmitri Shuralyov
· 7 years ago
1fb1aaa
compiler/natives/src/reflect: Return true in IsNil for implicitly converted nil interface.
by Dmitri Shuralyov
· 7 years ago
a855174
compiler/natives/src/reflect: Skip TestCallReturnsEmpty.
by Dmitri Shuralyov
· 7 years ago
5fab10d
compiler/natives/src/reflect: Don't skip string internalization for types.
by Dmitri Shuralyov
· 7 years ago
c4db7b2
WIP: Hacky fix for wrong method set order with unicode.
by Dmitri Shuralyov
· 7 years ago
87f956b
compiler/natives/src/reflect: Update method indexing for non-ASCII exported methods.
by Dmitri Shuralyov
· 7 years ago
66c17b1
compiler/natives/src/reflect: Update mutability of non-exported embedded fields.
by Dmitri Shuralyov
· 7 years ago
9c9c7cd
compiler/natives/src/reflect: Allow Copy from string to []byte.
by Dmitri Shuralyov
· 7 years ago
9d71b8d
compiler/natives/src/internal/poll: Implement semaphores.
by Dmitri Shuralyov
· 7 years ago
605cc21
compiler/natives/src/syscall: Provide implementation of Exit.
by Dmitri Shuralyov
· 7 years ago
d796bf5
compiler/natives/src/reflect: Change makechan size parameter type from uint64 to int.
by Dmitri Shuralyov
· 7 years ago
2556b29
compiler/natives/src/reflect: Remove pkgPath parameter from newName.
by Dmitri Shuralyov
· 7 years ago
232d132
compiler/natives/src/time: Update for internal code reorganization.
by Dmitri Shuralyov
· 7 years ago
a57c082
compiler/natives/src/math: Remove Dim implementation.
by Dmitri Shuralyov
· 7 years ago
622f536
compiler/natives/src/runtime: Add stubs for getcallerpc, findfunc, funcname.
by Dmitri Shuralyov
· 7 years ago
fa8fb1b
Target Go 1.10 Beta 1, update version to GopherJS 1.10-wip.
by Dmitri Shuralyov
· 7 years ago
3926a9f
internal/sysutil: Fix build error on FreeBSD due to Rlimit.Cur type mismatch. (#752)
by Jürgen Hötzel
· 7 years ago
1.9.2+go1.9
296de81
build: Add "purego" build tag to default context. (#747)
by Dmitri Shuralyov
· 7 years ago
178c176
README: Clarify {{base}} in gopherjs serve. (#741)
by Dmitri Shuralyov
· 7 years ago
9b73d05
compiler/natives/src/sync: Fix inconsistent mutex state. (#737)
by canning-duck
· 7 years ago
444abdf
compiler/prelude: Remove remaining unused canBlock. (#706)
by Hajime Hoshi
· 8 years ago
077f6d6
Simplify code to return error more directly. (#713)
by Pontus Leitzler
· 8 years ago
0991e3a
Remove unused parameter `direct`. (#711)
by Hajime Hoshi
· 8 years ago
a0a7cfe
README: Use inline code syntax for gopherjs serve command. (#712)
by Anastasia A
· 8 years ago
4152256
Compute binary name from base of directory rather than import path. (#702)
by 4ydx
· 8 years ago
Next »