Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-22 | change the directory structurejarred/rename | 1 | -1/+1 | ||
2022-04-16 | Move some code around + delete dead code | 1 | -2/+3 | ||
2022-03-08 | rename _global -> bun | 1 | -10/+10 | ||
2022-02-11 | `std.os.`exit -> `Global.exit` so stderr is always flushed | 1 | -1/+1 | ||
2022-01-29 | cleanup | 1 | -1/+1 | ||
2022-01-27 | [bunfig] Implement config file format | 1 | -1/+10 | ||
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-03 | dead code | 1 | -2/+0 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -2/+11 | ||
* 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-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -1/+1 | ||
* 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/+6 | ||
2021-11-02 | [internal] Global.configureAllocator() | 1 | -0/+1 | ||
2021-10-29 | [internal] Normalize import filepaths | 1 | -3/+3 | ||
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | 1 | -9/+2 | ||
2021-10-23 | Remove unused feature flag `parallel_bun` | 1 | -62/+33 | ||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -1/+3 | ||
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | 1 | -4/+4 | ||
2021-09-22 | Print how many lines of code was parsed in `bun bun` | 1 | -1/+30 | ||
2021-09-20 | Always log errors when generating node_modules.server.bun | 1 | -1/+11 | ||
2021-09-16 | Colorize build/resolve errors and add a ^ | 1 | -2/+2 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -0/+1 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -2/+2 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-23 | Fix resolve bug with mixed-case node_modules | 1 | -2/+5 | ||
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808 | |||||
2021-08-23 | Use mimalloc for a 10% boost | 1 | -2/+2 | ||
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419 | |||||
2021-08-17 | alright thats the rename | 1 | -0/+193 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 |