Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-22 | There are dylib issues and I don't want to invest more time in this right nowjarred/clipboard-objc | 2 | -0/+663 | ||
2022-04-20 | [misc] Fix broken build on macOS | 2 | -5/+11 | ||
2022-04-18 | [node] Remove constants definition in (#146) | 1 | -7/+0 | ||
... fs.exports.js Bug: #130 | |||||
2022-04-18 | [timer] Remove timer.zig and use system_timer.zig (#149) | 6 | -33/+7 | ||
2022-04-18 | not sure yet | 1 | -0/+1 | ||
2022-04-18 | fix wasm build take 2 (one more thing is broken) | 5 | -192/+206 | ||
2022-04-18 | Fix wasm build | 6 | -13/+58 | ||
2022-04-18 | [node] Add more fs constants (#144) | 4 | -137/+201 | ||
Move fs constants to node_fs_constants.zig, and we static append the constants definition to fs.export.js. Issue: #130 | |||||
2022-04-16 | Move some code around + delete dead code | 4 | -2113/+1889 | ||
2022-04-16 | [JS Parser] Support explicit removing | 9 | -78/+427 | ||
2022-04-16 | Workaround C ABI bug | 1 | -9/+12 | ||
2022-04-16 | [JS Parser] API for removing & replacing exports | 1 | -85/+422 | ||
2022-04-14 | Update css_scanner.zig | 1 | -0/+3 | ||
2022-04-13 | add some more assertions | 1 | -0/+9 | ||
2022-04-13 | [css] Fix crash on empty files in some cases | 1 | -6/+8 | ||
2022-04-13 | Warn about moduleSuffixes | 1 | -0/+6 | ||
2022-04-13 | [bun dev] Fix CSS HMR bug | 3 | -71/+67 | ||
2022-04-13 | expose mmap size and offset option (#141) | 2 | -5/+18 | ||
* expose mmap size and offset option * fix panics | |||||
2022-04-13 | better to fix it there | 1 | -2/+2 | ||
2022-04-13 | [bun.js] Fix bug with `readdirSync` on folders with less than 32 files | 1 | -1/+1 | ||
Closes https://github.com/Jarred-Sumner/bun/issues/143 | |||||
2022-04-13 | Even More Comments | 2 | -4/+4 | ||
2022-04-13 | Support digest("base64" | "hex") in the hashings | 6 | -116/+359 | ||
2022-04-12 | [bun.js] Implement Bun.sha1, Bun.sha256, Bun.sha384, Bun.sha512, Bun.sha512_384 | 8 | -65/+556 | ||
2022-04-12 | Make sendfile more reliable | 7 | -195/+120 | ||
2022-04-12 | wip fixes to sendfile() blocking | 7 | -84/+185 | ||
2022-04-11 | slight perf improvement to concurrently queueing tasks | 1 | -4/+6 | ||
2022-04-11 | always tick the event loop | 2 | -23/+34 | ||
2022-04-11 | `isize` is a little faster normally | 1 | -1/+1 | ||
2022-04-11 | work around fetch("localhost") bug | 2 | -9/+15 | ||
2022-04-11 | [bun.js] Add a `Server.stop` function | 7 | -49/+311 | ||
2022-04-11 | Update comptime_string_map.zig | 1 | -0/+2 | ||
2022-04-11 | :scissors: dead code | 2 | -49/+12 | ||
2022-04-10 | make checking for bun modules a compile time step | 4 | -13/+32 | ||
2022-04-10 | [TOML] Fix toml parsing with multiple keys in object literal | 1 | -2/+1 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/140 | |||||
2022-04-10 | Update linker.zig | 1 | -2/+2 | ||
2022-04-10 | Fix tests | 1 | -3/+22 | ||
2022-04-10 | fix linux build | 1 | -2/+2 | ||
2022-04-10 | [bun.js] Support a `"bun"` import | 2 | -7/+28 | ||
2022-04-10 | Move some types around | 1 | -0/+6 | ||
2022-04-10 | [bun] fix `bun bun --platform=bun` | 1 | -9/+16 | ||
2022-04-09 | [fs] Add missing `isFile` and `isDirectory` functions to stat() | 2 | -3/+18 | ||
2022-04-09 | [JS Parser] Fix code simplification bug with `!` and unary expressions | 2 | -8/+50 | ||
2022-04-09 | stricter boolean check | 1 | -1/+1 | ||
2022-04-08 | Fix Next.js stylesheet bug | 5 | -93/+139 | ||
2022-04-08 | remove some code bloat | 1 | -19/+3 | ||
2022-04-08 | Update watcher.zig | 1 | -1/+5 | ||
2022-04-08 | [bun dev] Fix race condition in file watcher | 1 | -9/+31 | ||
2022-04-08 | Immediately inject fast refresh once | 1 | -2/+1 | ||
2022-04-08 | I think fix hmr regression? | 1 | -1/+1 | ||
2022-04-08 | Fix hardlink fallback | 1 | -1/+1 | ||