Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-08 | Implement a filesystem for testsjarred/improve-testing | 5 | -284/+583 | ||
2021-10-08 | Wrap filesystem access | 14 | -304/+660 | ||
2021-10-08 | Flatten FS namespace to better facilitate testing | 12 | -844/+803 | ||
2021-10-08 | Ensure Ref is always 64 bits | 1 | -0/+7 | ||
2021-10-08 | Fix bug where occasionally unary expressions would simplify incorrectly due ↵ | 2 | -30/+19 | ||
to an undefined memory issue | |||||
2021-10-08 | Yet Another Packed Struct Bug | 1 | -8/+35 | ||
2021-10-07 | Update readme.md | 1 | -1/+1 | ||
2021-10-07 | Update README.md | 1 | -2/+3 | ||
2021-10-07 | Fix potential symbol collision in `bun-macro-relay` | 2 | -2/+4 | ||
2021-10-07 | Fix edgecase when bundling JavaScript that references ESM exported functions ↵ | 1 | -12/+5 | ||
before they're defined | |||||
2021-10-07 | Schema | 4 | -0/+23 | ||
2021-10-07 | Add `--port` CLI flag for setting a port instead of `--origin`. `--port` has ↵ | 2 | -2/+10 | ||
higher precedence than `--origin` so that proxies can work | |||||
2021-10-07 | Add CSS HMR benchmarkjarred/bench | 56 | -12054/+22282 | ||
2021-10-06 | Fix package.json file | 1 | -6/+1 | ||
2021-10-06 | Snapshots | 12 | -25/+82 | ||
2021-10-06 | unamebun-v0.0.34 | 1 | -3/+3 | ||
2021-10-06 | Missing `@TypeOf` | 1 | -1/+1 | ||
2021-10-06 | oops | 1 | -2/+2 | ||
2021-10-06 | Bump it | 1 | -1/+1 | ||
2021-10-06 | :camera:jarred/read-tsconfig-jsx | 12 | -10/+271 | ||
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 | Merge branch 'main' of github.com:Jarred-Sumner/bun into mainbun-v0.0.32 | 3 | -12/+131 | ||
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 | ||