1. 0419127 Updated test/gorepo/run.go's build constraint checker by Grant Nelson · 1 year, 2 months ago
  2. ac2a8c1 Merge pull request #1285 from gopherjs/dependabot/npm_and_yarn/node-syscall/tar-6.2.1 by Nevkontakte · 1 year, 2 months ago
  3. 11fa655 Merge pull request #1286 from gopherjs/dependabot/npm_and_yarn/tar-6.2.1 by Nevkontakte · 1 year, 2 months ago
  4. e3c702f Merge pull request #1288 from kindknow/master by Jonathan Hall · 1 year, 2 months ago
  5. 70635ff chore: fix some typos in comments by kindknow · 1 year, 2 months ago
  6. 96fbf88 Bump tar from 6.1.11 to 6.2.1 by dependabot[bot] · 1 year, 2 months ago
  7. cd96796 Bump tar from 6.1.11 to 6.2.1 in /node-syscall by dependabot[bot] · 1 year, 2 months ago
  8. 7f11cd4 Merge pull request #1279 from nevkontakte/gng3 by Nevkontakte · 1 year, 3 months ago
  9. 1a39bfe Guard generics support behind an experiment flag. by Nevkontakte · 1 year, 3 months ago
  10. 732a8f6 Merge pull request #1276 from nevkontakte/gng2 by Nevkontakte · 1 year, 3 months ago
  11. 4d56d3f Merge pull request #1274 from nevkontakte/gng1 by Nevkontakte · 1 year, 3 months ago
  12. 95fdb0c Merge pull request #1275 from avoidalone/master by Nevkontakte · 1 year, 3 months ago
  13. a6219f0 chore: remove repetitive words by avoidalone · 1 year, 3 months ago
  14. 201e081 Merge pull request #1268 from gopherjs/dependabot/npm_and_yarn/node-syscall/ip-1.1.9 by Nevkontakte · 1 year, 3 months ago
  15. 9ecdb18 Support collecting instances across packages in typeparams.Collector. by Nevkontakte · 1 year, 3 months ago
  16. 0134061 Refactor srctesting to support parsing and checking multiple packages. by Nevkontakte · 1 year, 3 months ago
  17. d06ba6e Bump ip from 1.1.5 to 1.1.9 in /node-syscall by dependabot[bot] · 1 year, 3 months ago
  18. 6de32f8 Merge pull request #1272 from nevkontakte/generics-ng by Nevkontakte · 1 year, 3 months ago
  19. 2ce9bec Merge remote-tracking branch 'upstream/generics-ng' into generics-ng by Nevkontakte · 1 year, 3 months ago
  20. b288e83 Address pull request comments. by Nevkontakte · 1 year, 3 months ago
  21. 8a80f06 Gofumpt the files to keep the linter happy. by Nevkontakte · 1 year, 4 months ago
  22. deb26d0 Diagnose fixedbugs/issue50672.go issue. by Nevkontakte · 1 year, 4 months ago
  23. e76f823 Update "What's new" in the README with 1.19 support. by Nevkontakte · 1 year, 4 months ago
  24. fb19fae Update run.go to match the current set of passing tests. by Nevkontakte · 1 year, 4 months ago
  25. 0343336 Borrow type substitution logic from x/tools/go/ssa package. by Nevkontakte · 1 year, 4 months ago
  26. 5aaeafb Merge master with Go 1.19 support. by Nevkontakte · 1 year, 4 months ago
  27. 0a51510 Implement builtins Sizeof(), Alignof() and Offsetof(). by Nevkontakte · 1 year, 4 months ago
  28. 61de589 Perform type substitution in the type switch expression. by Nevkontakte · 1 year, 4 months ago
  29. 5a7c2d0 Fix variable name assignment for result variables. by Nevkontakte · 1 year, 4 months ago
  30. 7136951 Merge pull request #1269 from gopherjs/go1.19 by Nevkontakte · 1 year, 4 months ago v1.19.0-beta1
  31. 49c773a Include type arguments into generic type strings. by Nevkontakte · 1 year, 4 months ago
  32. fe2849a Assign unique numeric IDs to generic instances in the generated code. by Nevkontakte · 1 year, 4 months ago
  33. 1011858 Update GopherJS version to 1.19.0-beta1 in perparation for release. by Nevkontakte · 1 year, 4 months ago
  34. a533e78 Merge pull request #1267 from Workiva/limitAugmentation by Nevkontakte · 1 year, 4 months ago
  35. 5d25518 Merge branch 'go1.19' of github.com:gopherjs/gopherjs into limitAugmentation by Grant Nelson · 1 year, 4 months ago
  36. c852920 Merge pull request #1266 from Workiva/forceChocolateyGoVersion by Nevkontakte · 1 year, 4 months ago
  37. 02aea33 Limit augmentation and prune imports to natives that need it by Grant Nelson · 1 year, 4 months ago
  38. c08b7bf Fixed chocolatey go version by Grant Nelson · 1 year, 4 months ago
  39. 13fa377 Use types.Object as a key when grouping instances by object. by Nevkontakte · 1 year, 4 months ago
  40. 9e28c32 Merge pull request #1264 from Workiva/go1.19NativesUpdate by Nevkontakte · 1 year, 4 months ago
  41. 967ffcc Fixed a copy/paste mistake by Grant Nelson · 1 year, 5 months ago
  42. a6b98dd Update syscall/js by Grant Nelson · 1 year, 5 months ago
  43. 710fdb7 Merge branch 'go1.19' of github.com:gopherjs/gopherjs into go1.19NativesUpdate by Grant Nelson · 1 year, 5 months ago
  44. db5d7b3 Updating sync/atomic by Grant Nelson · 1 year, 5 months ago
  45. 014360b Updated net/netip by Grant Nelson · 1 year, 5 months ago
  46. 8151b28 Update for fastrand by Grant Nelson · 1 year, 5 months ago
  47. 5437642 Update to reflect and reflectlite by Grant Nelson · 1 year, 5 months ago
  48. cd055c9 Update hash/maphash by Grant Nelson · 1 year, 5 months ago
  49. ff493e4 Update to go/token/position by Grant Nelson · 1 year, 5 months ago
  50. f5c911a Fix natives for debug/pe by Grant Nelson · 1 year, 5 months ago
  51. 91f1d44 Updated crypto natives by Grant Nelson · 1 year, 5 months ago
  52. 95c01fa Merge pull request #1263 from Workiva/go1.19BuildFix by Nevkontakte · 1 year, 5 months ago
  53. d7abc77 Update known fails list of fixed bugs by Grant Nelson · 1 year, 5 months ago
  54. 4b5b077 Fix chocolatey go version by Grant Nelson · 1 year, 5 months ago
  55. 12a247d Fix problem where import is named but source is augmented to only need import for a directive by Grant Nelson · 1 year, 5 months ago
  56. 7a384fd Deduplicate collected typeNames within a package. by Nevkontakte · 1 year, 5 months ago
  57. ecc7d5f Fix instance discovery for generic types embedded in structs. by Nevkontakte · 1 year, 5 months ago
  58. 77b5223 Re-triage remaining typeparam test failures. by Nevkontakte · 1 year, 5 months ago
  59. b888728 Fix pointer-taking of an escaping variable. by Nevkontakte · 1 year, 5 months ago
  60. 16af5b4 Fix variable name allocation for inline types. by Nevkontakte · 1 year, 5 months ago
  61. aea4239 Perform type substitution for method selection expressions. by Nevkontakte · 1 year, 5 months ago
  62. 2ca8aab Discover generic type declarations inside generic functions. by Nevkontakte · 1 year, 5 months ago
  63. eff58dc Correctly handle all integer types in funcContext.formatExpr(). by Nevkontakte · 1 year, 5 months ago
  64. 8f8d041 Correctly detect type conversions to generic types. by Nevkontakte · 1 year, 5 months ago
  65. b65288d Re-triage failing test cases. by Nevkontakte · 1 year, 5 months ago
  66. cdddbe2 Implement generic type instantiation. by Nevkontakte · 1 year, 5 months ago
  67. dea4768 Merge pull request #1262 from Workiva/updateNatives19 by Nevkontakte · 1 year, 5 months ago
  68. 1faba3b Merge pull request #1260 from Workiva/fixBuildIssue by Nevkontakte · 1 year, 5 months ago
  69. 5a98043 Updating documentation for build directives by Grant Nelson · 1 year, 5 months ago
  70. cd17b90 Merge pull request #1261 from Workiva/updateCompiler19 by Nevkontakte · 1 year, 5 months ago
  71. a83c5fa Updating natives for go1.19 by Grant Nelson · 1 year, 5 months ago
  72. 5f9eeb8 Fix Build Issue by Grant Nelson · 1 year, 5 months ago
  73. e03bfea Update compiler for go1.19 by Grant Nelson · 1 year, 5 months ago
  74. ae5a9c2 Explicitly generate method instances for generic names types. by Nevkontakte · 1 year, 5 months ago
  75. f1a7c2a Type parameter substitution when translating function instances. by Nevkontakte · 1 year, 5 months ago
  76. af64433 Instantiate generic functions for each discovered set of type args. by Nevkontakte · 1 year, 5 months ago
  77. 9118679 Implement a new internal library for discovering generic instances. by Nevkontakte · 1 year, 5 months ago
  78. 38b4d3b Merge pull request #1258 from Workiva/addPurgeDirective by Nevkontakte · 1 year, 6 months ago
  79. bf0e797 Merge branch 'go1.19' of github.com:gopherjs/gopherjs into addPurgeDirective by Grant Nelson · 1 year, 6 months ago
  80. 8ea6531 Merge pull request #1257 from Workiva/extendDirectives by Nevkontakte · 1 year, 6 months ago
  81. 7758c0d Updated to use Inspect and srctesting by Grant Nelson · 1 year, 6 months ago
  82. 40bddb9 Merge branch 'extendDirectives' of github.com:Workiva/gopherjs into addPurgeDirective by Grant Nelson · 1 year, 6 months ago
  83. b13f4d5 Merge branch 'go1.19' of github.com:gopherjs/gopherjs into addPurgeDirective by Grant Nelson · 1 year, 6 months ago
  84. 84774ae Changed to use Inspect by Grant Nelson · 1 year, 6 months ago
  85. f34e28b Merge pull request #1256 from Workiva/breakupAugment by Nevkontakte · 1 year, 6 months ago
  86. 022eb64 Merge pull request #1255 from Workiva/updateFuncKey by Nevkontakte · 1 year, 6 months ago
  87. 27e1297 Adding purge directive by Grant Nelson · 1 year, 6 months ago
  88. 295da69 Merge branch 'extendDirectives' of github.com:Workiva/gopherjs into addPurgeDirective by Grant Nelson · 1 year, 6 months ago
  89. 9bcf242 Merge branch 'breakupAugment' of github.com:Workiva/gopherjs into addPurgeDirective by Grant Nelson · 1 year, 6 months ago
  90. 6e1ec66 Extending Directives by Grant Nelson · 1 year, 6 months ago
  91. 17263fa Broke up parseAndAugment by Grant Nelson · 1 year, 6 months ago
  92. 5edefc6 Update FuncKey and fix Http native by Grant Nelson · 1 year, 6 months ago
  93. 0eb9c04 Merge pull request #1253 from Workiva/reflectFix by Nevkontakte · 1 year, 6 months ago
  94. 528f1c8 Merge branch 'master' of github.com:gopherjs/gopherjs into reflectFix by Grant Nelson · 1 year, 6 months ago
  95. a76a603 Fixing a mistake found in reflect by Grant Nelson · 1 year, 6 months ago
  96. 82b84ff Do not fail compilation when encountering generics. by Nevkontakte · 1 year, 6 months ago
  97. 59e4d76 Add typeparam test cases to the gorepo test suite. by Nevkontakte · 1 year, 6 months ago
  98. 138f216 Merge pull request #1251 from Workiva/updateDeps by Nevkontakte · 1 year, 7 months ago
  99. 3e3c85e Updating deprecated method calls by Grant Nelson · 1 year, 7 months ago
  100. 5090ba1 Merge pull request #1250 from Workiva/reflectUpdate by Nevkontakte · 1 year, 7 months ago