Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-02 | copy: replace Bun with bun (#99) | 5 | -28/+28 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2022-01-02 | [bun upgrade] Add fallback message if there's an error | 1 | -0/+8 | ||
2021-12-30 | [internal] Move network_thread into http package | 2 | -4/+2 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 11 | -88/+142 | ||
* 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-12-29 | zig fmt | 1 | -1/+1 | ||
2021-12-28 | More defensively search for shells to use if one is not found in the path | 1 | -0/+22 | ||
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 | [bun run] Fix bug with absolute paths to js-like files | 1 | -14/+22 | ||
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) | 6 | -6/+6 | ||
* 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-24 | Fix rare crash when new thread is created, possibly only on musl | 1 | -2/+1 | ||
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-21 | --dump-limits flag to inspect what the max file descriptor & stack size is | 1 | -0/+6 | ||
2021-12-21 | Copy-pastable | 1 | -3/+3 | ||
2021-12-19 | Autocomplete popular package names (thanks @evanwashere) | 2 | -0/+10096 | ||
2021-12-18 | cleanup | 1 | -0/+1 | ||
2021-12-18 | Delete synchronous HTTP client! | 2 | -3/+0 | ||
2021-12-18 | Use new http in `bun upgrade` | 1 | -24/+23 | ||
2021-12-18 | 2x - 5x faster `bun create` | 1 | -113/+49 | ||
2021-12-16 | Track peer dependencies but don't install them | 1 | -0/+24 | ||
2021-12-16 | [bun install] Start add/remove command | 3 | -35/+17 | ||
2021-12-16 | [bun install] WIP | 1 | -2/+2 | ||
2021-12-16 | wip | 1 | -1/+1 | ||
2021-12-16 | [bun install] Begin to port my golang node-semver to Zig | 1 | -0/+42 | ||
2021-11-09 | Fix missing symbol error for pre-macOS 11bun-v0.0.48 | 1 | -4/+5 | ||
2021-11-07 | [bun run] Remove unnecessary code | 1 | -7/+0 | ||
2021-11-07 | [bun run] Filter out builtin commands from showing up at the top | 1 | -17/+13 | ||
2021-11-07 | [bun run] Filter out js files that start with `.` from completions | 1 | -1/+1 | ||
2021-11-07 | [bun run] Filter out `post*` and `pre*` from the completions | 1 | -1/+17 | ||
2021-11-07 | [zsh] Better zsh completions install dir guessing | 1 | -29/+26 | ||
2021-11-05 | [bun run] Fix issue with \\" \\" in `scripts` | 1 | -0/+7 | ||
2021-11-05 | Update run_command.zig | 1 | -2/+2 | ||
2021-11-05 | [bun run] Exclude .config.* files from showing up as runnable with Bun.js | 1 | -1/+5 | ||
2021-11-05 | [bun run] Fix bug with yarn getting replaced for `-` commands | 1 | -0/+20 | ||
2021-11-05 | [bun run] Improve `fish` completions by adding a description | 2 | -2/+70 | ||
2021-11-04 | [bun run][bun create] Do not follow symlinks when exec'ing a child process | 1 | -17/+18 | ||
2021-11-04 | [bun run] Fix bug with quotes and spaces | 1 | -93/+207 | ||
Fixes #53 | |||||
2021-11-03 | Update install.sh | 1 | -0/+1 | ||
2021-11-03 | [installer] Detect rosetta in install.sh | 1 | -0/+8 | ||
2021-11-03 | [bun create] Auto-set to Next.js v12.0.2 | 1 | -1/+1 | ||
2021-11-02 | [internal] Global.configureAllocator() | 4 | -2/+9 | ||
2021-11-01 | [CLI] Fix completions auto-installer for zsh | 1 | -0/+388 | ||
2021-11-01 | [upgrade] Reinstall completions on `bun upgrade` | 1 | -3/+20 | ||
2021-11-01 | [install] Auto-set PATH if possible | 1 | -7/+26 | ||
2021-11-01 | [CLI] Add zsh completions and auto-install completions | 3 | -37/+97 | ||
2021-10-31 | [CLI] Add completions for Fish | 2 | -0/+155 | ||
2021-10-29 | [bun run] Support running JavaScript, TypeScript, JSX, and TSX files using ↵ | 1 | -56/+116 | ||
Bun.js |