Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-07 | Add CSS HMR benchmarkjarred/bench | 1 | -0/+0 | ||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -0/+1 | ||
2021-10-05 | analytics is good enough for now | 1 | -0/+2 | ||
2021-10-03 | Bump | 1 | -0/+0 | ||
2021-10-03 | Update linux build instructions | 1 | -0/+0 | ||
2021-10-03 | Fix various macOS-specific compile errors and run `zig fmt` | 2 | -27/+25 | ||
2021-10-02 | Linux works now. | 3 | -8/+13 | ||
2021-10-01 | Merge branch 'jarred/linux' of github.com:Jarred-Sumner/bun into jarred/linux | 2 | -2/+2 | ||
2021-10-01 | Build stuff | 2 | -2/+2 | ||
2021-10-01 | Bump webkit | 1 | -0/+0 | ||
2021-09-30 | Pass macro_context when appropriate. This needs to be refactored more. | 1 | -1/+7 | ||
2021-09-30 | Support remapping macro paths | 1 | -6/+37 | ||
2021-09-30 | Fix all the compile errors | 1 | -0/+13 | ||
2021-09-30 | Wire up macro-injected imports and move some structs above the gigantic ↵ | 1 | -0/+2 | ||
parser type to reduce bun compile time a little | |||||
2021-09-29 | Most of the code & API changes necessary for supporting Relay (GraphQL) | 1 | -0/+4 | ||
2021-09-27 | () | 1 | -1/+1 | ||
2021-09-27 | Ignore leading invalid unicode characters in response bodies in Response.text() | 1 | -2/+8 | ||
2021-09-27 | Access object properties from macros | 1 | -1/+12 | ||
2021-09-27 | `u16` isn't big enough | 1 | -1/+5 | ||
2021-09-27 | Fix typo in error | 1 | -1/+1 | ||
2021-09-26 | Allow nested arrays | 1 | -3/+7 | ||
2021-09-26 | Update `Bun.readFileAsBytes` and `Bun.readFile` to also accept an array of ↵ | 1 | -91/+143 | ||
filepaths to join For example: ``` Bun.readFileAsString([Bun.main, "../pages/hi.tsx"]); ``` | |||||
2021-09-26 | Add `JSArrayIterator`, don't call JSC::Options after JSC already loaded once ↵ | 2 | -9/+41 | ||
(that causes a crash) | |||||
2021-09-26 | Basic macro impl | 7 | -37/+73 | ||
2021-09-24 | skeleton codebun-v0.0.22 | 2 | -3/+115 | ||
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | 1 | -1/+1 | ||
2021-09-21 | [Bun.js] Add Bun.readFileBytes() to get a Uint8Array of the file's contents ↵ | 3 | -1/+113 | ||
without copying. | |||||
2021-09-21 | [Bun.js] Add support for `console.time`, `console.timeEnd` | 2 | -2/+38 | ||
2021-09-17 | Get bun ready for linux builds | 4 | -4/+4 | ||
Adds: conditional builds in makefile Fixes: incorrect imports of 'JavaScriptCore.zig' (note the caps 's') replaces with correct import of 'JavascriptCore.zig' | |||||
2021-09-16 | Colorize build/resolve errors and add a ^ | 1 | -3/+11 | ||
2021-09-15 | Switch to 0.0.x instead of 0.0.0-x to fix the npm install issue | 1 | -0/+0 | ||
2021-09-15 | zig fmt | 1 | -26/+25 | ||
2021-09-15 | Big Heap: | 2 | -5/+2 | ||
2021-09-15 | Warn when JIT is disabled | 5 | -3/+11 | ||
2021-09-14 | Fix build-generated typo | 1 | -31/+39 | ||
2021-09-14 | commit webkit update | 1 | -0/+0 | ||
2021-09-13 | Fix crashes when accessing request metadata | 3 | -19/+24 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 6 | -19/+135 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-10 | yay | 3 | -7/+9 | ||
2021-09-09 | currentjarred/fetch-experiment | 1 | -11/+17 | ||
2021-09-09 | fetc h!!! | 9 | -155/+515 | ||
2021-09-08 | upgrade | 2 | -400/+0 | ||
2021-09-08 | Fixes for AARCH64: | 9 | -36/+121 | ||
2021-09-07 | up | 3 | -5/+8 | ||
2021-09-07 | WIP error css | 2 | -33/+44 | ||
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271 | |||||
2021-09-06 | Fix crashy bug | 1 | -2/+1 | ||
Former-commit-id: 76162477e0c315599b375dd2aba0acdc58864b59 | |||||
2021-09-05 | Update WebKit | 1 | -0/+0 | ||
Former-commit-id: db455d9f78cfe3526f79a94ef28d9680f8a21a69 | |||||
2021-09-05 | guess | 2 | -4/+10 | ||
Former-commit-id: 6e95bd8a1457d3c514adb0af6ae0c5feb1564a80 | |||||
2021-09-05 | Fix sizegen | 4 | -14/+20 | ||
Former-commit-id: f8e8a357c00ceb2d71e216af21daf56f7ba27a1b | |||||
2021-09-05 | Update WebKit | 1 | -0/+0 | ||
Former-commit-id: 2d155ba16395ac01c08daddcbe1e861eaddacda7 |