Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -33/+32 | ||
* 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-28 | Update cli.zig | 1 | -6/+6 | ||
2021-12-28 | woops | 1 | -0/+6 | ||
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-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -1/+0 | ||
* 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-21 | --dump-limits flag to inspect what the max file descriptor & stack size is | 1 | -0/+3 | ||
2021-12-20 | Update cli.zig | 1 | -1/+0 | ||
2021-12-19 | Autocomplete popular package names (thanks @evanwashere) | 1 | -2/+50 | ||
2021-12-18 | Show help text when no options | 1 | -1/+4 | ||
2021-12-18 | Add new zsh completions | 1 | -1/+2 | ||
2021-12-16 | Track peer dependencies but don't install them | 1 | -0/+12 | ||
2021-12-16 | `bun add` and `bun remove` sorta works now. but not fast enough! | 1 | -2/+2 | ||
2021-12-16 | [bun install] Start add/remove command | 1 | -75/+107 | ||
2021-12-16 | [bun install] Support printing yarn.lock | 1 | -5/+20 | ||
2021-12-16 | [bun install] some things install | 1 | -1/+3 | ||
2021-12-16 | [bun install] WIP | 1 | -7/+17 | ||
2021-11-07 | Improve ZSH completionsbun-v0.0.46 | 1 | -8/+16 | ||
2021-11-05 | [bun run] Improve `fish` completions by adding a description | 1 | -0/+2 | ||
2021-11-01 | [CLI] Fix completions auto-installer for zsh | 1 | -259/+1 | ||
2021-11-01 | [cli] Hardcode some paths to install for zshbun-v0.0.43 | 1 | -0/+67 | ||
2021-11-01 | [CLI] Spacing | 1 | -1/+1 | ||
2021-11-01 | [cli] just open the directory, `access` is dumb | 1 | -68/+19 | ||
2021-11-01 | [CLI] Add zsh completions and auto-install completions | 1 | -1/+246 | ||
2021-10-31 | [CLI] Add completions for Fish | 1 | -3/+55 | ||
2021-10-31 | [CLI] Print newline after --version | 1 | -1/+1 | ||
2021-10-31 | Add `-v` shorthand for version | 1 | -1/+1 | ||
2021-10-31 | [CLI] Fix spacing (thanks @KishanBagaria) | 1 | -2/+2 | ||
2021-10-30 | Update cli.zig | 1 | -0/+3 | ||
2021-10-28 | Explicitly check content type | 1 | -2/+2 | ||
2021-10-28 | New subcommand: `bun upgrade`. It upgrades bun to the latest version. | 1 | -2/+12 | ||
2021-10-26 | Aligning text in terminals is tediousbun-v0.0.37jarred/run | 1 | -1/+1 | ||
2021-10-26 | Bun is now a task runner as well | 1 | -2/+2 | ||
2021-10-26 | More spacing | 1 | -1/+1 | ||
2021-10-26 | spacing | 1 | -0/+1 | ||
2021-10-26 | Fix edgecase with options loading attempting to create an output directory ↵ | 1 | -6/+8 | ||
when it shouldn't | |||||
2021-10-26 | New subcommand: `bun run` run scripts in package.json really fast | 1 | -2/+14 | ||
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | 1 | -42/+49 | ||
2021-10-23 | Add flag for dumping the environment variables | 1 | -8/+19 | ||
2021-10-16 | Support GitHub repositories, transform package.json to better fit Bun's usage | 1 | -5/+3 | ||
2021-10-14 | :sparkle: | 1 | -2/+2 | ||
2021-10-14 | Add doc explaining bun-create | 1 | -1/+1 | ||
2021-10-14 | `bun create react app` is almost done | 1 | -3/+31 | ||
2021-10-13 | Add TLS 1.3 support, improve fetch() HTTPS performance | 1 | -38/+20 | ||
2021-10-07 | Add `--port` CLI flag for setting a port instead of `--origin`. `--port` has ↵ | 1 | -1/+7 | ||
higher precedence than `--origin` so that proxies can work | |||||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -1/+1 | ||
2021-09-16 | Add flag to dev server to disable HMR | 1 | -1/+3 | ||
2021-09-16 | Help output should print command names | 1 | -5/+13 | ||
2021-09-14 | Support installing bun from npm | 1 | -2/+14 | ||
2021-09-05 | current | 1 | -1/+1 | ||
Former-commit-id: 8517ba72e79b75bf016c3fa66deb85fab9ff6554 | |||||
2021-09-05 | such entitle | 1 | -28/+29 | ||
Former-commit-id: de26ae30116e3c13c48a710201a7da0817ffd9e5 |