Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-08-03 | Fix edge case in `path.relative`. (#3952) | 1 | -3/+10 | |
2023-07-18 | zig upgrade (#3667) | 1 | -6/+6 | |
2023-06-21 | upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374) | 1 | -2/+2 | |
2023-05-12 | `root` bundle option (#2859) | 1 | -0/+143 | |
2023-04-19 | Fix broken autocomplete | 1 | -1/+1 | |
2023-04-12 | fix bundling many entry points (#2640) | 1 | -3/+4 | |
2023-04-07 | Bun gets a new bundler (#2312) | 1 | -1/+1 | |
2023-03-05 | consider current working directory when resolving relative paths (#2313) | 1 | -32/+34 | |
2023-02-24 | prefer `bun.copy()` over `std.mem.copy()` (#2152) | 1 | -14/+8 | |
2023-01-27 | fix sentinel mismatches | 1 | -1/+1 | |
2023-01-10 | use `strings.hasPrefixComptime()` (#1755) | 1 | -1/+1 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -16/+12 | |
2022-12-04 | [internal] Make string comparisons faster | 1 | -1/+1 | |
2022-11-29 | import everything from "bun" where possible | 1 | -1/+1 | |
2022-08-03 | fix path.normalize on ... (#966) | 1 | -1/+1 | |
2022-06-24 | Add dynamic require support | 1 | -1/+1 | |
2022-03-08 | rename _global -> bun | 1 | -2/+2 | |
2022-02-27 | WASM | 1 | -2/+2 | |
2022-02-14 | Path.join | 1 | -0/+5 | |
2022-02-05 | Update resolve_path.zig | 1 | -37/+35 | |
2022-02-05 | () | 1 | -1/+1 | |
2022-02-05 | One less memcpy | 1 | -68/+100 | |
2022-02-04 | `path.normalize()` tests pass | 1 | -109/+91 | |
2022-02-03 | Fix test failures in path.join | 1 | -8/+115 | |
2022-02-02 | `path.relative` passes Node's tests (which also fixed bugs) | 1 | -85/+203 | |
2022-02-02 | "path" module from Node.js implementation | 1 | -4/+37 | |
2022-02-01 | [path] Fix bug that occasionally caused relative paths to be missing the lead... | 1 | -2/+2 | |
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -103/+14 | |
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -100/+85 | |
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + optio... | 1 | -1/+5 | |
2021-09-15 | zig fmt | 1 | -1/+0 | |
2021-09-15 | Big Heap: | 1 | -1/+2 | |
2021-08-23 | Use mimalloc for a 10% boost | 1 | -34/+35 | |
2021-08-10 | This is alot | 1 | -1/+26 | |
2021-08-07 | Dynamic routes resolve! Just gotta pass query params to the JS correctly | 1 | -1/+1 | |
2021-07-13 | alright | 1 | -2/+2 | |
2021-06-17 | CSS scanner works | 1 | -2/+2 | |
2021-06-09 | lots | 1 | -25/+53 | |
2021-06-06 | WIP node module bundles | 1 | -0/+1 | |
2021-05-30 | Fix printing bugs | 1 | -4/+26 | |
2021-05-27 | fuckin with absolute paths | 1 | -44/+122 | |
2021-05-25 | relative path | 1 | -23/+457 | |
2021-05-16 | lots | 1 | -53/+468 | |
2021-05-12 | That's all the errors?? | 1 | -1/+1 | |
2021-05-10 | asdasdasdasd | 1 | -10/+11 | |
2021-05-09 | 1day | 1 | -0/+82 |