Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-28 | [bun run] revert changebun-v0.0.62 | 1 | -2/+1 | ||
2021-12-28 | Update create_command.zig | 1 | -2/+1 | ||
2021-12-28 | Fix edgecase in `bun create` tasks | 1 | -6/+2 | ||
2021-12-28 | use c-like functionsbun-v0.0.61 | 1 | -1/+1 | ||
2021-12-28 | [bun run] Fix breaking bug | 1 | -1/+1 | ||
2021-12-28 | [Bun.js] If you pass a js-like file path to `bun` with no subcommand, ↵ | 1 | -6/+53 | ||
attempt to run it with Bun.js | |||||
2021-12-28 | [bun run] Fix bug with absolute paths to js-like files | 1 | -14/+22 | ||
2021-12-28 | dead code | 1 | -6/+1 | ||
2021-12-28 | [bun install] Fix error message for `no compatible binaries` | 1 | -1/+1 | ||
2021-12-28 | [Bun.js] Add Bun.argv api, so you can get the arguments that started a script | 1 | -1/+26 | ||
2021-12-27 | Update add_completions.zig | 1 | -1/+1 | ||
2021-12-27 | add oom workaround | 1 | -1/+2 | ||
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 49 | -5585/+961 | ||
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests | |||||
2021-12-27 | Fix edgecase in `bun run` where it would choose a directory instead of a file | 1 | -2/+5 | ||
2021-12-26 | Fixes #90 | 1 | -10/+23 | ||
2021-12-26 | Fix bug with `bun add @scoped/package` | 1 | -75/+113 | ||
2021-12-24 | Fix rare crash when new thread is created, possibly only on musl | 5 | -16/+20 | ||
2021-12-24 | musl | 1 | -0/+0 | ||
2021-12-24 | [bun bun] Improve error mesage when resolving entry point fails | 1 | -2/+8 | ||
2021-12-24 | [bun create] Run with bun run | 1 | -3/+1 | ||
2021-12-24 | Add linux aarch64 target to installer | 1 | -0/+3 | ||
2021-12-24 | Don't send os.MSG_NOSIGNAL | 1 | -1/+9 | ||
2021-12-24 | Improve devcontainer environment errors | 2 | -5/+5 | ||
2021-12-23 | Workaround miscompilation so JavaScriptCore runs on Linux AARCH64 | 7 | -47/+38 | ||
2021-12-23 | Don't print out bytes in error | 1 | -1/+1 | ||
2021-12-23 | Prevent crash due to SIGPIPE | 3 | -5/+38 | ||
2021-12-22 | [Bun.js] Fix SSR when using `fetch` | 2 | -5/+11 | ||
2021-12-22 | Fix spawning child bun processes | 1 | -3/+4 | ||
2021-12-22 | Keep it at 1024, but should be okay since we now reduce it | 1 | -1/+1 | ||
2021-12-22 | Update io_darwin.zig | 1 | -1/+1 | ||
2021-12-22 | Fix error from requesting too much from io_uring | 2 | -3/+31 | ||
2021-12-22 | :scissors: :skull: code | 1 | -14/+0 | ||
2021-12-22 | [bun install] Fix bug with `>=` ranges (and improve test coverage) | 1 | -78/+115 | ||
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 | --dump-limits flag to inspect what the max file descriptor & stack size is | 5 | -1/+35 | ||
2021-12-21 | Respect `close_handles` when extracting a tarball | 1 | -0/+1 | ||
2021-12-21 | Don't print bytes in error messages | 1 | -1/+3 | ||
2021-12-21 | Copy-pastable | 1 | -3/+3 | ||
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 cli.zig | 1 | -1/+0 | ||
2021-12-19 | Autocomplete popular package names (thanks @evanwashere) | 3 | -2/+10146 | ||
2021-12-19 | Move folder_resolver to a separate file | 2 | -103/+127 | ||
2021-12-19 | Remove duplicate code | 3 | -61/+26 | ||
2021-12-19 | Fix error and fix ../ | 2 | -5/+6 | ||
2021-12-19 | Relative paths outside project | 2 | -3/+9 | ||
2021-12-19 | [bun install] Support `file:` protocol for installing folders as packages | 3 | -42/+232 | ||
2021-12-19 | [bun install] More git protocols are valid | 1 | -3/+12 | ||