5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 minutes ago. based on code collected 43 minutes ago.
Dec 08, 2024 — Dec 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #5225 from sjrd/cleanup-import-js-in-javalib More... 3 months ago
For `nanoTime()`, store the receiver object instead of a closure. More... 3 months ago
Use `js.Date.now()` in `System.{currentTimeMillis,nanoTime}`. More... 3 months ago
Remove the webkitNow path for System.nanoTime(). More... 3 months ago
Add elementary tests for System.{currentTimeMillis,nanoTime}. More... 3 months ago
Fix the compat API of `Reflect` on Scala 2.13.{3-8}. More... 3 months ago
Remove useless imports of `scala.scalajs.js` in the javalib. More... 3 months ago
Merge pull request #5224 from tanishiking/redblack-tree More... 3 months ago
Use ju.Function instead of js.Function1 in RedBlackTree.fromOrdered More... 3 months ago
Merge pull request #5215 from sjrd/wasm-friendly-varargs More... 4 months ago
Merge pull request #5219 from sjrd/wasm-constant-arrays-in-data-segments More... 4 months ago
Merge pull request #5161 from sjrd/reflect-use-newlambda More... 4 months ago
Merge pull request #5221 from sjrd/wasm-dyn-import-as-custom-helpers More... 4 months ago
Merge pull request #5220 from sjrd/wasm-private-js-fields-on-js-side More... 4 months ago
Merge pull request #5222 from sjrd/opt-string-hashcode More... 4 months ago
Opt: Rewrite String.hashCode() without multiplication. More... 4 months ago
Wasm: Put JS `import(...)` calls in custom JS helpers. More... 4 months ago
Wasm: Enable tests for `js.import(...)`. More... 4 months ago
Wasm: Store the symbols of private JS fields on the JS side. More... 4 months ago
Wasm: Store the contents of constant primitive arrays in `data` segments. More... 4 months ago
Wasm: Emit the non-standard name subsection for globals. More... 4 months ago
Wasm: Emit name subsections for locals, types and fields. More... 4 months ago
Wasm: Give original names to the table entry method types. More... 4 months ago
Merge pull request #5211 from tanishiking/copy-on-write-arraylist More... 4 months ago
Merge pull request #5202 from sjrd/hackers-delight-branchless-magic More... 4 months ago
Merge pull request #5203 from sjrd/compress-expand More... 4 months ago
Wasm-friendly implementation of varargs. More... 4 months ago
Merge pull request #5214 from sjrd/prepare-for-maven-central-portal More... 5 months ago
Configure the build to publish through the Maven Central Portal. More... 5 months ago
Upgrade to sbt 1.11.3. More... 5 months ago