Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | Merge branch 'jarred/linux' of github.com:Jarred-Sumner/bun into jarred/linux | 9 | -1371/+71 | |
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 | |
2021-09-30 | Add a readme | 3 | -3/+119 | |
2021-09-30 | Bump build-idbun-v0.0.27jarred/relay | 1 | -1/+1 | |
2021-09-30 | runtime.version | 1 | -1/+1 | |
2021-09-30 | Snapshots | 9 | -36/+63 | |
2021-09-30 | Add test that void doesn't delete call expressions | 1 | -0/+14 | |
2021-09-30 | bun-macro-relay works now! | 1 | -21/+27 | |
2021-09-30 | Pass MacroContext in more places | 1 | -0/+16 | |
2021-09-30 | Pass macro_context when appropriate. This needs to be refactored more. | 1 | -1/+7 | |
2021-09-30 | Make sure VM initializes with `BUN_`* defines | 1 | -0/+5 | |
2021-09-30 | Fix edgecase with cjs -> esm interop runtime code when module.exports was mar... | 1 | -18/+11 | |
2021-09-30 | Fix potential infinite loop on calling macros | 1 | -14/+20 | |
2021-09-30 | Fix jsxDEV transform bug that occurred when not including `source` and the co... | 1 | -1/+10 | |
2021-09-30 | Fix dead-code elimination edgecase with call expressions | 1 | -6/+9 | |
2021-09-30 | Fix edgecase with parsing .env | 1 | -1/+1 | |
2021-09-30 | Support remapping macro paths | 14 | -91/+392 | |
2021-09-30 | Fix all the compile errors | 3 | -133/+210 | |
2021-09-30 | Wire up macro-injected imports and move some structs above the gigantic parse... | 3 | -430/+538 | |
2021-09-30 | flatten fragments | 1 | -3/+27 | |
2021-09-29 | Most of the code & API changes necessary for supporting Relay (GraphQL) | 5 | -14/+497 | |
2021-09-27 | Cleanup | 3 | -2/+5 | |
2021-09-27 | Remove | 1 | -78/+0 | |
2021-09-27 | Fix up examplesbun-v0.0.26 | 6 | -7/+156 | |
2021-09-27 | () | 1 | -1/+1 | |
2021-09-27 | Add fetchCSV() example macro | 1 | -0/+46 | |
2021-09-27 | Bump | 1 | -1/+1 | |
2021-09-27 | Ignore leading invalid unicode characters in response bodies in Response.text() | 2 | -4/+10 | |
2021-09-27 | Access object properties from macros | 2 | -4/+128 | |
2021-09-27 | Fix bug in string eql check that was never used before | 1 | -1/+1 | |
2021-09-27 | `u16` isn't big enough | 2 | -6/+10 |