๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
  1. 3926a9f internal/sysutil: Fix build error on FreeBSD due to Rlimit.Cur type mismatch. (#752) by Jรผrgen Hรถtzel ยท 8 years ago 1.9.2+go1.9
  2. 296de81 build: Add "purego" build tag to default context. (#747) by Dmitri Shuralyov ยท 8 years ago
  3. 178c176 README: Clarify {{base}} in gopherjs serve. (#741) by Dmitri Shuralyov ยท 8 years ago
  4. 9b73d05 compiler/natives/src/sync: Fix inconsistent mutex state. (#737) by canning-duck ยท 8 years ago
  5. 444abdf compiler/prelude: Remove remaining unused canBlock. (#706) by Hajime Hoshi ยท 8 years ago
  6. 077f6d6 Simplify code to return error more directly. (#713) by Pontus Leitzler ยท 8 years ago
  7. 0991e3a Remove unused parameter `direct`. (#711) by Hajime Hoshi ยท 8 years ago
  8. a0a7cfe README: Use inline code syntax for gopherjs serve command. (#712) by Anastasia A ยท 8 years ago
  9. 4152256 Compute binary name from base of directory rather than import path. (#702) by 4ydx ยท 8 years ago
  10. b40cd48 compiler: Fix generated code for type switch with *js.Object case. (#683) by Paul Jolly ยท 8 years ago
  11. 4b94c02 Fix build error on Windows due to syscall package. (#697) by Dmitri Shuralyov ยท 8 years ago
  12. c7ececa compiler: Do not generate unused $ptr local variable. (#690) by Jonathan Hall ยท 8 years ago
  13. 38c2151 Set stack_size from ulimit; set ulimit to 10000 in CI. (#687) by Paul Jolly ยท 8 years ago
  14. f7c5653 Go 1.9 support (version bump to GopherJS 1.9-1). (#651) by Dmitri Shuralyov ยท 8 years ago
  15. fe63fb1 compiler: Bump GopherJS version to 1.9-1. by Dmitri Shuralyov ยท 8 years ago
  16. 34e2783 compiler: Skip type aliases in all named type considerations. by Dmitri Shuralyov ยท 8 years ago
  17. 61693e9 compiler: Simplify type alias handling. by Dmitri Shuralyov ยท 8 years ago
  18. be67827 compiler: Replace old importer with x/tools/go/gcimporter15. by Dmitri Shuralyov ยท 8 years ago
  19. 62cb4ed CI: Prefer --minify flag for all tests. by Dmitri Shuralyov ยท 8 years ago
  20. 91dd575 compiler: Restore previous behavior of skipping unsafe import. by Dmitri Shuralyov ยท 8 years ago
  21. 7e6a73a Add math/bits to supported package list. by Dmitri Shuralyov ยท 8 years ago
  22. 07ee55b CI: Update to Go 1.9 final release. by Dmitri Shuralyov ยท 8 years ago
  23. ba3e852 CI: Update to Go 1.9 RC 2. by Dmitri Shuralyov ยท 8 years ago
  24. 00a3767 build: Don't use cgo for "os/user", "crypto/x509". by Dmitri Shuralyov ยท 8 years ago
  25. 6759a49 CI: Fix check for forgotten // +build js constraints in natives. by Dmitri Shuralyov ยท 8 years ago
  26. f6209e7 compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  27. 208c5eb Address remaining code review comments. by Dmitri Shuralyov ยท 8 years ago
  28. cc693ed compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  29. 052972b compiler/natives: Add missing // +build js build constraint. by Dmitri Shuralyov ยท 8 years ago
  30. 355d52e compiler/natives/src/sync: Implement newly referenced test helpers. by Dmitri Shuralyov ยท 8 years ago
  31. 49ee3df compiler/natives/src/math/big: Use math_big_pure_go build tag. by Dmitri Shuralyov ยท 8 years ago
  32. 99fd1ff compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  33. b0dc25e compiler/natives/src/internal/poll: Add pollDesc.pollable method. by Dmitri Shuralyov ยท 8 years ago
  34. cc16cdc CI: Update to Go 1.9 RC 1. by Dmitri Shuralyov ยท 8 years ago
  35. 8b8c47a CI: Update to Go 1.9 Beta 2. by Dmitri Shuralyov ยท 8 years ago
  36. ffae93c compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  37. ce54604 CI: Use --verbose flag with gopherjs test command. by Dmitri Shuralyov ยท 8 years ago
  38. e39dba4 compiler/natives/src/crypto/x509: Update package and tests for Go 1.9. by Dmitri Shuralyov ยท 8 years ago
  39. dcc17c5 tests: Classify new Go 1.9 tests. by Dmitri Shuralyov ยท 8 years ago
  40. 576b4d7 compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  41. 63f374f compiler/natives/src/time: Add initial support for monotonic clock. by Dmitri Shuralyov ยท 8 years ago
  42. d8a12c0 compiler/natives/src/sync: Add missing private helper. by Dmitri Shuralyov ยท 8 years ago
  43. 41a477d compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  44. fbf0086 compiler/natives/src/encoding/gob: Disable broken test case. by Dmitri Shuralyov ยท 8 years ago
  45. c7683d9 compiler/natives/src/net: Implement missing private helpers. by Dmitri Shuralyov ยท 8 years ago
  46. dd65c22 compiler/natives/src/math: Implement missing functions. by Dmitri Shuralyov ยท 8 years ago
  47. b9c0354 CI: Don't minify when running tests. by Dmitri Shuralyov ยท 8 years ago
  48. 67e7e39 compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  49. c8a99bb compiler/natives/src/math/big: Remove bitLen, override Word. by Dmitri Shuralyov ยท 8 years ago
  50. 15ab3c0 compiler: Fix panic due to type aliases. by Dmitri Shuralyov ยท 8 years ago
  51. 44d151d compiler/natives/src/reflect: Set pkgPath for new implements checks. by Dmitri Shuralyov ยท 8 years ago
  52. 640751f compiler: Set anonymous bit for struct fields correctly. by Dmitri Shuralyov ยท 8 years ago
  53. 9ffc87e WIP: nosync: Implement sync.Map. by Dmitri Shuralyov ยท 8 years ago
  54. 38f3fb7 compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  55. 956dce4 compiler/natives/src/internal/poll: Create no-op I/O poller implementation. by Dmitri Shuralyov ยท 8 years ago
  56. b946d67 compiler/natives/src/testing: Use a basic but working callerName. by Dmitri Shuralyov ยท 8 years ago
  57. 981eddd compiler/natives/src/os/signal: Create no-op implementation. by Dmitri Shuralyov ยท 8 years ago
  58. 9212049 compiler/natives: Regenerate. by Dmitri Shuralyov ยท 8 years ago
  59. 7b4a889 compiler/natives/src/reflect: Update signatures. by Dmitri Shuralyov ยท 8 years ago
  60. c5eec2e compiler/natives/src/time: Update now signature for monotonic time. by Dmitri Shuralyov ยท 8 years ago
  61. 0cbbd7f compiler/natives/src/sync: Update SemacquireMutex, Semrelease signatures. by Dmitri Shuralyov ยท 8 years ago
  62. 0927aef compiler/natives/src/runtime: Add noop implementation of CallersFrames. by Dmitri Shuralyov ยท 8 years ago
  63. 72e0b64 compiler/natives/src/runtime: Keep throw accessible for Go code to use. by Dmitri Shuralyov ยท 8 years ago
  64. 15a2eea Target Go 1.9 Beta 1, update version to GopherJS 1.9-wip. by Dmitri Shuralyov ยท 8 years ago
  65. 95deb33 Ensure that sorting of variables is stable. (#681) by Nick Miyake ยท 8 years ago 1.8.2+go1.8
  66. 2b1d432 readme: remove outdated description by Richard Musiol ยท 8 years ago
  67. dc374d3 Fix evaluation order of type conversions by Hajime Hoshi ยท 9 years ago
  68. 7cde3d3 compiler: Bump up version to 1.8-2. by Dmitri Shuralyov ยท 9 years ago
  69. db88776 Remove special case for build/install/test with zero arguments. by Dmitri Shuralyov ยท 9 years ago
  70. a2b7f91 Don't use filepath.ToSlash on import paths. by Dmitri Shuralyov ยท 9 years ago
  71. 7568072 Expand import path patterns inside gopherjs tool. by Dmitri Shuralyov ยท 9 years ago
  72. 25c3660 build: Try to get and use working directory, when possible. by Dmitri Shuralyov ยท 9 years ago
  73. 42c113c compiler/natives: Use gopherjsdev build tag for reading from disk. (#646) by Dmitri Shuralyov ยท 9 years ago
  74. 6997325 compiler/natives/src/net/http: Include reason in error when fetch() fails. (#647) by Alex Browne ยท 9 years ago
  75. 2f8d2fd build: Document what packages are being ignored. (#636) by Dmitri Shuralyov ยท 9 years ago
  76. 43db6ff Add support for gopherjs test --count flag. by Dmitri Shuralyov ยท 9 years ago
  77. 9659c81 build: Fix shadowing bug in staleness calculation. (#635) by Dmitri Shuralyov ยท 9 years ago
  78. 265040a compiler/prelude: Optimize ASCII string detection. (#628) by Dmitri Shuralyov ยท 9 years ago
  79. 33af5e0 Improve "source maps disabled" warning text. (#629) by Dmitri Shuralyov ยท 9 years ago
  80. 69f530d js: Point to new location of Interface conversion details. (#623) by Dmitri Shuralyov ยท 9 years ago
  81. 3496c6f Make flags local to the commands that actually support them. (#607) by Dmitri Shuralyov ยท 9 years ago
  82. 0cc212b Revert "Handle GOARCH env var similarly to cmd/go." (#605) by Dmitri Shuralyov ยท 9 years ago
  83. d911b80 README: Update link for AngularJS. (#602) by xoviat ยท 9 years ago
  84. 7d94d73 Use temporary file rather than os.Pipe for testing examples. (#590) by Jonathan Hall ยท 9 years ago
  85. 34726b3 add blog to readme by Richard Musiol ยท 9 years ago
  86. 090f265 Re-generate natives vfsdata by Jonathan Hall ยท 9 years ago
  87. 37e21f2 Don't send an empty body when there is no body by Jonathan Hall ยท 9 years ago
  88. 96e2b0e fix externalization of empty typed arrays (fixes #597) by Jonathan Hall ยท 9 years ago
  89. 9853efb Minor refactor (no behavior change) to simplify and clean up. (#596) by Dmitri Shuralyov ยท 9 years ago
  90. 62bca28 Handle GOARCH env var similarly to cmd/go. by Dmitri Shuralyov ยท 9 years ago
  91. 69499ef build: Use system default GOARCH, ignore GOARCH env var. by Dmitri Shuralyov ยท 9 years ago
  92. b9bcb1d Go 1.8 support (version bump to GopherJS 1.8-1). (#552) by Dmitri Shuralyov ยท 9 years ago
  93. 16fddcc tests: Remove fixedbugs/issue8613.go from knownFails. by Dmitri Shuralyov ยท 9 years ago
  94. 1d7ed2c compiler/natives: Regenerate. by Dmitri Shuralyov ยท 9 years ago
  95. b36bf38 build, compiler/natives/src/os: Remove syscalling os.Executable implementation. by Dmitri Shuralyov ยท 9 years ago
  96. 0c82c68 compiler/natives/src/runtime/debug: Implement noop SetMaxStack. by Dmitri Shuralyov ยท 9 years ago
  97. ad3bc12 build: Remove external dependency osext. by Dmitri Shuralyov ยท 9 years ago
  98. 8980111 tests: Improve description of issue5856 test. by Dmitri Shuralyov ยท 9 years ago
  99. 12846d3 compiler/natives/src/database/sql/driver: Disable failing valueConverterTests testcases. by Dmitri Shuralyov ยท 9 years ago
  100. a362c44 compiler/natives/src/reflect: Disable failing deepEqualTests testcases. by Dmitri Shuralyov ยท 9 years ago