Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -4/+4 | |
2022-11-29 | import everything from "bun" where possible | 1 | -1/+1 | |
2022-10-06 | Add simple Hot Module Reloading to bun's runtime | 1 | -9/+6 | |
2022-08-13 | Improve event loop reliability on Linux | 1 | -1/+1 | |
2022-04-08 | Update watcher.zig | 1 | -1/+5 | |
2022-04-08 | [bun dev] Fix race condition in file watcher | 1 | -9/+31 | |
2022-03-08 | rename _global -> bun | 1 | -15/+15 | |
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -4/+1 | |
2022-02-27 | WASM | 1 | -4/+11 | |
2022-01-04 | minor perf optimization: remove this loop on macOS | 1 | -4/+6 | |
2022-01-01 | :nail_care: | 1 | -15/+7 | |
2022-01-01 | [bun dev] Improve filesystem watcher & HMR reliability (Linux + a little macOS) | 1 | -13/+57 | |
2021-12-31 | Attempt to fix watcher issue with repl.it | 1 | -6/+15 | |
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -25/+32 | |
2021-12-29 | zig fmt | 1 | -2/+0 | |
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -0/+2 | |
2021-12-24 | Fix rare crash when new thread is created, possibly only on musl | 1 | -6/+3 | |
2021-11-09 | Fix missing symbol error for pre-macOS 11bun-v0.0.48 | 1 | -3/+4 | |
2021-10-03 | Fix various macOS-specific compile errors and run `zig fmt` | 1 | -21/+21 | |
2021-10-03 | 1% perf improvements on Linuxjarred/linux | 1 | -33/+29 | |
2021-10-02 | Linux works now. | 1 | -24/+71 | |
2021-10-01 | Add support for INotify-based filesystem watcher | 1 | -65/+270 | |
2021-10-01 | Split out the macOS specific parts | 1 | -67/+86 | |
2021-09-30 | Support remapping macro paths | 1 | -1/+10 | |
2021-09-05 | package.json | 1 | -35/+38 | |
2021-08-26 | Fix unbundled imports | 1 | -1/+2 | |
2021-08-21 | Fix watcher when you move files/dirs around. It'll bust the cache and recreat... | 1 | -54/+92 | |
2021-08-20 | Support directories in Watcher | 1 | -10/+178 | |
2021-08-17 | alright thats the rename | 1 | -1/+0 | |
2021-08-10 | This is alot | 1 | -3/+10 | |
2021-08-05 | alright server-side reloading code works | 1 | -1/+2 | |
2021-07-28 | WIP | 1 | -2/+4 | |
2021-07-26 | Fix build issues | 1 | -4/+3 | |
2021-06-18 | CSS HMR! | 1 | -4/+0 | |
2021-06-18 | 100x!! | 1 | -0/+12 | |
2021-06-14 | extremely close!!!!! | 1 | -3/+9 | |
2021-06-12 | little kqueue fs watcher | 1 | -0/+232 |