Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-06 | :camera:jarred/read-tsconfig-jsx | 1 | -0/+35 | ||
2021-10-06 | HTTP paths must resolve from ./$PROJECT_ROOT unless explicitly marked absolute. | 1 | -15/+15 | ||
This fixes the issue with deeply nested PNPM workspace packages. Happened when using @emotion/react inside a PNPM workspace when @emotion/react was hoisted to the workspace root but react was in a child node_modules folder. It would fail to resolve `"react/jsx-dev-runtime"` because it didn't exist in any node_modules folder relative to `@emotion/react`'s real path. | |||||
2021-10-06 | Update browser.js | 1 | -0/+1 | ||
2021-10-06 | Fix JSX transform edgecase with static children | 5 | -31/+57 | ||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 12 | -19/+98 | ||
2021-10-05 | Update README.md | 1 | -2/+2 | ||
2021-10-05 | Update README.mdjarred/analytics | 1 | -0/+6 | ||
2021-10-05 | analytics is good enough for now | 14 | -145/+440 | ||
2021-10-05 | Async analytics works now | 5 | -25/+51 | ||
Requests are ~60 bytes and the thread mostly sleeps, so it should be pretty low overhead overall. | |||||
2021-10-05 | [fetch] Fix bug with HTTP request bodies | 1 | -5/+13 | ||
2021-10-05 | Add `BUN_DISABLE_ANALYTICS` flag to disable analytics and automatically ↵ | 6 | -1896/+2048 | ||
disable analytics when running inside `hyperfine` | |||||
2021-10-05 | Simple analytics | 8 | -1/+1070 | ||
2021-10-04 | Statically link libicu on Linux so it doesn't require installing icu separately. | 2 | -2/+7 | ||
this doubles the binary size :( | |||||
2021-10-04 | memfd experiment did not yield perf gains on Linuxjarred/fix-bunbun-on-wsl | 2 | -5/+4 | ||
I suspect the reason why is because we were already using tmpfs. So it was already writing to an in-memory file. O_TMPFILE doesn't seem to do anything for us either here. | |||||
2021-10-04 | Don't pass O_EXCL | 1 | -2/+2 | ||
2021-10-04 | O_TMPFILE | 1 | -4/+2 | ||
2021-10-04 | memfd_create does not actually make it faster | 2 | -31/+8 | ||
2021-10-04 | Attempt to optimize `bun bun` on Linux by using memfd_create and copying the ↵ | 3 | -18/+135 | ||
resulting file via sendfile() | |||||
2021-10-04 | Fix moving files across mount points | 2 | -1/+29 | ||
2021-10-04 | Bump | 3 | -3/+3 | ||
2021-10-04 | Bumpbun-v0.0.31 | 3 | -3/+3 | ||
2021-10-04 | Bumpbun-v0.0.30bun-v0.0.29 | 1 | -1/+1 | ||
2021-10-04 | Improve Bun's performance by 5% | 7 | -58/+46 | ||
By making E.Identifier not a pointer, we improve performance by 5%. Heap allocations are bad | |||||
2021-10-03 | Use covid19 example | 1 | -2/+2 | ||
2021-10-03 | Bump | 2 | -1/+1 | ||
2021-10-03 | Update Makefile | 1 | -6/+8 | ||
2021-10-03 | Update Makefile | 1 | -0/+2 | ||
2021-10-03 | Update Makefile | 1 | -2/+2 | ||
2021-10-03 | Update Makefile | 1 | -8/+13 | ||
2021-10-03 | Update Makefile | 1 | -5/+5 | ||
2021-10-03 | Update Makefile | 1 | -2/+4 | ||
2021-10-03 | Fix tmpdir on linux | 1 | -8/+10 | ||
2021-10-03 | Update linux build instructions | 30 | -113/+180 | ||
2021-10-03 | Create separate profile binary and strip debug symbolsbun-v0.0.28 | 5 | -1/+21 | ||
2021-10-03 | llvm-strip | 1 | -1/+7 | ||
2021-10-03 | Fix makefile issue | 1 | -4/+7 | ||
2021-10-03 | Fix various macOS-specific compile errors and run `zig fmt` | 13 | -2118/+3310 | ||
2021-10-03 | 1% perf improvements on Linuxjarred/linux | 28 | -118/+170 | ||
2021-10-03 | Add Three.js benchmark | 5 | -14/+33 | ||
2021-10-02 | Linux works now. | 21 | -100/+320 | ||
2021-10-01 | Add support for INotify-based filesystem watcher | 6 | -93/+287 | ||
2021-10-01 | Build stuff | 9 | -1371/+71 | ||
2021-10-01 | Bump webkit | 1 | -0/+0 | ||
2021-10-01 | Split out the macOS specific parts | 4 | -207/+238 | ||
2021-09-30 | Update README.md | 1 | -1/+1 | ||
2021-09-30 | Update README.md | 1 | -1/+1 | ||
2021-09-30 | Update README.md | 1 | -1/+1 | ||
2021-09-30 | Update README.md | 1 | -5/+5 | ||
2021-09-30 | Fix up readme | 2 | -9/+24 | ||
2021-09-30 | Bump version | 3 | -3/+3 | ||