1. ad87dd6 Merge pull request #1367 from IngwiePhoenix/master by Nevkontakte · 4 weeks ago master
  2. 18c9a00 fix: Fixes #1352 by using a forked version of goembed by Ingwie Phoenix · 6 weeks ago
  3. bfb3fd5 chore(deps): Replace outdated goembed repo with a fixed version. by Ingwie Phoenix · 6 weeks ago
  4. 5685251 Merge pull request #1364 from Workiva/breakupCompile3 by Grant Nelson · 8 weeks ago
  5. 887f51e Updated to cross package analysis by Grant Nelson · 3 months ago
  6. bd9aac3 Merge pull request #1362 from Workiva/sourceInsteadOfParsedPackage by Grant Nelson · 3 months ago
  7. c8b8905 moved linkname to its own package by Grant Nelson · 3 months ago
  8. 5740abf made requested changes from prior ticket and did some cleanup by Grant Nelson · 3 months ago
  9. 2bb5c74 Merge branch 'master' of github.com:gopherjs/gopherjs into sourceInsteadOfParsedPackage by Grant Nelson · 3 months ago
  10. a3f0ab4 Merge pull request #1361 from Workiva/delayCompile2 by Grant Nelson · 3 months ago
  11. ba2ea8d clarifying naming and comments by Grant Nelson · 3 months ago
  12. 82034ad using Sources instead of ParsedPackage by Grant Nelson · 3 months ago
  13. 2a9b9a4 Fixing spelling mistake by Grant Nelson · 3 months ago
  14. a594ec1 separating parse and compile by Grant Nelson · 3 months ago
  15. 8e75705 Merge pull request #1360 from Workiva/cryptoAgain by Grant Nelson · 3 months ago
  16. 75ff10c Skipping tests with expired certificate by Grant Nelson · 3 months ago
  17. 289ebba Merge pull request #1350 from Workiva/setDeclNames by Grant Nelson · 5 months ago
  18. e6cfbef Merge branch 'master' of github.com:gopherjs/gopherjs into setDeclNames by Grant Nelson · 5 months ago
  19. 428efba Merge pull request #1354 from Workiva/archiveSerial by Grant Nelson · 5 months ago
  20. f0695e0 fixing grammar by Grant Nelson · 5 months ago
  21. 45e3712 Setting the buildTime back to time.Now by Grant Nelson · 5 months ago
  22. 11bf21d Using srcModTime instead of time.Now by Grant Nelson · 5 months ago
  23. 1fa608f Added Helper calls to info_test by Grant Nelson · 5 months ago
  24. f77e16c Merge branch 'master' of github.com:gopherjs/gopherjs into setDeclNames by Grant Nelson · 5 months ago
  25. a3e015c Merge pull request #1351 from Workiva/fixAnalysisGen by Grant Nelson · 5 months ago
  26. 96b85d9 Serialization updates by Grant Nelson · 6 months ago
  27. ea5dd71 merged #1351 by Grant Nelson · 6 months ago
  28. 65c5c0b updating decl naming by Grant Nelson · 6 months ago
  29. 010220a fixing some issues in analysis around generics by Grant Nelson · 6 months ago
  30. 3c9b135 Merge pull request #1349 from Workiva/blockingDeferReturns by Nevkontakte · 6 months ago
  31. 6e01eab fixed calling a defer across packages by Grant Nelson · 6 months ago
  32. fe49d93 made defer more debuggable and some other fixes by Grant Nelson · 6 months ago
  33. 54b13af Improving return with defers blocking by Grant Nelson · 6 months ago
  34. ebb16a4 Merge pull request #1348 from Workiva/parenLen by Jonathan Hall · 7 months ago
  35. 3a364dc Fixed issue in len with string concatenation in argument by Grant Nelson · 7 months ago
  36. 8a27348 Merge pull request #1340 from Workiva/dce4Instances by Jonathan Hall · 7 months ago
  37. ea51571 Fixing GoDoc links and range checking on len by Grant Nelson · 7 months ago
  38. 76cecb9 Merge branch 'master' of github.com:gopherjs/gopherjs into dce4Instances by Grant Nelson · 7 months ago
  39. dddb56a Merge pull request #1347 from Workiva/blocking4FuncInst by Jonathan Hall · 7 months ago
  40. 40b7fe4 Fixed requested changes by Grant Nelson · 7 months ago
  41. 948c73a Update function info blocking to use instances by Grant Nelson · 7 months ago
  42. 04193e9 Move analysis package into internal by Grant Nelson · 7 months ago
  43. 46f06c2 Fixing grammar in readme by Grant Nelson · 7 months ago
  44. 542b30f Merge branch 'master' of github.com:gopherjs/gopherjs into dce4Instances by Grant Nelson · 7 months ago
  45. 4d87a0b Fixing grammar in readme by Grant Nelson · 7 months ago
  46. e4ddafe Merge branch 'master' of github.com:Workiva/gopherjs into dce4Instances by Grant Nelson · 7 months ago
  47. 4dc2318 Merge pull request #1343 from Workiva/dceIntegrationTests by Nevkontakte · 7 months ago
  48. 0994e88 Merge pull request #1345 from Workiva/moreInstanceMap by Jonathan Hall · 7 months ago
  49. 9146446 fixing godoc link by Grant Nelson · 7 months ago
  50. a07a61f Adding more functions to InstanceMap by Grant Nelson · 7 months ago
  51. 2539cd5 making requested changes to compiler tests by Grant Nelson · 7 months ago
  52. a0ea4da Merge branch 'dceIntegrationTests' of github.com:Workiva/gopherjs into dce4Instances by Grant Nelson · 8 months ago
  53. df51690 Merge branch 'master' of github.com:gopherjs/gopherjs into dceIntegrationTests by Grant Nelson · 8 months ago
  54. 56cec36 Merge pull request #1339 from Workiva/encapDCE2 by Nevkontakte · 8 months ago
  55. b9976d5 Updating to match some future changes by Grant Nelson · 8 months ago
  56. 6fe8b6e Update for integration tests by Grant Nelson · 8 months ago
  57. 2d1000c Merge branch 'dceIntegrationTests' of github.com:Workiva/gopherjs into dce4Instances by Grant Nelson · 8 months ago
  58. f565ca5 Adding compiler tests for DCE by Grant Nelson · 8 months ago
  59. 525b19b Adding instance tracking to the DCE by Grant Nelson · 8 months ago
  60. 3b94762 Encapsulating DCE by Grant Nelson · 9 months ago
  61. 1ebb325 Merge pull request #1335 from nevkontakte/gng7 by Nevkontakte · 10 months ago
  62. 4ebc56c Temporarily disable reflect tests that depend on caller function names. by Nevkontakte · 10 months ago
  63. d5771cc Assign identity to all function literals and use them as funcRefs. by Nevkontakte · 10 months ago
  64. 0390b03 Merge pull request #1336 from nevkontakte/drop-deps by Nevkontakte · 10 months ago
  65. 22c65b8 Use Node's native source map support instead of a third-party module. by Nevkontakte · 10 months ago
  66. 6770879 Remove uglify-es from package.json. by Nevkontakte · 10 months ago
  67. d07fd61 Merge pull request #1327 from nevkontakte/quicker-tests by Nevkontakte · 10 months ago
  68. 33199c5 Merge pull request #1329 from nevkontakte/node-18 by Nevkontakte · 10 months ago
  69. 06e8925 Refactor method translation code. by Nevkontakte · 10 months ago
  70. ae8ef82 Suppress Example_compressingReader in compress/gzip. by Nevkontakte · 10 months ago
  71. ad99047 Update NodeJS version we test against to 18. by Nevkontakte · 10 months ago
  72. b579c8f Update node-syscall module to node 18. by Nevkontakte · 10 months ago
  73. 7f39243 Make slow stdlib tests faster. by Nevkontakte · 10 months ago
  74. 0ee97fe Remove a special case for methods with array-pointer receivers. by Nevkontakte · 10 months ago
  75. 707213e Factor out unimplemented function translation. by Nevkontakte · 10 months ago
  76. 8c15d1d Merge pull request #1317 from Workiva/gha2 by Nevkontakte · 10 months ago
  77. f8ca4f4 Moving from CircleCI to GHA by Grant Nelson · 10 months ago
  78. b1788a8 Merge pull request #1318 from nevkontakte/gng6 by Nevkontakte · 11 months ago
  79. 8595378 Move function translation code into a separate file. by Nevkontakte · 11 months ago
  80. cfa0783 Merge pull request #1311 from nevkontakte/gng5 by Nevkontakte · 12 months ago
  81. 57eb886 compiler: break functions related to Decls out of Compile(). by Nevkontakte · 12 months ago
  82. 7abe9dc Merge pull request #1307 from Workiva/uintMul by Jonathan Hall · 12 months ago
  83. e0788e7 Added a test for checking uint mul as 32bits by Grant Nelson · 12 months ago
  84. 88efaee Changed uint to use by Grant Nelson · 12 months ago
  85. 27071a8 Merge pull request #1305 from nevkontakte/flake by Nevkontakte · 1 year ago
  86. 4f6746f Fix float64 to uint{8,16,32} conversion. by Nevkontakte · 1 year ago
  87. 3b5c01e Merge pull request #1303 from Workiva/internalizingNulls by Nevkontakte · 1 year, 1 month ago
  88. 7db3039 Fixing internalization of null slice and array fields by Grant Nelson · 1 year, 1 month ago
  89. 72fce7f Merge pull request #1299 from Workiva/removeExtraPruneImport by Nevkontakte · 1 year, 1 month ago
  90. 7c8acdb Remove extra pruneImport by Grant Nelson · 1 year, 1 month ago
  91. d25ca33 Merge pull request #1292 from deferdeter/master by Jonathan Hall · 1 year, 1 month ago
  92. a5f0cfb Fix function name in comment by deferdeter · 1 year, 1 month ago
  93. b5eb7ec Merge pull request #1291 from nevkontakte/gng4 by Nevkontakte · 1 year, 1 month ago
  94. b0663d9 compiler: factor out utility types for processing Go sources and errors. by Nevkontakte · 1 year, 1 month ago
  95. 038d281 Rename and document functions responsible for identifier generation. by Nevkontakte · 1 year, 1 month ago
  96. 606129e compiler: readability improvements to the functionContext type. by Nevkontakte · 1 year, 1 month ago
  97. 8d8794a compiler: improve helpers for indentation management. by Nevkontakte · 1 year, 1 month ago
  98. c0be063 Merge pull request #1290 from gopherjs/generics-ng by Nevkontakte · 1 year, 1 month ago
  99. 42009d4 Merge pull request #1289 from Workiva/gorepoTestBuildConstraints by Nevkontakte · 1 year, 1 month ago
  100. 852c4d2 Address code review feedback from PR #1290. by Nevkontakte · 1 year, 1 month ago