Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-13 | move more things | 1 | -3/+3 | |
2023-01-13 | Split some things into more files and use bun namespace instead of import more | 1 | -2/+2 | |
2022-12-30 | More assertions | 1 | -36/+44 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -15/+15 | |
2022-11-29 | import everything from "bun" where possible | 1 | -2/+2 | |
2022-09-16 | Fix crash when parsing empty JSON file | 1 | -5/+11 | |
2022-06-26 | wip ReadableStream for HTTP(s) Server | 1 | -1/+1 | |
2022-05-05 | E.String gets a Rope | 1 | -14/+11 | |
2022-03-08 | rename _global -> bun | 1 | -10/+10 | |
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -5/+42 | |
2022-02-27 | Update json_parser.zig | 1 | -2/+40 | |
2022-02-27 | mark as comptime | 1 | -1/+1 | |
2022-02-27 | Fix https://github.com/Jarred-Sumner/bun/issues/115 | 1 | -11/+17 | |
2022-02-20 | [JSON] Implement a way to convert any Zig type to a JSON object | 1 | -0/+153 | |
2022-02-14 | [bun.js] Handle recursive macros and handle stack overflow | 1 | -2/+41 | |
2022-02-11 | `std.os.`exit -> `Global.exit` so stderr is always flushed | 1 | -4/+5 | |
2022-01-28 | Update AST layout to store capacity for items | 1 | -3/+3 | |
2022-01-03 | dead code | 1 | -3/+0 | |
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -28/+39 | |
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -53/+27 | |
2021-12-16 | `bun add` and `bun remove` sorta works now. but not fast enough! | 1 | -0/+5 | |
2021-12-16 | [bun install] Deterministic lockfile and simple installs | 1 | -0/+187 | |
2021-12-16 | [JSON parser] const has better codegen (unlike in JavaScript!) | 1 | -3/+3 | |
2021-12-16 | [internal] disable debug workaround | 1 | -1/+1 | |
2021-11-25 | Fix occasional segfault when parsing JSON in http server | 1 | -2/+2 | |
2021-11-11 | [JSON Parser] Improve perf by 2%-4% | 1 | -13/+75 | |
2021-11-01 | [internal] Tiny changes that will eventually make it easier to update zig | 1 | -2/+4 | |
2021-10-24 | ^ | 1 | -2/+2 | |
2021-10-24 | [JSON] Use a special lexer variant only for JSON | 1 | -19/+13 | |
2021-09-23 | When bundling JSON, only use JSON.parse when the input is ASCII. | 1 | -0/+38 | |
2021-09-20 | Slightly improve .env loader string inference | 1 | -5/+88 | |
2021-09-15 | Remove most usages of anytype in js_ast.zig | 1 | -3/+4 | |
2021-09-09 | currentjarred/fetch-experiment | 1 | -6/+6 | |
2021-09-05 | more mutexes | 1 | -0/+23 | |
2021-08-23 | Use mimalloc for a 10% boost | 1 | -1/+1 | |
2021-06-06 | hash | 1 | -2/+2 | |
2021-05-30 | Fix printing bugs | 1 | -11/+1 | |
2021-05-26 | detect JSON errors | 1 | -1/+2 | |
2021-05-16 | lots | 1 | -11/+1 | |
2021-05-15 | lots | 1 | -15/+16 | |
2021-05-13 | hm | 1 | -13/+34 | |
2021-05-12 | That's all the errors?? | 1 | -5/+5 | |
2021-05-08 | Use try for errors during parsing so that backtracking can happen | 1 | -21/+21 | |
2021-05-07 | cool | 1 | -2/+2 | |
2021-05-05 | I think that fixes the scopes bug | 1 | -1/+1 | |
2021-05-05 | damn tho | 1 | -4/+0 | |
2021-05-04 | re | 1 | -2/+2 | |
2021-05-04 | * | 1 | -1/+1 | |
2021-04-28 | wip | 1 | -8/+19 | |
2021-04-27 | json works in CLI sort of | 1 | -3/+12 |