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