Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-02-07 | Add test for #117 | 2 | -1/+4 | |
2022-02-07 | Fix #117 | 1 | -8/+12 | |
2022-02-07 | Fix #117 | 1 | -5/+0 | |
2022-02-07 | Don't import __FastRefreshRuntime if it's a CJS transform | 1 | -0/+1 | |
2022-02-07 | Reduce debug build memory usage | 1 | -22/+8 | |
2022-02-07 | [JS Parser] Fix bug with `export default Foo` when `Foo` was a bundled import | 1 | -2/+7 | |
2022-02-07 | Update transpiler.test.js | 1 | -1/+3 | |
2022-02-07 | [TS] Implement `import {type foo} from 'bar';` (type inside clause) | 2 | -20/+112 | |
2022-02-07 | [bun-macro-relay] resolve the artifact directory | 1 | -11/+2 | |
2022-02-06 | Update README.md | 1 | -1/+0 | |
2022-02-06 | Update README.md | 1 | -0/+1 | |
2022-02-06 | Little doc | 2 | -9/+49 | |
2022-02-06 | Update README.mdbun-v0.0.69 | 1 | -0/+2 | |
2022-02-06 | Update README.md | 1 | -2/+3 | |
2022-02-06 | Update README.md | 1 | -2/+2 | |
2022-02-06 | Update README.md | 1 | -2/+2 | |
2022-02-06 | Update README.md | 1 | -0/+15 | |
2022-02-05 | Add unit test for toml imports | 2 | -0/+47 | |
2022-02-05 | [TOML] Fix bug with [[arrays]] | 1 | -2/+5 | |
2022-02-05 | Handle promise rejections in tests | 2 | -19/+35 | |
2022-02-05 | Update resolve_path.zig | 1 | -37/+35 | |
2022-02-05 | Always try to load bunfig.toml for `install`, `dev`, `bun`, `test` | 1 | -3/+25 | |
2022-02-05 | () | 1 | -1/+1 | |
2022-02-05 | One less memcpy | 1 | -68/+100 | |
2022-02-05 | Further reliability improvements to http client | 2 | -14/+62 | |
2022-02-05 | Implement keep-alive but disable it | 2 | -17/+126 | |
2022-02-05 | Make bun-install slower but more reliable on Linux Kernel 5.5 and lower | 1 | -112/+31 | |
2022-02-04 | Several reliability improvements to HTTP | 12 | -141/+189 | |
2022-02-04 | reminder | 3 | -5/+6 | |
2022-02-04 | `path.resolve()` passes tests | 2 | -13/+81 | |
2022-02-04 | Update multiple-var.js | 1 | -1/+2 | |
2022-02-04 | :camera: | 74 | -340/+669 | |
2022-02-04 | Update snippets.json | 1 | -1/+3 | |
2022-02-04 | Add integration test for reading .json files that have UTF-8 string literals | 2 | -0/+9 | |
2022-02-04 | [http] fix segfault | 1 | -17/+25 | |
2022-02-04 | [bun dev] Fix bug with serving static files on next.js apps introduced in af6... | 1 | -5/+7 | |
2022-02-04 | Update types.zig | 1 | -9/+10 | |
2022-02-04 | Update test_command.zig | 1 | -2/+0 | |
2022-02-04 | `path.normalize()` tests pass | 2 | -146/+213 | |
2022-02-03 | Fix test failures in path.join | 1 | -8/+115 | |
2022-02-03 | Update mimalloc_arena.zig | 1 | -0/+9 | |
2022-02-03 | [bun test] Support multiple files | 1 | -2/+12 | |
2022-02-03 | Update js_ast.zig | 1 | -0/+1 | |
2022-02-03 | Support loading multiple entry points by changing what `bun:main` points to | 6 | -4/+36 | |
2022-02-03 | [bun install] Configurable max http retry count | 1 | -0/+7 | |
2022-02-03 | Missing newline in errors in bun install | 1 | -4/+8 | |
2022-02-03 | Fix bug with http client | 6 | -107/+101 | |
2022-02-03 | Move detectFastRefresh to later so HTTP request handler starts faster | 1 | -2/+1 | |
2022-02-03 | Fix bug with macro remaps in Bun.Transpiler api | 2 | -5/+8 | |
2022-02-03 | Slight improvement to non-ascii file path handling | 4 | -18/+79 |