Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-05 | we want the opposite of this | 1 | -1/+0 | ||
2022-01-05 | [JS Parser] Reduce memory usage by ~8% | 6 | -7/+42 | ||
2022-01-05 | minimal integration tests for macros | 4 | -0/+47 | ||
2022-01-05 | Update resolver.zig | 1 | -3/+0 | ||
2022-01-05 | Update options.zig | 1 | -2/+25 | ||
2022-01-05 | Update http.zig | 1 | -1/+1 | ||
2022-01-05 | Add module condition to the node platform (#104) | 1 | -1/+4 | ||
2022-01-05 | Drop redundant comments (#103) | 1 | -23/+0 | ||
2022-01-05 | Tweak default main fields for the bun platform to match other popular ↵ | 1 | -10/+7 | ||
bundlers (#102) | |||||
2022-01-04 | :skull: dead code | 1 | -13/+0 | ||
2022-01-04 | [bun dev] Print error in status line text | 1 | -3/+13 | ||
2022-01-04 | noramlize some errors | 3 | -3/+4 | ||
2022-01-04 | [Bun.js][bun dev] Support macros inside of Bun.js | 5 | -51/+103 | ||
Closes #36 | |||||
2022-01-04 | [bun bun] Fix error when regenerating node_modules.bun after moving it | 1 | -1/+17 | ||
I think @alii reported this awhile ago | |||||
2022-01-04 | Improve how we detect if terminal colors are supported | 3 | -11/+66 | ||
2022-01-04 | Improve error handling when out of file handles | 5 | -58/+248 | ||
2022-01-04 | Update build-id | 1 | -1/+1 | ||
2022-01-04 | Downgrade mimalloc due to crashes | 1 | -0/+0 | ||
2022-01-04 | Upload compressed `.dSYM` for every release | 2 | -4/+34 | ||
2022-01-04 | Update .gitignore | 1 | -0/+3 | ||
2022-01-04 | [bun install] Fix more cases where bytes are printed instead of strings | 1 | -10/+38 | ||
2022-01-04 | minor perf optimization: remove this loop on macOS | 2 | -4/+8 | ||
2022-01-03 | Update crash_reporter_linux.zigbun-v0.0.66 | 1 | -1/+1 | ||
2022-01-03 | :confused: | 5 | -0/+1 | ||
2022-01-03 | :nail_care: | 3 | -1652/+1826 | ||
2022-01-03 | Update crash_reporter_linux.zig | 1 | -1/+1 | ||
2022-01-03 | Update PLCrashReport.m | 1 | -1/+1 | ||
2022-01-03 | Update PLCrashReport.m | 1 | -2/+1 | ||
2022-01-03 | :lock: | 4 | -1/+1 | ||
2022-01-03 | dead code | 13 | -1881/+1660 | ||
2022-01-03 | Create crash_reporter_linux.zig | 1 | -0/+11 | ||
2022-01-03 | Implement a crash reporter and improve some error handling in `bun install` | 14 | -79/+491 | ||
2022-01-03 | fix deinit() | 1 | -3/+3 | ||
2022-01-03 | Update release.sh | 1 | -0/+2 | ||
2022-01-03 | Woops | 1 | -2/+28 | ||
2022-01-03 | Improve debugging symbols on Linux | 2 | -2/+4 | ||
2022-01-03 | [bun install] Reduce number of context switches | 1 | -3/+3 | ||
2022-01-03 | [bun upgrade] Free memory after checking for updates finishes | 1 | -1/+4 | ||
2022-01-03 | [bun install] Significant perf improvement to installing new packages and ↵ | 4 | -125/+188 | ||
fixes 'bun install --production'. Closes #97 | |||||
2022-01-02 | Update Dockerfile.base | 1 | -1/+1 | ||
2022-01-02 | LLVM 13 for WebKit | 1 | -0/+0 | ||
2022-01-02 | Update WebKit | 1 | -0/+0 | ||
2022-01-02 | Update upgrade_command.zig | 1 | -0/+1 | ||
2022-01-02 | Be a little smarter about sleeping the netwrok thread | 2 | -8/+31 | ||
2022-01-02 | [bun dev] Upgrade-Insecure-Requests does not work for detecting HTTPS | 1 | -5/+9 | ||
2022-01-02 | Bump because that CPU bug was bad | 1 | -1/+1 | ||
2022-01-02 | [bun install] Fix bug that caused lockfile to appear as dirty in git when ↵ | 1 | -0/+4 | ||
there were no real changes | |||||
2022-01-02 | Fix bug where bun uses ~15% of CPU idly | 1 | -0/+12 | ||
2022-01-02 | sat | 1 | -22/+3 | ||
2022-01-02 | Update bundler.zig | 1 | -2/+3 | ||