Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-21 | Stack limit detection doesn't really work | 2 | -1/+0 | ||
2021-12-21 | Update Makefilebun-v0.0.57 | 1 | -2/+4 | ||
2021-12-21 | copy-bun-release-dir | 2 | -19/+23 | ||
2021-12-21 | WIP dockerfile fix | 3 | -21/+84 | ||
2021-12-21 | Use Node 14 compatible syntax | 1 | -1/+1 | ||
2021-12-21 | Add script for building zig | 2 | -4/+56 | ||
2021-12-21 | Run tests | 1 | -6/+6 | ||
2021-12-21 | Slightly safer | 2 | -2/+2 | ||
2021-12-21 | Slightly less pointer chasing | 3 | -8/+14 | ||
2021-12-21 | Fix crash when TSConfigJSON has an error and multiple TSConfigJSON files ↵ | 1 | -1/+5 | ||
were parsed \nThis was caused by reusing the filename buffer inappropriately. For unclear reasons, this only impacted Linux. | |||||
2021-12-21 | Update Dockerfile | 1 | -17/+11 | ||
2021-12-21 | --dump-limits flag to inspect what the max file descriptor & stack size is | 6 | -1/+37 | ||
2021-12-21 | Update build-id | 1 | -1/+1 | ||
2021-12-21 | Respect `close_handles` when extracting a tarball | 1 | -0/+1 | ||
2021-12-21 | Update README.md | 1 | -7/+7 | ||
2021-12-21 | Don't print bytes in error messages | 1 | -1/+3 | ||
2021-12-21 | Update README.md | 1 | -6/+10 | ||
2021-12-21 | Update README.md | 1 | -1/+0 | ||
2021-12-21 | Write some docs | 1 | -18/+90 | ||
2021-12-21 | Merge pull request #86 from afonsoduarte/patch-1 | 1 | -1/+1 | ||
Fixes typo in README | |||||
2021-12-21 | Fixes typo in README | 1 | -1/+1 | ||
2021-12-21 | Update Makefile | 1 | -1/+0 | ||
2021-12-21 | Mention bun install in readme (still writing) | 1 | -0/+21 | ||
2021-12-21 | Update README.md | 1 | -2/+0 | ||
2021-12-21 | Building for Linux AMD64 via Dockerfile works now | 2 | -41/+8 | ||
2021-12-21 | Update Dockerfile | 1 | -2/+2 | ||
2021-12-21 | Update Dockerfile | 1 | -0/+1 | ||
2021-12-21 | Update Dockerfile | 1 | -1/+3 | ||
2021-12-21 | switch to build arch | 1 | -4/+2 | ||
2021-12-21 | Update Dockerfile | 1 | -1/+1 | ||
2021-12-21 | Update .dockerignore | 1 | -2/+4 | ||
2021-12-21 | Delete Dockerfile-zig | 1 | -52/+0 | ||
2021-12-21 | Update Makefile | 1 | -0/+1 | ||
2021-12-21 | Add Dockerfile for building Bun | 2 | -0/+163 | ||
2021-12-21 | Copy-pastable | 1 | -3/+3 | ||
2021-12-21 | Handle aarch64 vs arm64 | 1 | -0/+4 | ||
2021-12-21 | Update build.zig | 1 | -56/+0 | ||
2021-12-21 | Update build.zig | 1 | -1/+1 | ||
2021-12-21 | system libiconv | 1 | -3/+0 | ||
2021-12-21 | System libiconv | 1 | -4/+3 | ||
2021-12-20 | Prevent linking to glibc 2.3x in release builds | 1 | -109/+59 | ||
2021-12-20 | `-static` doesn't work | 1 | -2/+1 | ||
2021-12-20 | Update dependency.zigbun-v0.0.56 | 1 | -1/+1 | ||
2021-12-20 | [bun install] Strip leading v in versions | 1 | -0/+22 | ||
2021-12-20 | Update makefile to better support building JavaScriptCore on Linux | 1 | -17/+45 | ||
2021-12-20 | Fix error | 1 | -5/+12 | ||
2021-12-20 | Set macOS min flags | 1 | -10/+21 | ||
2021-12-20 | Update cli.zig | 1 | -1/+0 | ||
2021-12-19 | Autocomplete popular package names (thanks @evanwashere) | 5 | -6/+10196 | ||
2021-12-19 | Move folder_resolver to a separate file | 2 | -103/+127 | ||