Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-08 | rename _global -> bun | 1 | -11/+11 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 1 | -1/+1 | ||
2022-03-02 | [bun run] Set more environment variables | 1 | -0/+24 | ||
2022-02-18 | Simple dead code elimination | 1 | -3/+151 | ||
2022-02-11 | [bun install] Implement bunfig.toml config | 1 | -0/+15 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -16/+19 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-10-29 | Pass through environment variables from the process verbatim | 1 | -12/+26 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/40 | |||||
2021-10-26 | Spacing | 1 | -2/+3 | ||
2021-10-26 | [.env loader] Fix bug with PATH values sometimes getting cut off at the end ↵ | 1 | -9/+17 | ||
by one character | |||||
2021-10-26 | New subcommand: `bun run` run scripts in package.json really fast | 1 | -1/+20 | ||
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | 1 | -1/+1 | ||
2021-10-24 | [.env loader] Environment variables are strings. | 1 | -49/+37 | ||
2021-10-24 | [.env loader] Tests pass | 1 | -25/+50 | ||
2021-10-23 | [`.env` loader] Parse values as JavaScript string literals instead of JSON | 1 | -52/+170 | ||
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + ↵ | 1 | -1/+1 | ||
optional routes | |||||
2021-10-05 | analytics is good enough for now | 1 | -0/+11 | ||
2021-10-05 | Add `BUN_DISABLE_ANALYTICS` flag to disable analytics and automatically ↵ | 1 | -0/+2 | ||
disable analytics when running inside `hyperfine` | |||||
2021-09-05 | more mutexes | 1 | -0/+6 | ||
Former-commit-id: 52966012b4b74d24ab28a0c75740aef35fb75327 | |||||
2021-08-23 | Use mimalloc for a 10% boost | 1 | -13/+13 | ||
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419 | |||||
2021-08-14 | .env works | 1 | -17/+376 | ||
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41 | |||||
2021-08-14 | Nested values and recursive nested values | 1 | -13/+123 | ||
Former-commit-id: 02063fca614201895bb174cce04f920541f760d8 | |||||
2021-08-14 | lots | 1 | -0/+330 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 |